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|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <ItemGroup >
22
+ <ClCompile Include =" driverlog.cpp" />
23
+ <ClCompile Include =" motion_pose.cpp" />
24
+ <ClCompile Include =" WatchdogProvider.cpp" />
25
+ </ItemGroup >
26
+ <ItemGroup >
27
+ <ClInclude Include =" driverlog.h" />
28
+ <ClInclude Include =" openvr_math.h" />
29
+ <ClInclude Include =" WatchdogProvider.h" />
30
+ </ItemGroup >
31
+ <PropertyGroup Label =" Globals" >
32
+ <VCProjectVersion >16.0</VCProjectVersion >
33
+ <Keyword >Win32Proj</Keyword >
34
+ <ProjectGuid >{13824638-bf7b-495a-823b-8b416e2d3d27}</ProjectGuid >
35
+ <RootNamespace >motionPose</RootNamespace >
36
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
37
+ </PropertyGroup >
38
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
40
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
41
+ <UseDebugLibraries >true</UseDebugLibraries >
42
+ <PlatformToolset >v142</PlatformToolset >
43
+ <CharacterSet >Unicode</CharacterSet >
44
+ </PropertyGroup >
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
46
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
47
+ <UseDebugLibraries >false</UseDebugLibraries >
48
+ <PlatformToolset >v142</PlatformToolset >
49
+ <WholeProgramOptimization >true</WholeProgramOptimization >
50
+ <CharacterSet >Unicode</CharacterSet >
51
+ </PropertyGroup >
52
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
53
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
54
+ <UseDebugLibraries >true</UseDebugLibraries >
55
+ <PlatformToolset >v142</PlatformToolset >
56
+ <CharacterSet >Unicode</CharacterSet >
57
+ </PropertyGroup >
58
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
59
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
60
+ <UseDebugLibraries >false</UseDebugLibraries >
61
+ <PlatformToolset >v142</PlatformToolset >
62
+ <WholeProgramOptimization >true</WholeProgramOptimization >
63
+ <CharacterSet >Unicode</CharacterSet >
64
+ </PropertyGroup >
65
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
66
+ <ImportGroup Label =" ExtensionSettings" >
67
+ </ImportGroup >
68
+ <ImportGroup Label =" Shared" >
69
+ </ImportGroup >
70
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
71
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72
+ </ImportGroup >
73
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
74
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
75
+ </ImportGroup >
76
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
77
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
78
+ </ImportGroup >
79
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
80
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
81
+ </ImportGroup >
82
+ <PropertyGroup Label =" UserMacros" />
83
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
84
+ <LinkIncremental >true</LinkIncremental >
85
+ </PropertyGroup >
86
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
87
+ <LinkIncremental >false</LinkIncremental >
88
+ <OutDir >$(SolutionDir)\bin\drivers\motionPose\bin\win64\</OutDir >
89
+ </PropertyGroup >
90
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
91
+ <LinkIncremental >true</LinkIncremental >
92
+ </PropertyGroup >
93
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
94
+ <LinkIncremental >false</LinkIncremental >
95
+ <OutDir >$(SolutionDir)\bin\drivers\motionPose\bin\win64\</OutDir >
96
+ </PropertyGroup >
97
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
98
+ <ClCompile >
99
+ <WarningLevel >Level3</WarningLevel >
100
+ <SDLCheck >true</SDLCheck >
101
+ <PreprocessorDefinitions >WIN32;_DEBUG;MOTIONPOSE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
102
+ <ConformanceMode >true</ConformanceMode >
103
+ <PrecompiledHeader >Use</PrecompiledHeader >
104
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
105
+ </ClCompile >
106
+ <Link >
107
+ <SubSystem >Windows</SubSystem >
108
+ <GenerateDebugInformation >true</GenerateDebugInformation >
109
+ <EnableUAC >false</EnableUAC >
110
+ </Link >
111
+ </ItemDefinitionGroup >
112
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
113
+ <ClCompile >
114
+ <WarningLevel >Level3</WarningLevel >
115
+ <FunctionLevelLinking >true</FunctionLevelLinking >
116
+ <IntrinsicFunctions >true</IntrinsicFunctions >
117
+ <SDLCheck >true</SDLCheck >
118
+ <PreprocessorDefinitions >WIN32;NDEBUG;MOTIONPOSE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
119
+ <ConformanceMode >true</ConformanceMode >
120
+ <PrecompiledHeader >Use</PrecompiledHeader >
121
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
122
+ </ClCompile >
123
+ <Link >
124
+ <SubSystem >Windows</SubSystem >
125
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
126
+ <OptimizeReferences >true</OptimizeReferences >
127
+ <GenerateDebugInformation >true</GenerateDebugInformation >
128
+ <EnableUAC >false</EnableUAC >
129
+ </Link >
130
+ </ItemDefinitionGroup >
131
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
132
+ <ClCompile >
133
+ <WarningLevel >Level3</WarningLevel >
134
+ <SDLCheck >true</SDLCheck >
135
+ <PreprocessorDefinitions >_DEBUG;MOTIONPOSE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
136
+ <ConformanceMode >true</ConformanceMode >
137
+ <PrecompiledHeader >Use</PrecompiledHeader >
138
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
139
+ </ClCompile >
140
+ <Link >
141
+ <SubSystem >Windows</SubSystem >
142
+ <GenerateDebugInformation >true</GenerateDebugInformation >
143
+ <EnableUAC >false</EnableUAC >
144
+ </Link >
145
+ </ItemDefinitionGroup >
146
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
147
+ <ClCompile >
148
+ <WarningLevel >Level3</WarningLevel >
149
+ <FunctionLevelLinking >true</FunctionLevelLinking >
150
+ <IntrinsicFunctions >true</IntrinsicFunctions >
151
+ <SDLCheck >true</SDLCheck >
152
+ <PreprocessorDefinitions >NDEBUG;MOTIONPOSE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
153
+ <ConformanceMode >true</ConformanceMode >
154
+ <PrecompiledHeader >Use</PrecompiledHeader >
155
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
156
+ </ClCompile >
157
+ <Link >
158
+ <SubSystem >Windows</SubSystem >
159
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
160
+ <OptimizeReferences >true</OptimizeReferences >
161
+ <GenerateDebugInformation >true</GenerateDebugInformation >
162
+ <EnableUAC >false</EnableUAC >
163
+ </Link >
164
+ </ItemDefinitionGroup >
165
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
166
+ <ImportGroup Label =" ExtensionTargets" >
167
+ </ImportGroup >
168
+ </Project >
0 commit comments