bbiwarg.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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.MainBBIWARG</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.Util, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>lib\Emgu.Util.dll</HintPath>
  62. </Reference>
  63. <Reference Include="iisuNet, Version=3.0.0.0, Culture=neutral, processorArchitecture=x86">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>lib\iisuNet.dll</HintPath>
  66. </Reference>
  67. <Reference Include="MathNet.Numerics">
  68. <HintPath>lib\MathNet.Numerics.dll</HintPath>
  69. </Reference>
  70. <Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>lib\OpenTK.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.Core" />
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="Microsoft.CSharp" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Xml" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="Parameters.cs" />
  85. <Compile Include="Graphics\OutputWindow.cs" />
  86. <Compile Include="InputHandler.cs" />
  87. <Compile Include="InputProviders\InputFrame.cs" />
  88. <Compile Include="InputProviders\InputProvider.cs" />
  89. <Compile Include="InputProviders\VideoInputProvider.cs" />
  90. <Compile Include="Recognition\FingerRecognition\Finger.cs" />
  91. <Compile Include="Recognition\FingerRecognition\FingerDetector.cs" />
  92. <Compile Include="Recognition\FingerRecognition\FingerSliceTrail.cs" />
  93. <Compile Include="Recognition\FingerRecognition\FingerSlice.cs" />
  94. <Compile Include="Recognition\FingerRecognition\FingerTracker.cs" />
  95. <Compile Include="Recognition\FingerRecognition\TrackedFinger.cs" />
  96. <Compile Include="Recognition\HandRecognition\Hand.cs" />
  97. <Compile Include="Recognition\HandRecognition\HandDetector.cs" />
  98. <Compile Include="Recognition\HandRecognition\HandTracker.cs" />
  99. <Compile Include="Recognition\HandRecognition\TrackedHand.cs" />
  100. <Compile Include="Recognition\PalmRecognition\Palm.cs" />
  101. <Compile Include="Recognition\PalmRecognition\PalmDetector.cs" />
  102. <Compile Include="Recognition\PalmRecognition\PalmTracker.cs" />
  103. <Compile Include="Recognition\PalmRecognition\TrackedPalm.cs" />
  104. <Compile Include="Recognition\TouchRecognition\TouchDetector.cs" />
  105. <Compile Include="Recognition\TouchRecognition\TouchEvent.cs" />
  106. <Compile Include="Recognition\TouchRecognition\TouchTracker.cs" />
  107. <Compile Include="Graphics\TouchEventVisualizer.cs" />
  108. <Compile Include="Images\ConfidenceImage.cs" />
  109. <Compile Include="Images\DepthImage.cs" />
  110. <Compile Include="Images\EdgeImage.cs" />
  111. <Compile Include="Graphics\OutputImage.cs" />
  112. <Compile Include="MainBBWIWARG.cs" />
  113. <Compile Include="Properties\AssemblyInfo.cs" />
  114. <Compile Include="Recognition\TouchRecognition\TrackedTouchEvent.cs" />
  115. <Compile Include="Recognition\Tracking\Similarity.cs" />
  116. <Compile Include="Recognition\Tracking\TrackableObject.cs" />
  117. <Compile Include="Recognition\Tracking\TrackedObject.cs" />
  118. <Compile Include="Recognition\Tracking\Tracker.cs" />
  119. <Compile Include="Recognition\Tracking\TrackIDPool.cs" />
  120. <Compile Include="Server\OSC.NET\OSCBundle.cs" />
  121. <Compile Include="Server\OSC.NET\OSCMessage.cs" />
  122. <Compile Include="Server\OSC.NET\OSCPacket.cs" />
  123. <Compile Include="Server\OSC.NET\OSCTransmitter.cs" />
  124. <Compile Include="Server\TuioCommunicator.cs" />
  125. <Compile Include="Server\TUIO\TuioContainer.cs" />
  126. <Compile Include="Server\TUIO\TuioCursor.cs" />
  127. <Compile Include="Server\TUIO\TuioPoint.cs" />
  128. <Compile Include="Server\TUIO\TuioServer.cs" />
  129. <Compile Include="Server\TUIO\TuioTime.cs" />
  130. <Compile Include="Utility\ConvexityDefect.cs" />
  131. <Compile Include="Utility\Kalman2DPositionFilter.cs" />
  132. <Compile Include="Utility\Line2D.cs" />
  133. <Compile Include="Utility\LineSegment2D.cs" />
  134. <Compile Include="Utility\Logger.cs" />
  135. <Compile Include="Utility\Quadrangle.cs" />
  136. <Compile Include="Utility\Timer.cs" />
  137. <Compile Include="Utility\Vector2D.cs" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <None Include="App.config" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <Content Include="cudart32_55.dll">
  144. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  145. </Content>
  146. <Content Include="opencv_core290.dll">
  147. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  148. </Content>
  149. <Content Include="opencv_imgproc290.dll">
  150. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  151. </Content>
  152. <Content Include="opencv_video290.dll">
  153. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  154. </Content>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  158. <Visible>False</Visible>
  159. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  160. <Install>true</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  165. <Install>false</Install>
  166. </BootstrapperPackage>
  167. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  168. <Visible>False</Visible>
  169. <ProductName>.NET Framework 3.5 SP1</ProductName>
  170. <Install>false</Install>
  171. </BootstrapperPackage>
  172. </ItemGroup>
  173. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  174. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  175. Other similar extension points exist, see Microsoft.Common.targets.
  176. <Target Name="BeforeBuild">
  177. </Target>
  178. <Target Name="AfterBuild">
  179. </Target>
  180. -->
  181. </Project>