T FaceRecognizer.csproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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="DirectShowLib, Version=2.1.0.1599, Culture=neutral, processorArchitecture=MSIL">
  42. <HintPath>..\packages\DirectShowLib.1.0.0\lib\DirectShowLib.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Emgu.CV.Bitmap, Version=4.4.0.4099, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Emgu.CV.Bitmap.4.4.0.4099\lib\netstandard2.0\Emgu.CV.Bitmap.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Emgu.CV.Platform.NetStandard, Version=4.4.0.4099, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Emgu.CV.4.4.0.4099\lib\netstandard2.0\Emgu.CV.Platform.NetStandard.dll</HintPath>
  49. </Reference>
  50. <Reference Include="PresentationCore" />
  51. <Reference Include="System" />
  52. <Reference Include="System.ComponentModel.Composition" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  55. <HintPath>..\packages\System.Drawing.Common.4.7.0\lib\net461\System.Drawing.Common.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Drawing.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  58. <HintPath>..\packages\System.Drawing.Primitives.4.3.0\lib\net45\System.Drawing.Primitives.dll</HintPath>
  59. <Private>True</Private>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  63. <HintPath>..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Numerics" />
  66. <Reference Include="System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  67. <HintPath>..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath>
  68. <Private>True</Private>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  72. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  75. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  76. <Private>True</Private>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Deployment" />
  84. <Reference Include="System.Drawing" />
  85. <Reference Include="System.Net.Http" />
  86. <Reference Include="System.Windows.Forms" />
  87. <Reference Include="System.Xml" />
  88. <Reference Include="Uno.Diagnostics.Eventing, Version=255.255.255.255, Culture=neutral, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Uno.Diagnostics.Eventing.2.0.1\lib\netstandard2.0\Uno.Diagnostics.Eventing.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Uno.Fonts.Fluent, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Uno.Fonts.Fluent.2.0.0\lib\netstandard1.0\Uno.Fonts.Fluent.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Uno.Foundation.Logging, Version=255.255.255.255, Culture=neutral, processorArchitecture=MSIL">
  95. <HintPath>..\packages\Uno.Foundation.Logging.4.8.24\lib\net461\Uno.Foundation.Logging.dll</HintPath>
  96. </Reference>
  97. <Reference Include="WindowsBase" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="Config.cs" />
  101. <Compile Include="FaceData.cs" />
  102. <Compile Include="FormMain.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="FormMain.Designer.cs">
  106. <DependentUpon>FormMain.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="FormVisiting.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="FormVisiting.Designer.cs">
  112. <DependentUpon>FormVisiting.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="LocalSettings.cs" />
  115. <Compile Include="Program.cs" />
  116. <Compile Include="Properties\AssemblyInfo.cs" />
  117. <EmbeddedResource Include="FormMain.resx">
  118. <DependentUpon>FormMain.cs</DependentUpon>
  119. </EmbeddedResource>
  120. <EmbeddedResource Include="FormVisiting.resx">
  121. <DependentUpon>FormVisiting.cs</DependentUpon>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="Properties\Resources.resx">
  124. <Generator>ResXFileCodeGenerator</Generator>
  125. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  126. <SubType>Designer</SubType>
  127. </EmbeddedResource>
  128. <Compile Include="Properties\Resources.Designer.cs">
  129. <AutoGen>True</AutoGen>
  130. <DependentUpon>Resources.resx</DependentUpon>
  131. <DesignTime>True</DesignTime>
  132. </Compile>
  133. <None Include="packages.config" />
  134. <None Include="Properties\Settings.settings">
  135. <Generator>SettingsSingleFileGenerator</Generator>
  136. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  137. </None>
  138. <Compile Include="Properties\Settings.Designer.cs">
  139. <AutoGen>True</AutoGen>
  140. <DependentUpon>Settings.settings</DependentUpon>
  141. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  142. </Compile>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="App.config" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <None Include="Resources\haarcascade_frontalface_default.xml">
  149. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  150. </None>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <Content Include="FaceIcon.ico" />
  154. <None Include="Resources\istockphoto-1450108032-1024x1024_1682962615096.jpg" />
  155. <None Include="Resources\settingscog_87317.png" />
  156. <None Include="Resources\journal_text_icon_160013.png" />
  157. <None Include="Resources\explorationoffacerecognition_facescanning_exploraciondereconocimientoderostro_4589.png" />
  158. <None Include="Resources\face_recognition_icon_250060.png" />
  159. <None Include="Resources\add_circle_create_expand_new_plus_icon_123218.png" />
  160. <None Include="Resources\3643769-building-home-house-main-menu-start_113416.png" />
  161. <None Include="Resources\menu-button_icon-icons.com_72989.png" />
  162. <None Include="Resources\FaceIcon.png" />
  163. </ItemGroup>
  164. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  165. <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')" />
  166. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  167. <PropertyGroup>
  168. <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>
  169. </PropertyGroup>
  170. <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'))" />
  171. <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'))" />
  172. </Target>
  173. <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')" />
  174. </Project>