bbiwarg.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <PlatformTarget>x86</PlatformTarget>
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <StartupObject>BBIWARG.BBIWARG</StartupObject>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="Emgu.CV, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>lib\Emgu.CV.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Emgu.CV.UI">
  60. <HintPath>lib\Emgu.CV.UI.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Emgu.Util, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>lib\Emgu.Util.dll</HintPath>
  65. </Reference>
  66. <Reference Include="iisuNet, Version=3.0.0.0, Culture=neutral, processorArchitecture=x86">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>lib\iisuNet.dll</HintPath>
  69. </Reference>
  70. <Reference Include="MathNet.Numerics">
  71. <HintPath>lib\MathNet.Numerics.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Microsoft.VisualBasic" />
  74. <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  75. <Reference Include="System" />
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.Windows.Forms" />
  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.Xml" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="Input\InputHandling\NewProcessedFrameEventArgs.cs" />
  87. <Compile Include="Input\InputProviding\NewFrameEventArgs.cs" />
  88. <Compile Include="Output\GlassesOutput\GlassesWindow.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Output\GlassesOutput\GlassesWindow.Designer.cs">
  92. <DependentUpon>GlassesWindow.cs</DependentUpon>
  93. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  94. </Compile>
  95. <Compile Include="TUIO\TUIO\TuioObject.cs">
  96. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  97. </Compile>
  98. <Compile Include="Utility\CoordinateConverter.cs" />
  99. <Compile Include="Utility\ImageSize.cs" />
  100. <Compile Include="Input\InputHandling\FrameData.cs" />
  101. <Compile Include="Output\DebugOutput\DebugImageCreator.cs" />
  102. <Compile Include="Output\DebugOutput\DebugWindow.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="Output\DebugOutput\DebugWindow.Designer.cs">
  106. <DependentUpon>DebugWindow.cs</DependentUpon>
  107. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  108. </Compile>
  109. <Compile Include="Recognition\TouchRecognition\TouchEvent.cs" />
  110. <Compile Include="Utility\Projection2DTo2D.cs" />
  111. <Compile Include="Parameters.cs" />
  112. <Compile Include="Input\InputHandling\InputHandler.cs" />
  113. <Compile Include="Input\InputProviding\InputProvider.cs" />
  114. <Compile Include="Input\InputProviding\VideoInputProvider.cs" />
  115. <Compile Include="Recognition\FingerRecognition\Finger.cs" />
  116. <Compile Include="Recognition\FingerRecognition\FingerDetector.cs" />
  117. <Compile Include="Recognition\FingerRecognition\FingerSliceTrail.cs" />
  118. <Compile Include="Recognition\FingerRecognition\FingerSlice.cs" />
  119. <Compile Include="Recognition\FingerRecognition\FingerTracker.cs" />
  120. <Compile Include="Recognition\FingerRecognition\TrackedFinger.cs" />
  121. <Compile Include="Recognition\HandRecognition\Hand.cs" />
  122. <Compile Include="Recognition\HandRecognition\HandDetector.cs" />
  123. <Compile Include="Recognition\HandRecognition\HandTracker.cs" />
  124. <Compile Include="Recognition\PalmRecognition\Palm.cs" />
  125. <Compile Include="Recognition\PalmRecognition\PalmDetector.cs" />
  126. <Compile Include="Recognition\HandRecognition\TrackedHand.cs" />
  127. <Compile Include="Recognition\PalmRecognition\PalmTracker.cs" />
  128. <Compile Include="Recognition\PalmRecognition\TrackedPalm.cs" />
  129. <Compile Include="Recognition\TouchRecognition\TouchDetector.cs" />
  130. <Compile Include="Recognition\TouchRecognition\Touch.cs" />
  131. <Compile Include="Recognition\TouchRecognition\TouchTracker.cs" />
  132. <Compile Include="Output\DebugOutput\TouchEventVisualizer.cs" />
  133. <Compile Include="Images\ConfidenceImage.cs" />
  134. <Compile Include="Images\DepthImage.cs" />
  135. <Compile Include="Images\EdgeImage.cs" />
  136. <Compile Include="Output\OutputImage.cs" />
  137. <Compile Include="BBWIWARG.cs" />
  138. <Compile Include="Properties\AssemblyInfo.cs" />
  139. <Compile Include="Recognition\TouchRecognition\TrackedTouch.cs" />
  140. <Compile Include="Recognition\Tracking\Similarity.cs" />
  141. <Compile Include="Recognition\Tracking\TrackableObject.cs" />
  142. <Compile Include="Recognition\Tracking\TrackedObject.cs" />
  143. <Compile Include="Recognition\Tracking\Tracker.cs" />
  144. <Compile Include="Recognition\Tracking\TrackIDPool.cs" />
  145. <Compile Include="TUIO\OSC.NET\OSCBundle.cs">
  146. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  147. </Compile>
  148. <Compile Include="TUIO\OSC.NET\OSCMessage.cs">
  149. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  150. </Compile>
  151. <Compile Include="TUIO\OSC.NET\OSCPacket.cs">
  152. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  153. </Compile>
  154. <Compile Include="TUIO\OSC.NET\OSCTransmitter.cs">
  155. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  156. </Compile>
  157. <Compile Include="TUIO\TuioCommunicator.cs" />
  158. <Compile Include="TUIO\TUIO\TuioContainer.cs">
  159. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  160. </Compile>
  161. <Compile Include="TUIO\TUIO\TuioCursor.cs">
  162. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  163. </Compile>
  164. <Compile Include="TUIO\TUIO\TuioPoint.cs">
  165. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  166. </Compile>
  167. <Compile Include="TUIO\TUIO\TuioServer.cs">
  168. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  169. </Compile>
  170. <Compile Include="TUIO\TUIO\TuioTime.cs">
  171. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  172. </Compile>
  173. <Compile Include="Utility\ConvexityDefect.cs" />
  174. <Compile Include="Utility\Kalman2DPositionFilter.cs" />
  175. <Compile Include="Utility\Line2D.cs" />
  176. <Compile Include="Utility\LineSegment2D.cs" />
  177. <Compile Include="Utility\Logger.cs" />
  178. <Compile Include="Utility\Quadrangle.cs" />
  179. <Compile Include="Utility\Timer.cs" />
  180. <Compile Include="Utility\Vector2D.cs" />
  181. <Compile Include="Utility\Vector3D.cs" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <None Include="App.config" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <Content Include="cudart32_55.dll">
  188. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  189. </Content>
  190. <Content Include="opencv_core290.dll">
  191. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  192. </Content>
  193. <Content Include="opencv_imgproc290.dll">
  194. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  195. </Content>
  196. <Content Include="opencv_video290.dll">
  197. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  198. </Content>
  199. </ItemGroup>
  200. <ItemGroup>
  201. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  202. <Visible>False</Visible>
  203. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  204. <Install>true</Install>
  205. </BootstrapperPackage>
  206. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  207. <Visible>False</Visible>
  208. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  209. <Install>false</Install>
  210. </BootstrapperPackage>
  211. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  212. <Visible>False</Visible>
  213. <ProductName>.NET Framework 3.5 SP1</ProductName>
  214. <Install>false</Install>
  215. </BootstrapperPackage>
  216. </ItemGroup>
  217. <ItemGroup>
  218. <EmbeddedResource Include="Output\DebugOutput\DebugWindow.resx">
  219. <DependentUpon>DebugWindow.cs</DependentUpon>
  220. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  221. </EmbeddedResource>
  222. <EmbeddedResource Include="Output\GlassesOutput\GlassesWindow.resx">
  223. <DependentUpon>GlassesWindow.cs</DependentUpon>
  224. <ExcludeFromStyleCop>True</ExcludeFromStyleCop>
  225. </EmbeddedResource>
  226. </ItemGroup>
  227. <ItemGroup>
  228. <WCFMetadata Include="Service References\" />
  229. </ItemGroup>
  230. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  231. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  232. Other similar extension points exist, see Microsoft.Common.targets.
  233. <Target Name="BeforeBuild">
  234. </Target>
  235. <Target Name="AfterBuild">
  236. </Target>
  237. -->
  238. </Project>