T FaceRecognizer.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{6F899593-18FC-41A1-982F-24BE239946FF}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>T_FaceRecognizer</RootNamespace>
  10. <AssemblyName>T FaceRecognizer</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>FaceIcon.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Emgu.CV.Bitmap, Version=4.4.0.4099, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Emgu.CV.Bitmap.4.4.0.4099\lib\netstandard2.0\Emgu.CV.Bitmap.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Emgu.CV.Platform.NetStandard, Version=4.4.0.4099, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Emgu.CV.4.4.0.4099\lib\netstandard2.0\Emgu.CV.Platform.NetStandard.dll</HintPath>
  46. </Reference>
  47. <Reference Include="PresentationCore" />
  48. <Reference Include="System" />
  49. <Reference Include="System.ComponentModel.Composition" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  52. <HintPath>..\packages\System.Drawing.Common.4.7.0\lib\net461\System.Drawing.Common.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Drawing.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  55. <HintPath>..\packages\System.Drawing.Primitives.4.3.0\lib\net45\System.Drawing.Primitives.dll</HintPath>
  56. <Private>True</Private>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  60. <HintPath>..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Numerics" />
  63. <Reference Include="System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  64. <HintPath>..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath>
  65. <Private>True</Private>
  66. <Private>True</Private>
  67. </Reference>
  68. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  69. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  72. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  73. <Private>True</Private>
  74. <Private>True</Private>
  75. </Reference>
  76. <Reference Include="System.Xml.Linq" />
  77. <Reference Include="System.Data.DataSetExtensions" />
  78. <Reference Include="Microsoft.CSharp" />
  79. <Reference Include="System.Data" />
  80. <Reference Include="System.Deployment" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.Net.Http" />
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="Uno.Diagnostics.Eventing, Version=255.255.255.255, Culture=neutral, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Uno.Diagnostics.Eventing.2.0.1\lib\netstandard2.0\Uno.Diagnostics.Eventing.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Uno.Fonts.Fluent, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Uno.Fonts.Fluent.2.0.0\lib\netstandard1.0\Uno.Fonts.Fluent.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Uno.Foundation.Logging, Version=255.255.255.255, Culture=neutral, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Uno.Foundation.Logging.4.8.24\lib\net461\Uno.Foundation.Logging.dll</HintPath>
  93. </Reference>
  94. <Reference Include="WindowsBase" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="Config.cs" />
  98. <Compile Include="FaceData.cs" />
  99. <Compile Include="FormMain.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="FormMain.Designer.cs">
  103. <DependentUpon>FormMain.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="Program.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <EmbeddedResource Include="FormMain.resx">
  108. <DependentUpon>FormMain.cs</DependentUpon>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="Properties\Resources.resx">
  111. <Generator>ResXFileCodeGenerator</Generator>
  112. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  113. <SubType>Designer</SubType>
  114. </EmbeddedResource>
  115. <Compile Include="Properties\Resources.Designer.cs">
  116. <AutoGen>True</AutoGen>
  117. <DependentUpon>Resources.resx</DependentUpon>
  118. <DesignTime>True</DesignTime>
  119. </Compile>
  120. <None Include="packages.config" />
  121. <None Include="Properties\Settings.settings">
  122. <Generator>SettingsSingleFileGenerator</Generator>
  123. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  124. </None>
  125. <Compile Include="Properties\Settings.Designer.cs">
  126. <AutoGen>True</AutoGen>
  127. <DependentUpon>Settings.settings</DependentUpon>
  128. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  129. </Compile>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <None Include="App.config" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <None Include="Resources\haarcascade_frontalface_default.xml">
  136. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  137. </None>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Content Include="FaceIcon.ico" />
  141. <None Include="Resources\settingscog_87317.png" />
  142. <None Include="Resources\journal_text_icon_160013.png" />
  143. <None Include="Resources\explorationoffacerecognition_facescanning_exploraciondereconocimientoderostro_4589.png" />
  144. <None Include="Resources\face_recognition_icon_250060.png" />
  145. <None Include="Resources\add_circle_create_expand_new_plus_icon_123218.png" />
  146. <None Include="Resources\3643769-building-home-house-main-menu-start_113416.png" />
  147. <None Include="Resources\menu-button_icon-icons.com_72989.png" />
  148. <None Include="Resources\FaceIcon.png" />
  149. </ItemGroup>
  150. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  151. <Import Project="..\packages\Emgu.CV.runtime.windows.4.4.0.4099\build\Emgu.CV.runtime.windows.targets" Condition="Exists('..\packages\Emgu.CV.runtime.windows.4.4.0.4099\build\Emgu.CV.runtime.windows.targets')" />
  152. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  153. <PropertyGroup>
  154. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  155. </PropertyGroup>
  156. <Error Condition="!Exists('..\packages\Emgu.CV.runtime.windows.4.4.0.4099\build\Emgu.CV.runtime.windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Emgu.CV.runtime.windows.4.4.0.4099\build\Emgu.CV.runtime.windows.targets'))" />
  157. <Error Condition="!Exists('..\packages\Uno.SourceGenerationTasks.4.2.0\build\netstandard1.0\Uno.SourceGenerationTasks.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Uno.SourceGenerationTasks.4.2.0\build\netstandard1.0\Uno.SourceGenerationTasks.targets'))" />
  158. </Target>
  159. <Import Project="..\packages\Uno.SourceGenerationTasks.4.2.0\build\netstandard1.0\Uno.SourceGenerationTasks.targets" Condition="Exists('..\packages\Uno.SourceGenerationTasks.4.2.0\build\netstandard1.0\Uno.SourceGenerationTasks.targets')" />
  160. </Project>