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-StaticLib|x64" >
5+ <Configuration >Debug-StaticLib</Configuration >
6+ <Platform >x64</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Debug|x64" >
9+ <Configuration >Debug</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Release-StaticLib|x64" >
13+ <Configuration >Release-StaticLib</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+ <PropertyGroup Label =" Globals" >
22+ <ProjectGuid >{849411C0-FC23-4819-A0D5-429A4E6D8A51}</ProjectGuid >
23+ <RootNamespace >skse64</RootNamespace >
24+ <WindowsTargetPlatformVersion >10.0.16299.0</WindowsTargetPlatformVersion >
25+ <SccProjectName >
26+ </SccProjectName >
27+ <SccAuxPath >
28+ </SccAuxPath >
29+ <SccLocalPath >
30+ </SccLocalPath >
31+ <SccProvider >
32+ </SccProvider >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
36+ <ConfigurationType >DynamicLibrary</ConfigurationType >
37+ <UseDebugLibraries >true</UseDebugLibraries >
38+ <PlatformToolset >v140</PlatformToolset >
39+ <CharacterSet >MultiByte</CharacterSet >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug-StaticLib|x64'" Label =" Configuration" >
42+ <ConfigurationType >StaticLibrary</ConfigurationType >
43+ <UseDebugLibraries >true</UseDebugLibraries >
44+ <PlatformToolset >v141</PlatformToolset >
45+ <CharacterSet >MultiByte</CharacterSet >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
48+ <ConfigurationType >DynamicLibrary</ConfigurationType >
49+ <UseDebugLibraries >false</UseDebugLibraries >
50+ <PlatformToolset >v140</PlatformToolset >
51+ <WholeProgramOptimization >true</WholeProgramOptimization >
52+ <CharacterSet >MultiByte</CharacterSet >
53+ </PropertyGroup >
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release-StaticLib|x64'" Label =" Configuration" >
55+ <ConfigurationType >StaticLibrary</ConfigurationType >
56+ <UseDebugLibraries >false</UseDebugLibraries >
57+ <PlatformToolset >v141</PlatformToolset >
58+ <WholeProgramOptimization >true</WholeProgramOptimization >
59+ <CharacterSet >MultiByte</CharacterSet >
60+ </PropertyGroup >
61+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
62+ <ImportGroup Label =" ExtensionSettings" >
63+ </ImportGroup >
64+ <ImportGroup Label =" Shared" >
65+ </ImportGroup >
66+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68+ </ImportGroup >
69+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug-StaticLib|x64'" Label =" PropertySheets" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
73+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
74+ </ImportGroup >
75+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release-StaticLib|x64'" Label =" PropertySheets" >
76+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
77+ </ImportGroup >
78+ <PropertyGroup Label =" UserMacros" />
79+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
80+ <TargetName >skyrimvrtools_api</TargetName >
81+ </PropertyGroup >
82+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug-StaticLib|x64'" >
83+ <TargetName >skyrimvrtools_api</TargetName >
84+ </PropertyGroup >
85+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
86+ <TargetName >skyrimvrtools_api</TargetName >
87+ </PropertyGroup >
88+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release-StaticLib|x64'" >
89+ <TargetName >skyrimvrtools_api</TargetName >
90+ </PropertyGroup >
91+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
92+ <ClCompile >
93+ <WarningLevel >Level3</WarningLevel >
94+ <Optimization >Disabled</Optimization >
95+ <SDLCheck >false</SDLCheck >
96+ <AdditionalIncludeDirectories >$(SolutionDir);$(SolutionDir)src;$(SolutionDir)src\openvr;$(SolutionDir)src\sksevr;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
97+ <PreprocessorDefinitions >_DEBUG;_WINDOWS;_USRDLL;RUNTIME_VERSION=0x010400F1;RUNTIME;IS_VR;%(PreprocessorDefinitions)</PreprocessorDefinitions >
98+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
99+ <ForcedIncludeFiles >common/IPrefix.h</ForcedIncludeFiles >
100+ </ClCompile >
101+ <Link >
102+ <SubSystem >Windows</SubSystem >
103+ </Link >
104+ </ItemDefinitionGroup >
105+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug-StaticLib|x64'" >
106+ <ClCompile >
107+ <WarningLevel >Level3</WarningLevel >
108+ <Optimization >Disabled</Optimization >
109+ <SDLCheck >false</SDLCheck >
110+ <AdditionalIncludeDirectories >$(SolutionDir);$(SolutionDir)src;$(SolutionDir)src\openvr;$(SolutionDir)src\sksevr;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
111+ <PreprocessorDefinitions >_DEBUG;_WINDOWS;_USRDLL;RUNTIME_VERSION=0x010400F1;RUNTIME;IS_VR;%(PreprocessorDefinitions)</PreprocessorDefinitions >
112+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
113+ <ForcedIncludeFiles >common/IPrefix.h</ForcedIncludeFiles >
114+ </ClCompile >
115+ <Link >
116+ <SubSystem >Windows</SubSystem >
117+ </Link >
118+ </ItemDefinitionGroup >
119+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
120+ <ClCompile >
121+ <WarningLevel >Level3</WarningLevel >
122+ <Optimization >MaxSpeed</Optimization >
123+ <FunctionLevelLinking >true</FunctionLevelLinking >
124+ <IntrinsicFunctions >true</IntrinsicFunctions >
125+ <SDLCheck >false</SDLCheck >
126+ <AdditionalIncludeDirectories >$(SolutionDir);$(SolutionDir)src;$(SolutionDir)src\openvr;$(SolutionDir)src\sksevr;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
127+ <PreprocessorDefinitions >NDEBUG;_WINDOWS;_USRDLL;RUNTIME;RUNTIME_VERSION=0x010400F1;IS_VR;%(PreprocessorDefinitions)</PreprocessorDefinitions >
128+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
129+ <ForcedIncludeFiles >common/IPrefix.h</ForcedIncludeFiles >
130+ </ClCompile >
131+ <Link >
132+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
133+ <OptimizeReferences >true</OptimizeReferences >
134+ <SubSystem >Windows</SubSystem >
135+ </Link >
136+ </ItemDefinitionGroup >
137+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release-StaticLib|x64'" >
138+ <ClCompile >
139+ <WarningLevel >Level3</WarningLevel >
140+ <Optimization >MaxSpeed</Optimization >
141+ <FunctionLevelLinking >true</FunctionLevelLinking >
142+ <IntrinsicFunctions >true</IntrinsicFunctions >
143+ <SDLCheck >false</SDLCheck >
144+ <AdditionalIncludeDirectories >$(SolutionDir);$(SolutionDir)src;$(SolutionDir)src\openvr;$(SolutionDir)src\sksevr;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
145+ <PreprocessorDefinitions >NDEBUG;_WINDOWS;_USRDLL;RUNTIME;RUNTIME_VERSION=0x010400F1;IS_VR;%(PreprocessorDefinitions)</PreprocessorDefinitions >
146+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
147+ <ForcedIncludeFiles >common/IPrefix.h</ForcedIncludeFiles >
148+ </ClCompile >
149+ <Link >
150+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
151+ <OptimizeReferences >true</OptimizeReferences >
152+ <SubSystem >Windows</SubSystem >
153+ </Link >
154+ </ItemDefinitionGroup >
155+ <ItemGroup >
156+ <ClCompile Include =" collisions\LocalOverlapObject.cpp" />
157+ <ClCompile Include =" collisions\Sphere.cpp" />
158+ <ClCompile Include =" PapyrusVRTypes.cpp" />
159+ <ClCompile Include =" utils\OpenVRUtils.cpp" />
160+ </ItemGroup >
161+ <ItemGroup >
162+ <ClInclude Include =" collisions\IShape.h" />
163+ <ClInclude Include =" collisions\LocalOverlapObject.h" />
164+ <ClInclude Include =" collisions\Sphere.h" />
165+ <ClInclude Include =" OpenVRTypes.h" />
166+ <ClInclude Include =" PapyrusVRAPI.h" />
167+ <ClInclude Include =" PapyrusVRTypes.h" />
168+ <ClInclude Include =" utils\OpenVRUtils.h" />
169+ <ClInclude Include =" VRManagerAPI.h" />
170+ <ClInclude Include =" VRHookAPI.h" />
171+ </ItemGroup >
172+ <ItemGroup >
173+ <ProjectReference Include =" ..\sksevr\common\common_vc14.vcxproj" >
174+ <Project >{472e19ab-def0-42df-819b-18722e8dc822}</Project >
175+ </ProjectReference >
176+ <ProjectReference Include =" ..\sksevr\skse64\skse64.vcxproj" >
177+ <Project >{639411c0-fc23-4819-a0c5-429a4e5d8a51}</Project >
178+ </ProjectReference >
179+ </ItemGroup >
180+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
181+ <ImportGroup Label =" ExtensionTargets" >
182+ </ImportGroup >
183+ </Project >
0 commit comments