bbiwarg.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{12271049-82D6-436D-A51E-E6614C8E9C50}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BBIWARG</RootNamespace>
  11. <AssemblyName>bbiwarg</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>x86</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <StartupObject>BBIWARG.BBIWARG</StartupObject>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>bin\x86\Debug\</OutputPath>
  58. <DefineConstants>DEBUG;TRACE</DefineConstants>
  59. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  60. <Optimize>true</Optimize>
  61. <DebugType>full</DebugType>
  62. <PlatformTarget>x86</PlatformTarget>
  63. <ErrorReport>prompt</ErrorReport>
  64. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  65. <Prefer32Bit>true</Prefer32Bit>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  68. <OutputPath>bin\x86\Release\</OutputPath>
  69. <DefineConstants>TRACE</DefineConstants>
  70. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  71. <Optimize>true</Optimize>
  72. <DebugType>pdbonly</DebugType>
  73. <PlatformTarget>x86</PlatformTarget>
  74. <ErrorReport>prompt</ErrorReport>
  75. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  76. <Prefer32Bit>true</Prefer32Bit>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Reference Include="Emgu.CV, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>lib\Emgu.CV.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Emgu.CV.UI">
  84. <HintPath>lib\Emgu.CV.UI.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Emgu.Util, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  87. <SpecificVersion>False</SpecificVersion>
  88. <HintPath>lib\Emgu.Util.dll</HintPath>
  89. </Reference>
  90. <Reference Include="iisuNet, Version=3.0.0.0, Culture=neutral, processorArchitecture=x86">
  91. <SpecificVersion>False</SpecificVersion>
  92. <HintPath>lib\iisuNet.dll</HintPath>
  93. </Reference>
  94. <Reference Include="MathNet.Numerics">
  95. <HintPath>lib\MathNet.Numerics.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Microsoft.VisualBasic" />
  98. <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  99. <Reference Include="System" />
  100. <Reference Include="System.Core" />
  101. <Reference Include="System.Drawing" />
  102. <Reference Include="System.Runtime.Serialization" />
  103. <Reference Include="System.ServiceModel" />
  104. <Reference Include="System.ServiceModel.Web" />
  105. <Reference Include="System.Windows.Forms" />
  106. <Reference Include="System.Xml.Linq" />
  107. <Reference Include="System.Data.DataSetExtensions" />
  108. <Reference Include="Microsoft.CSharp" />
  109. <Reference Include="System.Data" />
  110. <Reference Include="System.Xml" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Compile Include="API\Grid.cs" />
  114. <Compile Include="API\IServer.cs" />
  115. <Compile Include="API\Server.cs" />
  116. <Compile Include="API\Slider.cs" />
  117. <Compile Include="Input\InputHandling\NewProcessedFrameEventArgs.cs" />
  118. <Compile Include="Input\InputProviding\NewFrameEventArgs.cs" />
  119. <Compile Include="Output\GlassesOutput\GlassesWindow.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="Output\GlassesOutput\GlassesWindow.Designer.cs">
  123. <DependentUpon>GlassesWindow.cs</DependentUpon>
  124. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  125. </Compile>
  126. <Compile Include="TUIO\TUIO\TuioObject.cs">
  127. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  128. </Compile>
  129. <Compile Include="Utility\CoordinateConverter.cs" />
  130. <Compile Include="Utility\ImageSize.cs" />
  131. <Compile Include="Input\InputHandling\FrameData.cs" />
  132. <Compile Include="Output\DebugOutput\DebugImageCreator.cs" />
  133. <Compile Include="Output\DebugOutput\DebugWindow.cs">
  134. <SubType>Form</SubType>
  135. </Compile>
  136. <Compile Include="Output\DebugOutput\DebugWindow.Designer.cs">
  137. <DependentUpon>DebugWindow.cs</DependentUpon>
  138. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  139. </Compile>
  140. <Compile Include="Recognition\TouchRecognition\TouchEvent.cs" />
  141. <Compile Include="Utility\Projection2DTo2D.cs" />
  142. <Compile Include="Parameters.cs" />
  143. <Compile Include="Input\InputHandling\InputHandler.cs" />
  144. <Compile Include="Input\InputProviding\InputProvider.cs" />
  145. <Compile Include="Input\InputProviding\VideoInputProvider.cs" />
  146. <Compile Include="Recognition\FingerRecognition\Finger.cs" />
  147. <Compile Include="Recognition\FingerRecognition\FingerDetector.cs" />
  148. <Compile Include="Recognition\FingerRecognition\FingerSliceTrail.cs" />
  149. <Compile Include="Recognition\FingerRecognition\FingerSlice.cs" />
  150. <Compile Include="Recognition\FingerRecognition\FingerTracker.cs" />
  151. <Compile Include="Recognition\FingerRecognition\TrackedFinger.cs" />
  152. <Compile Include="Recognition\HandRecognition\Hand.cs" />
  153. <Compile Include="Recognition\HandRecognition\HandDetector.cs" />
  154. <Compile Include="Recognition\HandRecognition\HandTracker.cs" />
  155. <Compile Include="Recognition\PalmRecognition\Palm.cs" />
  156. <Compile Include="Recognition\PalmRecognition\PalmDetector.cs" />
  157. <Compile Include="Recognition\HandRecognition\TrackedHand.cs" />
  158. <Compile Include="Recognition\PalmRecognition\PalmTracker.cs" />
  159. <Compile Include="Recognition\PalmRecognition\TrackedPalm.cs" />
  160. <Compile Include="Recognition\TouchRecognition\TouchDetector.cs" />
  161. <Compile Include="Recognition\TouchRecognition\Touch.cs" />
  162. <Compile Include="Recognition\TouchRecognition\TouchTracker.cs" />
  163. <Compile Include="Output\DebugOutput\TouchEventVisualizer.cs" />
  164. <Compile Include="Images\ConfidenceImage.cs" />
  165. <Compile Include="Images\DepthImage.cs" />
  166. <Compile Include="Images\EdgeImage.cs" />
  167. <Compile Include="Output\OutputImage.cs" />
  168. <Compile Include="BBWIWARG.cs" />
  169. <Compile Include="Properties\AssemblyInfo.cs" />
  170. <Compile Include="Recognition\TouchRecognition\TrackedTouch.cs" />
  171. <Compile Include="Recognition\Tracking\Similarity.cs" />
  172. <Compile Include="Recognition\Tracking\TrackableObject.cs" />
  173. <Compile Include="Recognition\Tracking\TrackedObject.cs" />
  174. <Compile Include="Recognition\Tracking\Tracker.cs" />
  175. <Compile Include="Recognition\Tracking\TrackIDPool.cs" />
  176. <Compile Include="TUIO\OSC.NET\OSCBundle.cs">
  177. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  178. </Compile>
  179. <Compile Include="TUIO\OSC.NET\OSCMessage.cs">
  180. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  181. </Compile>
  182. <Compile Include="TUIO\OSC.NET\OSCPacket.cs">
  183. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  184. </Compile>
  185. <Compile Include="TUIO\OSC.NET\OSCTransmitter.cs">
  186. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  187. </Compile>
  188. <Compile Include="TUIO\TuioCommunicator.cs" />
  189. <Compile Include="TUIO\TUIO\TuioContainer.cs">
  190. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  191. </Compile>
  192. <Compile Include="TUIO\TUIO\TuioCursor.cs">
  193. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  194. </Compile>
  195. <Compile Include="TUIO\TUIO\TuioPoint.cs">
  196. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  197. </Compile>
  198. <Compile Include="TUIO\TUIO\TuioServer.cs">
  199. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  200. </Compile>
  201. <Compile Include="TUIO\TUIO\TuioTime.cs">
  202. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  203. </Compile>
  204. <Compile Include="Utility\ConvexityDefect.cs" />
  205. <Compile Include="Utility\Kalman2DPositionFilter.cs" />
  206. <Compile Include="Utility\Line2D.cs" />
  207. <Compile Include="Utility\LineSegment2D.cs" />
  208. <Compile Include="Utility\Logger.cs" />
  209. <Compile Include="Utility\Quadrangle.cs" />
  210. <Compile Include="Utility\Timer.cs" />
  211. <Compile Include="Utility\Vector2D.cs" />
  212. <Compile Include="Utility\Vector3D.cs" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <None Include="App.config">
  216. <SubType>Designer</SubType>
  217. </None>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <Content Include="cudart32_55.dll">
  221. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  222. </Content>
  223. <Content Include="opencv_core290.dll">
  224. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  225. </Content>
  226. <Content Include="opencv_imgproc290.dll">
  227. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  228. </Content>
  229. <Content Include="opencv_video290.dll">
  230. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  231. </Content>
  232. </ItemGroup>
  233. <ItemGroup>
  234. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  235. <Visible>False</Visible>
  236. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  237. <Install>true</Install>
  238. </BootstrapperPackage>
  239. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  240. <Visible>False</Visible>
  241. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  242. <Install>false</Install>
  243. </BootstrapperPackage>
  244. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  245. <Visible>False</Visible>
  246. <ProductName>.NET Framework 3.5 SP1</ProductName>
  247. <Install>false</Install>
  248. </BootstrapperPackage>
  249. </ItemGroup>
  250. <ItemGroup>
  251. <EmbeddedResource Include="Output\DebugOutput\DebugWindow.resx">
  252. <DependentUpon>DebugWindow.cs</DependentUpon>
  253. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  254. </EmbeddedResource>
  255. <EmbeddedResource Include="Output\GlassesOutput\GlassesWindow.resx">
  256. <DependentUpon>GlassesWindow.cs</DependentUpon>
  257. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  258. </EmbeddedResource>
  259. </ItemGroup>
  260. <ItemGroup>
  261. <WCFMetadata Include="Service References\" />
  262. </ItemGroup>
  263. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  264. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  265. Other similar extension points exist, see Microsoft.Common.targets.
  266. <Target Name="BeforeBuild">
  267. </Target>
  268. <Target Name="AfterBuild">
  269. </Target>
  270. -->
  271. </Project>