PageRenderTime 45ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/FaceCapturer/FaceProcessingWrapper.Test/FaceProcessingWrapper.Test.csproj

http://facecomparerdis.codeplex.com
MSBuild | 182 lines | 175 code | 0 blank | 7 comment | 0 complexity | 8af3d1e51c4ec4580147c25bd150b0a3 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7F738107-2BE8-474F-B375-BAFD537018EA}</ProjectGuid>
  9. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>FaceProcessingWrapper.Test</RootNamespace>
  13. <AssemblyName>FaceProcessingWrapper.Test</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <SccProjectName>
  17. </SccProjectName>
  18. <SccLocalPath>
  19. </SccLocalPath>
  20. <SccAuxPath>
  21. </SccAuxPath>
  22. <SccProvider>
  23. </SccProvider>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. <OldToolsVersion>3.5</OldToolsVersion>
  27. <UpgradeBackupLocation />
  28. <PublishUrl>publish\</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Disk</InstallFrom>
  31. <UpdateEnabled>false</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  40. <IsWebBootstrapper>false</IsWebBootstrapper>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>false</Optimize>
  48. <OutputPath>bin\Debug\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>bin\Release\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="AForge.Video, Version=2.1.3.0, Culture=neutral, PublicKeyToken=cbfb6e07d173c401, processorArchitecture=MSIL" />
  65. <Reference Include="Damany.Cameras, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  66. <HintPath>E:\Users\Benny\Documents\Visual Studio 2010\Projects\FaceCaptureShangHai\Library\Damany\Damany.Cameras.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Gallio" />
  69. <Reference Include="MbUnit" />
  70. <Reference Include="OpenCvSharp, Version=2.0.3497.28493, Culture=neutral, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\RefDll\OpenCvSharp.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Xml" />
  78. <Reference Include="Gallio35" />
  79. <Reference Include="MbUnit35" />
  80. <Reference Include="System.Core">
  81. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  82. </Reference>
  83. <Reference Include="System.Xml.Linq">
  84. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  85. </Reference>
  86. <Reference Include="System.Data.DataSetExtensions">
  87. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  88. </Reference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="FaceRecoWrapperTest.cs" />
  92. <Compile Include="FaceSearcherTest.cs" />
  93. <Compile Include="LbpFaceComparerTest.cs" />
  94. <Compile Include="MotionDetectorTest.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="Resource.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DesignTime>True</DesignTime>
  99. <DependentUpon>Resource.resx</DependentUpon>
  100. </Compile>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ProjectReference Include="..\..\Damany.ImageProcessing.Contracts\Damany.Imaging.csproj">
  104. <Project>{B8F7A553-6295-4F0B-B48A-7C85DA5118BB}</Project>
  105. <Name>Damany.Imaging</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\Damany.Imaging.Common\Damany.Imaging.Common.csproj">
  108. <Project>{1546E91B-1045-42BA-9CAA-D5215EF3C792}</Project>
  109. <Name>Damany.Imaging.Common</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\Damany.Util\Damany.Util.csproj">
  112. <Project>{FA6DEBE0-D78D-437E-B05D-0923896290C9}</Project>
  113. <Name>Damany.Util</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\FaceProcessingWrapper\FaceProcessingWrapper.vcxproj">
  116. <Project>{02B00EA5-D734-429C-BF58-44769501B940}</Project>
  117. <Name>FaceProcessingWrapper</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\FaceSearchWrapper\FaceSearchWrapper.vcxproj">
  120. <Project>{F6F410AA-5D72-49BE-9FFE-6EBECF718EAA}</Project>
  121. <Name>FaceSearchWrapper</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\IconExtractor\ImageProcessing.csproj">
  124. <Project>{C917EC7F-9A59-4845-9108-87056AC61D4F}</Project>
  125. <Name>ImageProcessing</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\TestDataProvider\TestDataProvider.csproj">
  128. <Project>{5783AFA7-05AD-4B52-8A0F-C120EADCCB9C}</Project>
  129. <Name>TestDataProvider</Name>
  130. </ProjectReference>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <EmbeddedResource Include="Resource.resx">
  134. <Generator>ResXFileCodeGenerator</Generator>
  135. <LastGenOutput>Resource.Designer.cs</LastGenOutput>
  136. <SubType>Designer</SubType>
  137. </EmbeddedResource>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <None Include="Resources\front.jpg" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <None Include="Resources\non-front.jpg" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <None Include="Resources\eyeTemplate.jpg" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  150. <Visible>False</Visible>
  151. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  152. <Install>true</Install>
  153. </BootstrapperPackage>
  154. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  155. <Visible>False</Visible>
  156. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  157. <Install>false</Install>
  158. </BootstrapperPackage>
  159. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  160. <Visible>False</Visible>
  161. <ProductName>.NET Framework 3.5 SP1</ProductName>
  162. <Install>false</Install>
  163. </BootstrapperPackage>
  164. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  165. <Visible>False</Visible>
  166. <ProductName>Windows Installer 3.1</ProductName>
  167. <Install>true</Install>
  168. </BootstrapperPackage>
  169. </ItemGroup>
  170. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  171. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  172. Other similar extension points exist, see Microsoft.Common.targets.
  173. <Target Name="BeforeBuild">
  174. </Target>
  175. <Target Name="AfterBuild">
  176. </Target>
  177. -->
  178. <PropertyGroup>
  179. <PostBuildEvent>
  180. </PostBuildEvent>
  181. </PropertyGroup>
  182. </Project>