bbiwarg.csproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>x86</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <StartupObject>bbiwarg.Main.OutputTest</StartupObject>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Emgu.CV, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>lib\Emgu.CV.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Emgu.Util, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>lib\Emgu.Util.dll</HintPath>
  47. </Reference>
  48. <Reference Include="iisuNet, Version=3.0.0.0, Culture=neutral, processorArchitecture=x86">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>lib\iisuNet.dll</HintPath>
  51. </Reference>
  52. <Reference Include="MathNet.Numerics">
  53. <HintPath>lib\MathNet.Numerics.dll</HintPath>
  54. </Reference>
  55. <Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>lib\OpenTK.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="DataSource\CollisionDetection.cs" />
  70. <Compile Include="DataSource\ForeFingerDetection.cs" />
  71. <Compile Include="DataSource\IInputProvider.cs" />
  72. <Compile Include="DataSource\Palm.cs" />
  73. <Compile Include="DataSource\PalmDetection.cs" />
  74. <Compile Include="DataSource\UVImage.cs" />
  75. <Compile Include="DataSource\ColorImage.cs" />
  76. <Compile Include="DataSource\ConfidenceImage.cs" />
  77. <Compile Include="DataSource\DepthImage.cs" />
  78. <Compile Include="DataSource\IisuInputProvider.cs" />
  79. <Compile Include="DataSource\IVideoHandle.cs" />
  80. <Compile Include="DataSource\VectorExtender.cs" />
  81. <Compile Include="DataSource\VertexArray.cs" />
  82. <Compile Include="DataSource\VideoHandle.cs" />
  83. <Compile Include="Graphics\OutputDepthImage.cs" />
  84. <Compile Include="Graphics\Rectangle.cs" />
  85. <Compile Include="Graphics\IGraphicElement.cs" />
  86. <Compile Include="Graphics\Point.cs" />
  87. <Compile Include="Main\OutputTest.cs" />
  88. <Compile Include="Graphics\Output.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="App.config" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Content Include="cudart32_55.dll">
  96. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  97. </Content>
  98. <Content Include="opencv_core290.dll">
  99. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  100. </Content>
  101. <Content Include="opencv_imgproc290.dll">
  102. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  103. </Content>
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  107. Other similar extension points exist, see Microsoft.Common.targets.
  108. <Target Name="BeforeBuild">
  109. </Target>
  110. <Target Name="AfterBuild">
  111. </Target>
  112. -->
  113. </Project>