1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" 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
+ <ItemGroup >
14
+ <ClCompile Include =" CoordinateMappingBasics.cpp" />
15
+ <ClCompile Include =" ImageRenderer.cpp" />
16
+ </ItemGroup >
17
+ <ItemGroup >
18
+ <Image Include =" app.ico" />
19
+ </ItemGroup >
20
+ <ItemGroup >
21
+ <ResourceCompile Include =" CoordinateMappingBasics.rc" />
22
+ </ItemGroup >
23
+ <ItemGroup >
24
+ <ClInclude Include =" CoordinateMappingBasics.h" />
25
+ <ClInclude Include =" ImageRenderer.h" />
26
+ <ClInclude Include =" resource.h" />
27
+ <ClInclude Include =" stdafx.h" />
28
+ </ItemGroup >
29
+ <PropertyGroup Label =" Globals" >
30
+ <ProjectGuid >{613BEEFF-3115-4FDD-BE4A-1E5264309DD1}</ProjectGuid >
31
+ <Keyword >Win32Proj</Keyword >
32
+ <RootNamespace >CoordinateMappingBasics-D2D</RootNamespace >
33
+ <ProjectName >ColorDepth2PC</ProjectName >
34
+ </PropertyGroup >
35
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
37
+ <ConfigurationType >Application</ConfigurationType >
38
+ <UseDebugLibraries >true</UseDebugLibraries >
39
+ <PlatformToolset >v140</PlatformToolset >
40
+ <CharacterSet >Unicode</CharacterSet >
41
+ </PropertyGroup >
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
43
+ <ConfigurationType >Application</ConfigurationType >
44
+ <UseDebugLibraries >false</UseDebugLibraries >
45
+ <PlatformToolset >v140</PlatformToolset >
46
+ <WholeProgramOptimization >true</WholeProgramOptimization >
47
+ <CharacterSet >Unicode</CharacterSet >
48
+ </PropertyGroup >
49
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
50
+ <ImportGroup Label =" ExtensionSettings" >
51
+ </ImportGroup >
52
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
53
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
54
+ </ImportGroup >
55
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
56
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57
+ </ImportGroup >
58
+ <PropertyGroup Label =" UserMacros" />
59
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
60
+ <LinkIncremental >true</LinkIncremental >
61
+ <IncludePath >$(KINECTSDK20_DIR)\inc;$(IncludePath)</IncludePath >
62
+ <LibraryPath >$(KINECTSDK20_DIR)\lib\x64;$(LibraryPath)</LibraryPath >
63
+ </PropertyGroup >
64
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
65
+ <LinkIncremental >false</LinkIncremental >
66
+ <IncludePath >$(KINECTSDK20_DIR)\inc;$(IncludePath)</IncludePath >
67
+ <LibraryPath >$(KINECTSDK20_DIR)\lib\x64;$(LibraryPath)</LibraryPath >
68
+ </PropertyGroup >
69
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
70
+ <ClCompile >
71
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
72
+ <Optimization >Disabled</Optimization >
73
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
74
+ <AdditionalIncludeDirectories >C:\opencv-2.4.13\build\install\include;C:\boost_1_62_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
75
+ </ClCompile >
76
+ <Link >
77
+ <SubSystem >Windows</SubSystem >
78
+ <GenerateDebugInformation >true</GenerateDebugInformation >
79
+ <EntryPointSymbol >
80
+ </EntryPointSymbol >
81
+ <AdditionalDependencies >kinect20.lib;opencv_core2413d.lib;opencv_highgui2413d.lib;opencv_imgproc2413d.lib;windowscodecs.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;libboost_filesystem-vc140-mt-gd-1_62.lib;%(AdditionalDependencies)</AdditionalDependencies >
82
+ <AdditionalLibraryDirectories >C:\opencv-2.4.13\build\install\x64\vc14\lib;C:\boost_1_62_0\lib64-msvc-14.0;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
83
+ </Link >
84
+ </ItemDefinitionGroup >
85
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
86
+ <ClCompile >
87
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
88
+ <Optimization >MaxSpeed</Optimization >
89
+ <FunctionLevelLinking >true</FunctionLevelLinking >
90
+ <IntrinsicFunctions >true</IntrinsicFunctions >
91
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
92
+ <AdditionalIncludeDirectories >C:\opencv-2.4.13\build\install\include;C:\boost_1_62_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
93
+ </ClCompile >
94
+ <Link >
95
+ <SubSystem >Windows</SubSystem >
96
+ <GenerateDebugInformation >true</GenerateDebugInformation >
97
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
98
+ <OptimizeReferences >true</OptimizeReferences >
99
+ <EntryPointSymbol >
100
+ </EntryPointSymbol >
101
+ <AdditionalDependencies >kinect20.lib;opencv_core2413.lib;opencv_highgui2413.lib;opencv_imgproc2413.lib;windowscodecs.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;libboost_filesystem-vc140-mt-1_62.lib;%(AdditionalDependencies)</AdditionalDependencies >
102
+ <AdditionalLibraryDirectories >C:\opencv-2.4.13\build\install\x64\vc14\lib;C:\boost_1_62_0\lib64-msvc-14.0;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
103
+ </Link >
104
+ </ItemDefinitionGroup >
105
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
106
+ <ImportGroup Label =" ExtensionTargets" >
107
+ </ImportGroup >
108
+ </Project >
0 commit comments