1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|x64" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >x64</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|x64" >
9+ <Configuration >Release</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <VCProjectVersion >17.0</VCProjectVersion >
15+ <EnableManagedPackageReferenceSupport >true</EnableManagedPackageReferenceSupport >
16+ <ProjectGuid >{A2F2D832-190E-4933-8D11-B27459BA2D8C}</ProjectGuid >
17+ <Keyword >NetCoreCProj</Keyword >
18+ <RootNamespace >KinectHandler</RootNamespace >
19+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
20+ <TargetFramework >net7.0</TargetFramework >
21+ <RuntimeIdentifiers >win10-x64</RuntimeIdentifiers >
22+ </PropertyGroup >
23+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
25+ <ConfigurationType >DynamicLibrary</ConfigurationType >
26+ <UseDebugLibraries >true</UseDebugLibraries >
27+ <PlatformToolset >v143</PlatformToolset >
28+ <CLRSupport >NetCore</CLRSupport >
29+ <CharacterSet >Unicode</CharacterSet >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
32+ <ConfigurationType >DynamicLibrary</ConfigurationType >
33+ <UseDebugLibraries >false</UseDebugLibraries >
34+ <PlatformToolset >v143</PlatformToolset >
35+ <CLRSupport >NetCore</CLRSupport >
36+ <CharacterSet >Unicode</CharacterSet >
37+ </PropertyGroup >
38+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
39+ <ImportGroup Label =" ExtensionSettings" >
40+ </ImportGroup >
41+ <ImportGroup Label =" Shared" >
42+ </ImportGroup >
43+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
44+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
45+ </ImportGroup >
46+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
47+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
48+ </ImportGroup >
49+ <PropertyGroup Label =" UserMacros" />
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
51+ <OutDir >$(ProjectDir)bin\$(Platform)\$(Configuration)\$(CLRSupport)\</OutDir >
52+ </PropertyGroup >
53+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
54+ <OutDir >$(ProjectDir)bin\$(Platform)\$(Configuration)\$(CLRSupport)\</OutDir >
55+ </PropertyGroup >
56+ <PropertyGroup Label =" Vcpkg" >
57+ <VcpkgEnabled >false</VcpkgEnabled >
58+ </PropertyGroup >
59+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
60+ <ClCompile >
61+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
62+ <PrecompiledHeaderFile >
63+ </PrecompiledHeaderFile >
64+ <WarningLevel >Level3</WarningLevel >
65+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
66+ <LanguageStandard >stdcpp17</LanguageStandard >
67+ <AdditionalIncludeDirectories >$(KINECTSDK20_DIR)inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
68+ </ClCompile >
69+ <Link >
70+ <AdditionalDependencies >Kinect20.lib;shell32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies >
71+ <AdditionalLibraryDirectories >$(KINECTSDK20_DIR)lib\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
72+ </Link >
73+ </ItemDefinitionGroup >
74+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
75+ <ClCompile >
76+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
77+ <PrecompiledHeaderFile >
78+ </PrecompiledHeaderFile >
79+ <WarningLevel >Level3</WarningLevel >
80+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
81+ <LanguageStandard >stdcpp17</LanguageStandard >
82+ <AdditionalIncludeDirectories >$(KINECTSDK20_DIR)inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
83+ </ClCompile >
84+ <Link >
85+ <AdditionalDependencies >Kinect20.lib;shell32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies >
86+ <AdditionalLibraryDirectories >$(KINECTSDK20_DIR)lib\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
87+ </Link >
88+ </ItemDefinitionGroup >
89+ <ItemGroup >
90+ <ClInclude Include =" KinectHandler.h" />
91+ <ClInclude Include =" KinectWrapper.h" />
92+ </ItemGroup >
93+ <ItemGroup >
94+ <ClCompile Include =" AssemblyInfo.cpp" />
95+ </ItemGroup >
96+ <ItemGroup >
97+ <PackageReference Include =" Amethyst.Plugins.Contract" >
98+ <Version >0.2.22</Version >
99+ </PackageReference >
100+ <PackageReference Include =" System.ComponentModel" >
101+ <Version >4.3.0</Version >
102+ </PackageReference >
103+ <PackageReference Include =" System.ComponentModel.Composition" >
104+ <Version >8.0.0</Version >
105+ </PackageReference >
106+ </ItemGroup >
107+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
108+ <ImportGroup Label =" ExtensionTargets" >
109+ </ImportGroup >
110+ </Project >
0 commit comments