bbiwarg.csproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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="Output\GlassesOutput\GlassesWindow.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="Output\GlassesOutput\GlassesWindow.Designer.cs">
  90. <DependentUpon>GlassesWindow.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Utility\ImageSize.cs" />
  93. <Compile Include="Input\InputHandling\FrameData.cs" />
  94. <Compile Include="Output\DebugOutput\DebugImageCreator.cs" />
  95. <Compile Include="Output\DebugOutput\DebugWindow.cs">
  96. <SubType>Form</SubType>
  97. </Compile>
  98. <Compile Include="Output\DebugOutput\DebugWindow.Designer.cs">
  99. <DependentUpon>DebugWindow.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="Recognition\TouchRecognition\TouchEvent.cs" />
  102. <Compile Include="Utility\Projection2DTo2D.cs" />
  103. <Compile Include="Parameters.cs" />
  104. <Compile Include="Input\InputHandling\InputHandler.cs" />
  105. <Compile Include="Input\InputProviding\InputProvider.cs" />
  106. <Compile Include="Input\InputProviding\VideoInputProvider.cs" />
  107. <Compile Include="Recognition\FingerRecognition\Finger.cs" />
  108. <Compile Include="Recognition\FingerRecognition\FingerDetector.cs" />
  109. <Compile Include="Recognition\FingerRecognition\FingerSliceTrail.cs" />
  110. <Compile Include="Recognition\FingerRecognition\FingerSlice.cs" />
  111. <Compile Include="Recognition\FingerRecognition\FingerTracker.cs" />
  112. <Compile Include="Recognition\FingerRecognition\TrackedFinger.cs" />
  113. <Compile Include="Recognition\HandRecognition\Hand.cs" />
  114. <Compile Include="Recognition\HandRecognition\HandDetector.cs" />
  115. <Compile Include="Recognition\HandRecognition\HandTracker.cs" />
  116. <Compile Include="Recognition\PalmRecognition\Palm.cs" />
  117. <Compile Include="Recognition\PalmRecognition\PalmDetector.cs" />
  118. <Compile Include="Recognition\HandRecognition\TrackedHand.cs" />
  119. <Compile Include="Recognition\PalmRecognition\PalmTracker.cs" />
  120. <Compile Include="Recognition\PalmRecognition\TrackedPalm.cs" />
  121. <Compile Include="Recognition\TouchRecognition\TouchDetector.cs" />
  122. <Compile Include="Recognition\TouchRecognition\Touch.cs" />
  123. <Compile Include="Recognition\TouchRecognition\TouchTracker.cs" />
  124. <Compile Include="Output\DebugOutput\TouchEventVisualizer.cs" />
  125. <Compile Include="Images\ConfidenceImage.cs" />
  126. <Compile Include="Images\DepthImage.cs" />
  127. <Compile Include="Images\EdgeImage.cs" />
  128. <Compile Include="Output\OutputImage.cs" />
  129. <Compile Include="BBWIWARG.cs" />
  130. <Compile Include="Properties\AssemblyInfo.cs" />
  131. <Compile Include="Recognition\TouchRecognition\TrackedTouch.cs" />
  132. <Compile Include="Recognition\Tracking\Similarity.cs" />
  133. <Compile Include="Recognition\Tracking\TrackableObject.cs" />
  134. <Compile Include="Recognition\Tracking\TrackedObject.cs" />
  135. <Compile Include="Recognition\Tracking\Tracker.cs" />
  136. <Compile Include="Recognition\Tracking\TrackIDPool.cs" />
  137. <Compile Include="TUIO\OSC.NET\OSCBundle.cs" />
  138. <Compile Include="TUIO\OSC.NET\OSCMessage.cs" />
  139. <Compile Include="TUIO\OSC.NET\OSCPacket.cs" />
  140. <Compile Include="TUIO\OSC.NET\OSCTransmitter.cs" />
  141. <Compile Include="TUIO\TuioCommunicator.cs" />
  142. <Compile Include="TUIO\TUIO\TuioContainer.cs" />
  143. <Compile Include="TUIO\TUIO\TuioCursor.cs" />
  144. <Compile Include="TUIO\TUIO\TuioPoint.cs" />
  145. <Compile Include="TUIO\TUIO\TuioServer.cs" />
  146. <Compile Include="TUIO\TUIO\TuioTime.cs" />
  147. <Compile Include="Utility\ConvexityDefect.cs" />
  148. <Compile Include="Utility\Kalman2DPositionFilter.cs" />
  149. <Compile Include="Utility\Line2D.cs" />
  150. <Compile Include="Utility\LineSegment2D.cs" />
  151. <Compile Include="Utility\Logger.cs" />
  152. <Compile Include="Utility\Quadrangle.cs" />
  153. <Compile Include="Utility\Timer.cs" />
  154. <Compile Include="Utility\Vector2D.cs" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <None Include="App.config" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <Content Include="cudart32_55.dll">
  161. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  162. </Content>
  163. <Content Include="opencv_core290.dll">
  164. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  165. </Content>
  166. <Content Include="opencv_imgproc290.dll">
  167. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  168. </Content>
  169. <Content Include="opencv_video290.dll">
  170. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  171. </Content>
  172. </ItemGroup>
  173. <ItemGroup>
  174. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  175. <Visible>False</Visible>
  176. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  177. <Install>true</Install>
  178. </BootstrapperPackage>
  179. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  180. <Visible>False</Visible>
  181. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  182. <Install>false</Install>
  183. </BootstrapperPackage>
  184. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  185. <Visible>False</Visible>
  186. <ProductName>.NET Framework 3.5 SP1</ProductName>
  187. <Install>false</Install>
  188. </BootstrapperPackage>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <EmbeddedResource Include="Output\DebugOutput\DebugWindow.resx">
  192. <DependentUpon>DebugWindow.cs</DependentUpon>
  193. </EmbeddedResource>
  194. <EmbeddedResource Include="Output\GlassesOutput\GlassesWindow.resx">
  195. <DependentUpon>GlassesWindow.cs</DependentUpon>
  196. </EmbeddedResource>
  197. </ItemGroup>
  198. <ItemGroup>
  199. <WCFMetadata Include="Service References\" />
  200. </ItemGroup>
  201. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  202. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  203. Other similar extension points exist, see Microsoft.Common.targets.
  204. <Target Name="BeforeBuild">
  205. </Target>
  206. <Target Name="AfterBuild">
  207. </Target>
  208. -->
  209. </Project>