|
5 | 5 | <Configuration>Debug</Configuration>
|
6 | 6 | <Platform>Win32</Platform>
|
7 | 7 | </ProjectConfiguration>
|
| 8 | + <ProjectConfiguration Include="Debug|x64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Mixed|Win32">
|
9 | 13 | <Configuration>Mixed</Configuration>
|
10 | 14 | <Platform>Win32</Platform>
|
11 | 15 | </ProjectConfiguration>
|
| 16 | + <ProjectConfiguration Include="Mixed|x64"> |
| 17 | + <Configuration>Mixed</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | <ProjectConfiguration Include="Release|Win32">
|
13 | 21 | <Configuration>Release</Configuration>
|
14 | 22 | <Platform>Win32</Platform>
|
15 | 23 | </ProjectConfiguration>
|
| 24 | + <ProjectConfiguration Include="Release|x64"> |
| 25 | + <Configuration>Release</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
16 | 28 | </ItemGroup>
|
17 | 29 | <PropertyGroup Label="Globals">
|
18 | 30 | <ProjectGuid>{55B0E2CA-E27A-47FC-BC92-21ABDC1044F5}</ProjectGuid>
|
|
29 | 41 | <CLRSupport>true</CLRSupport>
|
30 | 42 | <CharacterSet>Unicode</CharacterSet>
|
31 | 43 | </PropertyGroup>
|
| 44 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 45 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 46 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 47 | + <PlatformToolset>v141</PlatformToolset> |
| 48 | + <CLRSupport>true</CLRSupport> |
| 49 | + <CharacterSet>Unicode</CharacterSet> |
| 50 | + </PropertyGroup> |
32 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
33 | 52 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
34 | 53 | <UseDebugLibraries>false</UseDebugLibraries>
|
35 | 54 | <PlatformToolset>v141</PlatformToolset>
|
36 | 55 | <CLRSupport>true</CLRSupport>
|
37 | 56 | <CharacterSet>Unicode</CharacterSet>
|
38 | 57 | </PropertyGroup>
|
| 58 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 59 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 60 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 61 | + <PlatformToolset>v141</PlatformToolset> |
| 62 | + <CLRSupport>true</CLRSupport> |
| 63 | + <CharacterSet>Unicode</CharacterSet> |
| 64 | + </PropertyGroup> |
39 | 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration">
|
40 | 66 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
41 | 67 | <UseDebugLibraries>false</UseDebugLibraries>
|
42 | 68 | <PlatformToolset>v141</PlatformToolset>
|
43 | 69 | <CLRSupport>true</CLRSupport>
|
44 | 70 | <CharacterSet>Unicode</CharacterSet>
|
45 | 71 | </PropertyGroup>
|
| 72 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="Configuration"> |
| 73 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 74 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 75 | + <PlatformToolset>v141</PlatformToolset> |
| 76 | + <CLRSupport>true</CLRSupport> |
| 77 | + <CharacterSet>Unicode</CharacterSet> |
| 78 | + </PropertyGroup> |
46 | 79 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
47 | 80 | <ImportGroup Label="ExtensionSettings">
|
48 | 81 | </ImportGroup>
|
49 | 82 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
50 | 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
51 | 84 | <Import Project="$(SolutionDir)Common.props" />
|
52 | 85 | </ImportGroup>
|
| 86 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 87 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 88 | + <Import Project="$(SolutionDir)Common.props" /> |
| 89 | + </ImportGroup> |
53 | 90 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
54 | 91 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
55 | 92 | <Import Project="$(SolutionDir)Common.props" />
|
56 | 93 | </ImportGroup>
|
| 94 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 95 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 96 | + <Import Project="$(SolutionDir)Common.props" /> |
| 97 | + </ImportGroup> |
57 | 98 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="PropertySheets">
|
58 | 99 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
59 | 100 | <Import Project="$(SolutionDir)Common.props" />
|
60 | 101 | </ImportGroup>
|
| 102 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="PropertySheets"> |
| 103 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 104 | + <Import Project="$(SolutionDir)Common.props" /> |
| 105 | + </ImportGroup> |
61 | 106 | <PropertyGroup Label="UserMacros" />
|
62 | 107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
63 | 108 | <LinkIncremental>true</LinkIncremental>
|
64 | 109 | </PropertyGroup>
|
| 110 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 111 | + <LinkIncremental>true</LinkIncremental> |
| 112 | + </PropertyGroup> |
65 | 113 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
66 | 114 | <LinkIncremental>false</LinkIncremental>
|
67 | 115 | </PropertyGroup>
|
| 116 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 117 | + <LinkIncremental>false</LinkIncremental> |
| 118 | + </PropertyGroup> |
68 | 119 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
|
69 | 120 | <LinkIncremental>false</LinkIncremental>
|
70 | 121 | </PropertyGroup>
|
| 122 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 123 | + <LinkIncremental>false</LinkIncremental> |
| 124 | + </PropertyGroup> |
71 | 125 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
72 | 126 | <ClCompile>
|
73 | 127 | <WarningLevel>Level3</WarningLevel>
|
|
82 | 136 | <AdditionalDependencies>xrCore.lib;xrGame.lib</AdditionalDependencies>
|
83 | 137 | </Link>
|
84 | 138 | </ItemDefinitionGroup>
|
| 139 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 140 | + <ClCompile> |
| 141 | + <WarningLevel>Level3</WarningLevel> |
| 142 | + <Optimization>Disabled</Optimization> |
| 143 | + <PreprocessorDefinitions>XR_MANAGED_API;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 144 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 145 | + <PrecompiledHeaderFile>Pch.hpp</PrecompiledHeaderFile> |
| 146 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 147 | + </ClCompile> |
| 148 | + <Link> |
| 149 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 150 | + <AdditionalDependencies>xrCore.lib;xrGame.lib</AdditionalDependencies> |
| 151 | + </Link> |
| 152 | + </ItemDefinitionGroup> |
85 | 153 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
86 | 154 | <ClCompile>
|
87 | 155 | <WarningLevel>Level3</WarningLevel>
|
|
95 | 163 | <AdditionalDependencies>xrCore.lib;xrGame.lib</AdditionalDependencies>
|
96 | 164 | </Link>
|
97 | 165 | </ItemDefinitionGroup>
|
| 166 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 167 | + <ClCompile> |
| 168 | + <WarningLevel>Level3</WarningLevel> |
| 169 | + <PreprocessorDefinitions>XR_MANAGED_API;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 170 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 171 | + <PrecompiledHeaderFile>Pch.hpp</PrecompiledHeaderFile> |
| 172 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 173 | + </ClCompile> |
| 174 | + <Link> |
| 175 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 176 | + <AdditionalDependencies>xrCore.lib;xrGame.lib</AdditionalDependencies> |
| 177 | + </Link> |
| 178 | + </ItemDefinitionGroup> |
98 | 179 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
|
99 | 180 | <ClCompile>
|
100 | 181 | <WarningLevel>Level3</WarningLevel>
|
|
108 | 189 | <AdditionalDependencies>xrCore.lib;xrGame.lib</AdditionalDependencies>
|
109 | 190 | </Link>
|
110 | 191 | </ItemDefinitionGroup>
|
| 192 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 193 | + <ClCompile> |
| 194 | + <WarningLevel>Level3</WarningLevel> |
| 195 | + <PreprocessorDefinitions>XR_MANAGED_API;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 196 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 197 | + <PrecompiledHeaderFile>Pch.hpp</PrecompiledHeaderFile> |
| 198 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 199 | + </ClCompile> |
| 200 | + <Link> |
| 201 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 202 | + <AdditionalDependencies>xrCore.lib;xrGame.lib</AdditionalDependencies> |
| 203 | + </Link> |
| 204 | + </ItemDefinitionGroup> |
111 | 205 | <ItemGroup>
|
112 | 206 | <Reference Include="System" />
|
113 | 207 | <Reference Include="System.Data" />
|
|
126 | 220 | <ClCompile Include="core\PostProcessAnimator.cpp" />
|
127 | 221 | <ClCompile Include="Pch.cpp">
|
128 | 222 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
| 223 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
129 | 224 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
| 225 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
130 | 226 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">Create</PrecompiledHeader>
|
| 227 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'">Create</PrecompiledHeader> |
131 | 228 | </ClCompile>
|
132 | 229 | </ItemGroup>
|
| 230 | + <ItemGroup> |
| 231 | + <ProjectReference Include="..\..\xrCore\xrCore.vcxproj"> |
| 232 | + <Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project> |
| 233 | + </ProjectReference> |
| 234 | + </ItemGroup> |
133 | 235 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
134 | 236 | <ImportGroup Label="ExtensionTargets">
|
135 | 237 | </ImportGroup>
|
|
0 commit comments