254 lines
14 KiB
XML
254 lines
14 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|||
|
<PropertyGroup>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ProjectGuid>{4BB6C393-9003-4608-BD70-F3FDA26378AA}</ProjectGuid>
|
|||
|
<OutputType>WinExe</OutputType>
|
|||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
<RootNamespace>Microsoft.Samples.AzureKinectBasics</RootNamespace>
|
|||
|
<AssemblyName>4-CognitiveServices</AssemblyName>
|
|||
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|||
|
<FileAlignment>512</FileAlignment>
|
|||
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<XefDelaySign>true</XefDelaySign>
|
|||
|
<TargetFrameworkProfile />
|
|||
|
<NuGetPackageImportStamp>
|
|||
|
</NuGetPackageImportStamp>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|||
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|||
|
<DebugType>full</DebugType>
|
|||
|
<OutputPath>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutputPath>
|
|||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
<Prefer32Bit>true</Prefer32Bit>
|
|||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|||
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
<DebugType>pdbonly</DebugType>
|
|||
|
<OutputPath>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutputPath>
|
|||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
<Prefer32Bit>true</Prefer32Bit>
|
|||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup>
|
|||
|
<StartupObject>
|
|||
|
</StartupObject>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup>
|
|||
|
<ApplicationIcon>Images\Kinect.ico</ApplicationIcon>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup>
|
|||
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|||
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|||
|
<DebugType>full</DebugType>
|
|||
|
<PlatformTarget>x86</PlatformTarget>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
<Prefer32Bit>true</Prefer32Bit>
|
|||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|||
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|||
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
<DebugType>pdbonly</DebugType>
|
|||
|
<PlatformTarget>x86</PlatformTarget>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
<Prefer32Bit>true</Prefer32Bit>
|
|||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|||
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
<DebugType>full</DebugType>
|
|||
|
<PlatformTarget>x64</PlatformTarget>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
<Prefer32Bit>true</Prefer32Bit>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|||
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|||
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
<DebugType>pdbonly</DebugType>
|
|||
|
<PlatformTarget>x64</PlatformTarget>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
<Prefer32Bit>true</Prefer32Bit>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="Microsoft.Azure.CognitiveServices.Vision.ComputerVision, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\Microsoft.Azure.CognitiveServices.Vision.ComputerVision.5.0.0\lib\net452\Microsoft.Azure.CognitiveServices.Vision.ComputerVision.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Microsoft.Azure.Kinect.Sensor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6f6471c4ba98fac7, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\Microsoft.Azure.Kinect.Sensor.1.2.0-beta.0\lib\netstandard2.0\Microsoft.Azure.Kinect.Sensor.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\Microsoft.Rest.ClientRuntime.2.3.18\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\Microsoft.Rest.ClientRuntime.Azure.3.3.18\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
|
|||
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System" />
|
|||
|
<Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.ComponentModel.Composition" />
|
|||
|
<Reference Include="System.Data" />
|
|||
|
<Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
|
|||
|
<Private>True</Private>
|
|||
|
<Private>True</Private>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Net" />
|
|||
|
<Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
|
|||
|
<Private>True</Private>
|
|||
|
<Private>True</Private>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Net.Http.WebRequest" />
|
|||
|
<Reference Include="System.Numerics" />
|
|||
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
|
|||
|
<Private>True</Private>
|
|||
|
<Private>True</Private>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Runtime.Serialization" />
|
|||
|
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
|
|||
|
<Private>True</Private>
|
|||
|
<Private>True</Private>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
|
|||
|
<Private>True</Private>
|
|||
|
<Private>True</Private>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
|
|||
|
<Private>True</Private>
|
|||
|
<Private>True</Private>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|||
|
<HintPath>packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
|
|||
|
<Private>True</Private>
|
|||
|
<Private>True</Private>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Xml" />
|
|||
|
<Reference Include="Microsoft.CSharp" />
|
|||
|
<Reference Include="System.Core" />
|
|||
|
<Reference Include="System.Xml.Linq" />
|
|||
|
<Reference Include="System.Data.DataSetExtensions" />
|
|||
|
<Reference Include="System.Xaml">
|
|||
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|||
|
</Reference>
|
|||
|
<Reference Include="WindowsBase" />
|
|||
|
<Reference Include="PresentationCore" />
|
|||
|
<Reference Include="PresentationFramework" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ApplicationDefinition Include="App.xaml">
|
|||
|
<Generator>MSBuild:Compile</Generator>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</ApplicationDefinition>
|
|||
|
<Page Include="MainWindow.xaml">
|
|||
|
<Generator>MSBuild:Compile</Generator>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</Page>
|
|||
|
<Compile Include="App.xaml.cs">
|
|||
|
<DependentUpon>App.xaml</DependentUpon>
|
|||
|
<SubType>Code</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="MainWindow.xaml.cs">
|
|||
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|||
|
<SubType>Code</SubType>
|
|||
|
</Compile>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|||
|
<SubType>Code</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Properties\Resources.Designer.cs">
|
|||
|
<AutoGen>True</AutoGen>
|
|||
|
<DesignTime>True</DesignTime>
|
|||
|
<DependentUpon>Resources.resx</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Properties\Settings.Designer.cs">
|
|||
|
<AutoGen>True</AutoGen>
|
|||
|
<DependentUpon>Settings.settings</DependentUpon>
|
|||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|||
|
</Compile>
|
|||
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|||
|
<Generator>ResXFileCodeGenerator</Generator>
|
|||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</EmbeddedResource>
|
|||
|
<None Include="packages.config" />
|
|||
|
<None Include="Properties\Settings.settings">
|
|||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|||
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|||
|
</None>
|
|||
|
<AppDesigner Include="Properties\" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="App.config" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Resource Include="Images\Kinect.ico" />
|
|||
|
<Resource Include="Images\Logo.png" />
|
|||
|
<Resource Include="Images\ScreenshotHover.png" />
|
|||
|
<Resource Include="Images\ScreenshotNormal.png" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
<Import Project="packages\Microsoft.Azure.Kinect.Sensor.1.2.0-beta.0\build\netstandard2.0\Microsoft.Azure.Kinect.Sensor.targets" Condition="Exists('packages\Microsoft.Azure.Kinect.Sensor.1.2.0-beta.0\build\netstandard2.0\Microsoft.Azure.Kinect.Sensor.targets')" />
|
|||
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|||
|
<PropertyGroup>
|
|||
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|||
|
</PropertyGroup>
|
|||
|
<Error Condition="!Exists('packages\Microsoft.Azure.Kinect.Sensor.1.2.0-beta.0\build\netstandard2.0\Microsoft.Azure.Kinect.Sensor.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.Kinect.Sensor.1.2.0-beta.0\build\netstandard2.0\Microsoft.Azure.Kinect.Sensor.targets'))" />
|
|||
|
</Target>
|
|||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|||
|
<Target Name="BeforeBuild">
|
|||
|
</Target>
|
|||
|
<Target Name="AfterBuild">
|
|||
|
</Target>
|
|||
|
-->
|
|||
|
</Project>
|