ImpulseVision.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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="FormTemp.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="FormTemp.Designer.cs">
  121. <DependentUpon>FormTemp.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="GTextBox.cs">
  124. <SubType>Component</SubType>
  125. </Compile>
  126. <Compile Include="GTextBox.Designer.cs">
  127. <DependentUpon>GTextBox.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="ImpulseVisionAppDataSet.Designer.cs">
  130. <AutoGen>True</AutoGen>
  131. <DesignTime>True</DesignTime>
  132. <DependentUpon>ImpulseVisionAppDataSet.xsd</DependentUpon>
  133. </Compile>
  134. <Compile Include="MyFormStyle.cs" />
  135. <Compile Include="Program.cs" />
  136. <Compile Include="Properties\AssemblyInfo.cs" />
  137. <Compile Include="RoudingButtonsComponent.cs">
  138. <SubType>Component</SubType>
  139. </Compile>
  140. <Compile Include="RPanel.cs">
  141. <SubType>Component</SubType>
  142. </Compile>
  143. <Compile Include="RPanelComponent.cs" />
  144. <Compile Include="StylesForForm.cs" />
  145. <Compile Include="Switch.cs">
  146. <SubType>Component</SubType>
  147. </Compile>
  148. <Compile Include="Switch.Designer.cs">
  149. <DependentUpon>Switch.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="UserItem.cs">
  152. <SubType>Component</SubType>
  153. </Compile>
  154. <Compile Include="yt_Button.cs">
  155. <SubType>Component</SubType>
  156. </Compile>
  157. <EmbeddedResource Include="FormAutorize.resx">
  158. <DependentUpon>FormAutorize.cs</DependentUpon>
  159. </EmbeddedResource>
  160. <EmbeddedResource Include="FormMain.resx">
  161. <DependentUpon>FormMain.cs</DependentUpon>
  162. </EmbeddedResource>
  163. <EmbeddedResource Include="FormStart.resx">
  164. <DependentUpon>FormStart.cs</DependentUpon>
  165. </EmbeddedResource>
  166. <EmbeddedResource Include="FormTemp.resx">
  167. <DependentUpon>FormTemp.cs</DependentUpon>
  168. </EmbeddedResource>
  169. <EmbeddedResource Include="Properties\Resources.resx">
  170. <Generator>ResXFileCodeGenerator</Generator>
  171. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  172. <SubType>Designer</SubType>
  173. </EmbeddedResource>
  174. <Compile Include="Properties\Resources.Designer.cs">
  175. <AutoGen>True</AutoGen>
  176. <DependentUpon>Resources.resx</DependentUpon>
  177. <DesignTime>True</DesignTime>
  178. </Compile>
  179. <None Include="ImpulseVisionAppDataSet.xsc">
  180. <DependentUpon>ImpulseVisionAppDataSet.xsd</DependentUpon>
  181. </None>
  182. <None Include="ImpulseVisionAppDataSet.xsd">
  183. <Generator>MSDataSetGenerator</Generator>
  184. <LastGenOutput>ImpulseVisionAppDataSet.Designer.cs</LastGenOutput>
  185. <SubType>Designer</SubType>
  186. </None>
  187. <None Include="ImpulseVisionAppDataSet.xss">
  188. <DependentUpon>ImpulseVisionAppDataSet.xsd</DependentUpon>
  189. </None>
  190. <None Include="OpenTK.dll.config" />
  191. <None Include="packages.config" />
  192. <None Include="Properties\Settings.settings">
  193. <Generator>SettingsSingleFileGenerator</Generator>
  194. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  195. </None>
  196. <Compile Include="Properties\Settings.Designer.cs">
  197. <AutoGen>True</AutoGen>
  198. <DependentUpon>Settings.settings</DependentUpon>
  199. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  200. </Compile>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <None Include="App.config" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <None Include="Resources\103515_text_document_information_icon.png" />
  207. <None Include="Resources\352303_delete_icon.png" />
  208. <None Include="Resources\8530613_edit_icon.png" />
  209. <None Include="Resources\9110852_video_no_icon.png" />
  210. <None Include="Resources\8666656_check_circle_icon.png" />
  211. <None Include="Resources\392530_add_create_cross_new_plus_icon.png" />
  212. <None Include="Resources\211600_plus_circled_icon.png" />
  213. <None Include="Resources\9042863_off_rounded_icon.png" />
  214. <None Include="Resources\27818_on_icon.png" />
  215. <None Include="Resources\9042786_on_rounded_icon.png" />
  216. <None Include="haarcascade_frontalface_alt_tree.xml">
  217. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  218. </None>
  219. <Content Include="ImpulseVision_Icons.ico" />
  220. <None Include="Resources\ImpulseVision_Icon.png" />
  221. </ItemGroup>
  222. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  223. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  224. <PropertyGroup>
  225. <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>
  226. </PropertyGroup>
  227. <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'))" />
  228. <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'))" />
  229. </Target>
  230. <Import Project="..\packages\EmguCV.3.1.0.1\build\EmguCV.targets" Condition="Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.targets')" />
  231. </Project>