You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

148 lines
6.4 KiB

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{68EE22E9-3C65-4DFE-9BD9-37A1DE925A4D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Emgu.CV.Test</RootNamespace>
  11. <AssemblyName>Emgu.CV.Test</AssemblyName>
  12. <FileUpgradeFlags>
  13. </FileUpgradeFlags>
  14. <OldToolsVersion>2.0</OldToolsVersion>
  15. <UpgradeBackupLocation>
  16. </UpgradeBackupLocation>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\bin\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>..\bin\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug Linux|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <OutputPath>..\bin\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <ErrorReport>prompt</ErrorReport>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Linux|AnyCPU' ">
  44. <OutputPath>..\bin\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <Optimize>true</Optimize>
  47. <DebugType>pdbonly</DebugType>
  48. <PlatformTarget>AnyCPU</PlatformTarget>
  49. <ErrorReport>prompt</ErrorReport>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="nunit.framework, Version=2.4.0.2, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\Nuint\nunit.framework.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\System.Runtime.Serialization.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Windows.Forms" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="AutoTestMatrix.cs" />
  68. <Compile Include="AutoTestVarious.cs" />
  69. <Compile Include="Class1.cs" />
  70. <Compile Include="Face.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="TestCamera.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="TestCamera.Designer.cs">
  76. <DependentUpon>TestCamera.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="AutoTestImage.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Content Include="haarcascades\eye_12.xml">
  82. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  83. </Content>
  84. <Content Include="haarcascades\eye_8.xml">
  85. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  86. </Content>
  87. <Content Include="haarcascades\haarcascade_frontalface_alt.xml">
  88. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  89. </Content>
  90. <Content Include="haarcascades\haarcascade_frontalface_alt2.xml">
  91. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  92. </Content>
  93. <Content Include="haarcascades\haarcascade_frontalface_alt_tree.xml">
  94. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  95. </Content>
  96. <Content Include="haarcascades\haarcascade_frontalface_default.xml">
  97. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  98. </Content>
  99. <Content Include="haarcascades\haarcascade_fullbody.xml">
  100. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  101. </Content>
  102. <Content Include="haarcascades\haarcascade_lowerbody.xml">
  103. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  104. </Content>
  105. <Content Include="haarcascades\haarcascade_profileface.xml">
  106. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  107. </Content>
  108. <Content Include="haarcascades\haarcascade_upperbody.xml">
  109. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  110. </Content>
  111. <Content Include="lena.jpg">
  112. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  113. </Content>
  114. <Content Include="squares.gif">
  115. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  116. </Content>
  117. <Content Include="stuff.jpg">
  118. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  119. </Content>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\Emgu.CV\Emgu.CV.csproj">
  123. <Project>{9A1A77FE-F01B-495E-87B7-4B16E4F8C908}</Project>
  124. <Name>Emgu.CV</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\Emgu.UI\Emgu.UI.csproj">
  127. <Project>{48D846E6-61A2-4B9C-83B1-DB73F977A626}</Project>
  128. <Name>Emgu.UI</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\Emgu.Util\Emgu.Util.csproj">
  131. <Project>{7C2C5325-8235-4A24-9C67-6BD79A4679E2}</Project>
  132. <Name>Emgu.Util</Name>
  133. </ProjectReference>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <EmbeddedResource Include="TestCamera.resx">
  137. <SubType>Designer</SubType>
  138. <DependentUpon>TestCamera.cs</DependentUpon>
  139. </EmbeddedResource>
  140. </ItemGroup>
  141. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  142. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  143. Other similar extension points exist, see Microsoft.Common.targets.
  144. <Target Name="BeforeBuild">
  145. </Target>
  146. <Target Name="AfterBuild">
  147. </Target>
  148. -->
  149. </Project>