ImpulseVision.csproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EmguCV.3.1.0.1\build\EmguCV.props" Condition="Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{38B87754-FE1D-407D-9A24-C1FAD8D97D04}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>ImpulseVision</RootNamespace>
  11. <AssemblyName>ImpulseVision</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <ApplicationIcon>ImpulseVision_Icons.ico</ApplicationIcon>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="DirectShowLib, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <HintPath>..\packages\DirectShowLib.Standard.2.1.0\lib\net45\DirectShowLib.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Emgu.CV.UI, Version=3.1.0.2282, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  46. <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.UI.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Emgu.CV.UI.GL, Version=3.1.0.2282, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  49. <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.UI.GL.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Emgu.CV.World, Version=3.1.0.2282, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  52. <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.World.dll</HintPath>
  53. </Reference>
  54. <Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
  55. <HintPath>..\packages\OpenTK.1.1.2225.0\lib\net20\OpenTK.dll</HintPath>
  56. </Reference>
  57. <Reference Include="OpenTK.GLControl, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
  58. <HintPath>..\packages\OpenTK.GLControl.1.1.2225.0\lib\net20\OpenTK.GLControl.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Design" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Deployment" />
  68. <Reference Include="System.Drawing" />
  69. <Reference Include="System.Net.Http" />
  70. <Reference Include="System.Windows.Forms" />
  71. <Reference Include="System.Xml" />
  72. <Reference Include="ZedGraph, Version=5.1.5.28844, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
  73. <HintPath>..\packages\ZedGraph.5.1.5\lib\ZedGraph.dll</HintPath>
  74. </Reference>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="Animation.cs" />
  78. <Compile Include="Animator.cs" />
  79. <Compile Include="Card.cs">
  80. <SubType>Component</SubType>
  81. </Compile>
  82. <Compile Include="Card.Designer.cs">
  83. <DependentUpon>Card.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="Drawer.cs" />
  86. <Compile Include="FDButton.cs">
  87. <SubType>Component</SubType>
  88. </Compile>
  89. <Compile Include="FDForm.cs">
  90. <SubType>Component</SubType>
  91. </Compile>
  92. <Compile Include="FDForm.Designer.cs">
  93. <DependentUpon>FDForm.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="FDProgressBar.cs">
  96. <SubType>Component</SubType>
  97. </Compile>
  98. <Compile Include="FlatColors.cs" />
  99. <Compile Include="FormAutorize.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="FormAutorize.Designer.cs">
  103. <DependentUpon>FormAutorize.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="FormMain.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="FormMain.Designer.cs">
  109. <DependentUpon>FormMain.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="FormStart.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="FormStart.Designer.cs">
  115. <DependentUpon>FormStart.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="GTextBox.cs">
  118. <SubType>Component</SubType>
  119. </Compile>
  120. <Compile Include="GTextBox.Designer.cs">
  121. <DependentUpon>GTextBox.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="MyFormStyle.cs" />
  124. <Compile Include="Program.cs" />
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <Compile Include="RoudingButtonsComponent.cs">
  127. <SubType>Component</SubType>
  128. </Compile>
  129. <Compile Include="RoudingPanel.cs">
  130. <SubType>Component</SubType>
  131. </Compile>
  132. <Compile Include="RoudingPanel.Designer.cs">
  133. <DependentUpon>RoudingPanel.cs</DependentUpon>
  134. </Compile>
  135. <Compile Include="RPanel.cs">
  136. <SubType>Component</SubType>
  137. </Compile>
  138. <Compile Include="RPanelComponent.cs">
  139. <SubType>Component</SubType>
  140. </Compile>
  141. <Compile Include="StylesForForm.cs" />
  142. <Compile Include="Switch.cs">
  143. <SubType>Component</SubType>
  144. </Compile>
  145. <Compile Include="Switch.Designer.cs">
  146. <DependentUpon>Switch.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="yt_Button.cs">
  149. <SubType>Component</SubType>
  150. </Compile>
  151. <EmbeddedResource Include="FormAutorize.resx">
  152. <DependentUpon>FormAutorize.cs</DependentUpon>
  153. </EmbeddedResource>
  154. <EmbeddedResource Include="FormMain.resx">
  155. <DependentUpon>FormMain.cs</DependentUpon>
  156. </EmbeddedResource>
  157. <EmbeddedResource Include="FormStart.resx">
  158. <DependentUpon>FormStart.cs</DependentUpon>
  159. </EmbeddedResource>
  160. <EmbeddedResource Include="Properties\Resources.resx">
  161. <Generator>ResXFileCodeGenerator</Generator>
  162. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  163. <SubType>Designer</SubType>
  164. </EmbeddedResource>
  165. <Compile Include="Properties\Resources.Designer.cs">
  166. <AutoGen>True</AutoGen>
  167. <DependentUpon>Resources.resx</DependentUpon>
  168. <DesignTime>True</DesignTime>
  169. </Compile>
  170. <None Include="OpenTK.dll.config" />
  171. <None Include="packages.config" />
  172. <None Include="Properties\Settings.settings">
  173. <Generator>SettingsSingleFileGenerator</Generator>
  174. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  175. </None>
  176. <Compile Include="Properties\Settings.Designer.cs">
  177. <AutoGen>True</AutoGen>
  178. <DependentUpon>Settings.settings</DependentUpon>
  179. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  180. </Compile>
  181. </ItemGroup>
  182. <ItemGroup>
  183. <None Include="App.config" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <None Include="Resources\9110852_video_no_icon.png" />
  187. <None Include="Resources\8666656_check_circle_icon.png" />
  188. <None Include="Resources\392530_add_create_cross_new_plus_icon.png" />
  189. <None Include="Resources\211600_plus_circled_icon.png" />
  190. <None Include="Resources\9042863_off_rounded_icon.png" />
  191. <None Include="Resources\27818_on_icon.png" />
  192. <None Include="Resources\9042786_on_rounded_icon.png" />
  193. <None Include="haarcascade_frontalface_alt_tree.xml">
  194. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  195. </None>
  196. <Content Include="ImpulseVision_Icons.ico" />
  197. <None Include="Resources\ImpulseVision_Icon.png" />
  198. </ItemGroup>
  199. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  200. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  201. <PropertyGroup>
  202. <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>
  203. </PropertyGroup>
  204. <Error Condition="!Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EmguCV.3.1.0.1\build\EmguCV.props'))" />
  205. <Error Condition="!Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EmguCV.3.1.0.1\build\EmguCV.targets'))" />
  206. </Target>
  207. <Import Project="..\packages\EmguCV.3.1.0.1\build\EmguCV.targets" Condition="Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.targets')" />
  208. </Project>