CameraDataCaptureDemo.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{A5D835CC-2E38-45A7-AD40-0E33CE33273D}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CameraImageCaptureDemo</RootNamespace>
  10. <AssemblyName>CameraImageCaptureDemo</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>x64</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>..\..\..\Bin\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>Bin\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>x64</PlatformTarget>
  46. <LangVersion>7.3</LangVersion>
  47. <ErrorReport>prompt</ErrorReport>
  48. <Prefer32Bit>true</Prefer32Bit>
  49. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  50. <WarningLevel>0</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  53. <OutputPath>Bin\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  56. <DebugType>pdbonly</DebugType>
  57. <PlatformTarget>x64</PlatformTarget>
  58. <LangVersion>7.3</LangVersion>
  59. <ErrorReport>prompt</ErrorReport>
  60. <Prefer32Bit>true</Prefer32Bit>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="Accord, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  64. <HintPath>packages\Accord.3.8.0\lib\net462\Accord.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Accord.Video, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  67. <HintPath>packages\Accord.Video.3.8.0\lib\net462\Accord.Video.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Accord.Video.DirectShow, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  70. <HintPath>packages\Accord.Video.DirectShow.3.8.0\lib\net462\Accord.Video.DirectShow.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Accord.Video.FFMPEG.x64, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=AMD64">
  73. <HintPath>packages\Accord.Video.FFMPEG.x64.3.8.0\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
  74. </Reference>
  75. <Reference Include="AI.Common, Version=1.0.1.22, Culture=neutral, processorArchitecture=AMD64">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>Bin\AI.Common.dll</HintPath>
  78. </Reference>
  79. <Reference Include="DkamSDK_CSharp_Namespace, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>Bin\DkamSDK_CSharp_Namespace.dll</HintPath>
  82. </Reference>
  83. <Reference Include="ImageShowUtilsLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>Bin\ImageShowUtilsLib.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Intel.RealSense, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>Bin\Intel.RealSense.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Drawing" />
  94. <Reference Include="System.Xml" />
  95. <Reference Include="Microsoft.CSharp" />
  96. <Reference Include="System.Core" />
  97. <Reference Include="System.Xml.Linq" />
  98. <Reference Include="System.Data.DataSetExtensions" />
  99. <Reference Include="System.Net.Http" />
  100. <Reference Include="System.Xaml">
  101. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  102. </Reference>
  103. <Reference Include="WindowsBase" />
  104. <Reference Include="PresentationCore" />
  105. <Reference Include="PresentationFramework" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ApplicationDefinition Include="App.xaml">
  109. <Generator>MSBuild:Compile</Generator>
  110. <SubType>Designer</SubType>
  111. </ApplicationDefinition>
  112. <Page Include="ImageCanvas.xaml">
  113. <SubType>Designer</SubType>
  114. <Generator>MSBuild:Compile</Generator>
  115. </Page>
  116. <Page Include="MainWindow.xaml">
  117. <Generator>MSBuild:Compile</Generator>
  118. <SubType>Designer</SubType>
  119. </Page>
  120. <Compile Include="App.xaml.cs">
  121. <DependentUpon>App.xaml</DependentUpon>
  122. <SubType>Code</SubType>
  123. </Compile>
  124. <Compile Include="ImageCanvas.xaml.cs">
  125. <DependentUpon>ImageCanvas.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="MainWindow.xaml.cs">
  128. <DependentUpon>MainWindow.xaml</DependentUpon>
  129. <SubType>Code</SubType>
  130. </Compile>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Compile Include="Properties\AssemblyInfo.cs">
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Compile Include="Properties\Resources.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DesignTime>True</DesignTime>
  139. <DependentUpon>Resources.resx</DependentUpon>
  140. </Compile>
  141. <Compile Include="Properties\Settings.Designer.cs">
  142. <AutoGen>True</AutoGen>
  143. <DependentUpon>Settings.settings</DependentUpon>
  144. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  145. </Compile>
  146. <EmbeddedResource Include="Properties\Resources.resx">
  147. <Generator>ResXFileCodeGenerator</Generator>
  148. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  149. </EmbeddedResource>
  150. <None Include="packages.config" />
  151. <None Include="Properties\Settings.settings">
  152. <Generator>SettingsSingleFileGenerator</Generator>
  153. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  154. </None>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <None Include="App.config" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <ProjectReference Include="..\..\..\RUSCommon\RUS.Common\RUS.Common.csproj">
  161. <Project>{fee12542-eb0d-47c7-aa81-f2ba4e3d531b}</Project>
  162. <Name>RUS.Common</Name>
  163. </ProjectReference>
  164. <ProjectReference Include="..\..\..\RUSTasks\TaskCameraDataCapture\CameraDataCapture\CameraDataCapture.csproj">
  165. <Project>{22a08aac-b53c-4201-b466-78d83a3f640e}</Project>
  166. <Name>CameraDataCapture</Name>
  167. </ProjectReference>
  168. </ItemGroup>
  169. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  170. <Import Project="..\..\..\packages\Accord.3.8.0\build\Accord.targets" Condition="Exists('..\..\..\packages\Accord.3.8.0\build\Accord.targets')" />
  171. <Import Project="..\..\..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets" Condition="Exists('..\..\..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets')" />
  172. <PropertyGroup>
  173. <PreBuildEvent>xcopy "$(ProjectDir)\..\Depends\*.*" "$(TargetDir)" /h /y /c
  174. xcopy "$(ProjectDir)\..\..\..\AIDepends\*.*" "$(TargetDir)" /h /y /c
  175. xcopy "$(ProjectDir)\..\..\..\RUSTasks\TaskCameraDataCapture\Depends\*.*" "$(TargetDir)" /h /y /c</PreBuildEvent>
  176. </PropertyGroup>
  177. <Import Project="packages\Accord.3.8.0\build\Accord.targets" Condition="Exists('packages\Accord.3.8.0\build\Accord.targets')" />
  178. <Import Project="packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets" Condition="Exists('packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets')" />
  179. </Project>