bbiwarg.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  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\TuioCommunicator.cs" />
  127. <Compile Include="TUIO\TUIO\TuioObject.cs">
  128. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  129. </Compile>
  130. <Compile Include="Utility\CoordinateConverter.cs" />
  131. <Compile Include="Utility\ImageSize.cs" />
  132. <Compile Include="Input\InputHandling\FrameData.cs" />
  133. <Compile Include="Output\DebugOutput\DebugImageCreator.cs" />
  134. <Compile Include="Output\DebugOutput\DebugWindow.cs">
  135. <SubType>Form</SubType>
  136. </Compile>
  137. <Compile Include="Output\DebugOutput\DebugWindow.Designer.cs">
  138. <DependentUpon>DebugWindow.cs</DependentUpon>
  139. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  140. </Compile>
  141. <Compile Include="Recognition\TouchRecognition\TouchEvent.cs" />
  142. <Compile Include="Utility\Projection2DTo2D.cs" />
  143. <Compile Include="Parameters.cs" />
  144. <Compile Include="Input\InputHandling\InputHandler.cs" />
  145. <Compile Include="Input\InputProviding\InputProvider.cs" />
  146. <Compile Include="Input\InputProviding\VideoInputProvider.cs" />
  147. <Compile Include="Recognition\FingerRecognition\Finger.cs" />
  148. <Compile Include="Recognition\FingerRecognition\FingerDetector.cs" />
  149. <Compile Include="Recognition\FingerRecognition\FingerSliceTrail.cs" />
  150. <Compile Include="Recognition\FingerRecognition\FingerSlice.cs" />
  151. <Compile Include="Recognition\FingerRecognition\FingerTracker.cs" />
  152. <Compile Include="Recognition\FingerRecognition\TrackedFinger.cs" />
  153. <Compile Include="Recognition\HandRecognition\Hand.cs" />
  154. <Compile Include="Recognition\HandRecognition\HandDetector.cs" />
  155. <Compile Include="Recognition\HandRecognition\HandTracker.cs" />
  156. <Compile Include="Recognition\PalmRecognition\Palm.cs" />
  157. <Compile Include="Recognition\PalmRecognition\PalmDetector.cs" />
  158. <Compile Include="Recognition\HandRecognition\TrackedHand.cs" />
  159. <Compile Include="Recognition\PalmRecognition\PalmTracker.cs" />
  160. <Compile Include="Recognition\PalmRecognition\TrackedPalm.cs" />
  161. <Compile Include="Recognition\TouchRecognition\TouchDetector.cs" />
  162. <Compile Include="Recognition\TouchRecognition\Touch.cs" />
  163. <Compile Include="Recognition\TouchRecognition\TouchTracker.cs" />
  164. <Compile Include="Output\DebugOutput\TouchEventVisualizer.cs" />
  165. <Compile Include="Images\ConfidenceImage.cs" />
  166. <Compile Include="Images\DepthImage.cs" />
  167. <Compile Include="Images\EdgeImage.cs" />
  168. <Compile Include="Output\OutputImage.cs" />
  169. <Compile Include="BBWIWARG.cs" />
  170. <Compile Include="Properties\AssemblyInfo.cs" />
  171. <Compile Include="Recognition\TouchRecognition\TrackedTouch.cs" />
  172. <Compile Include="Recognition\Tracking\Similarity.cs" />
  173. <Compile Include="Recognition\Tracking\TrackableObject.cs" />
  174. <Compile Include="Recognition\Tracking\TrackedObject.cs" />
  175. <Compile Include="Recognition\Tracking\Tracker.cs" />
  176. <Compile Include="Recognition\Tracking\TrackIDPool.cs" />
  177. <Compile Include="TUIO\OSC.NET\OSCBundle.cs">
  178. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  179. </Compile>
  180. <Compile Include="TUIO\OSC.NET\OSCMessage.cs">
  181. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  182. </Compile>
  183. <Compile Include="TUIO\OSC.NET\OSCPacket.cs">
  184. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  185. </Compile>
  186. <Compile Include="TUIO\OSC.NET\OSCTransmitter.cs">
  187. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  188. </Compile>
  189. <Compile Include="TUIO\TuioCommunicatorHack.cs" />
  190. <Compile Include="TUIO\TUIO\TuioContainer.cs">
  191. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  192. </Compile>
  193. <Compile Include="TUIO\TUIO\TuioCursor.cs">
  194. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  195. </Compile>
  196. <Compile Include="TUIO\TUIO\TuioPoint.cs">
  197. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  198. </Compile>
  199. <Compile Include="TUIO\TUIO\TuioServer.cs">
  200. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  201. </Compile>
  202. <Compile Include="TUIO\TUIO\TuioTime.cs">
  203. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  204. </Compile>
  205. <Compile Include="Utility\ConvexityDefect.cs" />
  206. <Compile Include="Utility\Kalman2DPositionFilter.cs" />
  207. <Compile Include="Utility\Line2D.cs" />
  208. <Compile Include="Utility\LineSegment2D.cs" />
  209. <Compile Include="Utility\Logger.cs" />
  210. <Compile Include="Utility\Quadrangle.cs" />
  211. <Compile Include="Utility\Timer.cs" />
  212. <Compile Include="Utility\Vector2D.cs" />
  213. <Compile Include="Utility\Vector3D.cs" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <None Include="App.config">
  217. <SubType>Designer</SubType>
  218. </None>
  219. </ItemGroup>
  220. <ItemGroup>
  221. <Content Include="cudart32_55.dll">
  222. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  223. </Content>
  224. <Content Include="opencv_core290.dll">
  225. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  226. </Content>
  227. <Content Include="opencv_imgproc290.dll">
  228. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  229. </Content>
  230. <Content Include="opencv_video290.dll">
  231. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  232. </Content>
  233. </ItemGroup>
  234. <ItemGroup>
  235. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  236. <Visible>False</Visible>
  237. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  238. <Install>true</Install>
  239. </BootstrapperPackage>
  240. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  241. <Visible>False</Visible>
  242. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  243. <Install>false</Install>
  244. </BootstrapperPackage>
  245. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  246. <Visible>False</Visible>
  247. <ProductName>.NET Framework 3.5 SP1</ProductName>
  248. <Install>false</Install>
  249. </BootstrapperPackage>
  250. </ItemGroup>
  251. <ItemGroup>
  252. <EmbeddedResource Include="Output\DebugOutput\DebugWindow.resx">
  253. <DependentUpon>DebugWindow.cs</DependentUpon>
  254. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  255. </EmbeddedResource>
  256. <EmbeddedResource Include="Output\GlassesOutput\GlassesWindow.resx">
  257. <DependentUpon>GlassesWindow.cs</DependentUpon>
  258. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  259. </EmbeddedResource>
  260. </ItemGroup>
  261. <ItemGroup>
  262. <WCFMetadata Include="Service References\" />
  263. </ItemGroup>
  264. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  265. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  266. Other similar extension points exist, see Microsoft.Common.targets.
  267. <Target Name="BeforeBuild">
  268. </Target>
  269. <Target Name="AfterBuild">
  270. </Target>
  271. -->
  272. </Project>