|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
8 | | - <ProjectConfiguration Include="Release|Win32"> |
9 | | - <Configuration>Release</Configuration> |
10 | | - <Platform>Win32</Platform> |
11 | | - </ProjectConfiguration> |
12 | 8 | <ProjectConfiguration Include="Debug|x64"> |
13 | 9 | <Configuration>Debug</Configuration> |
14 | 10 | <Platform>x64</Platform> |
15 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Mixed|Win32"> |
| 13 | + <Configuration>Mixed</Configuration> |
| 14 | + <Platform>Win32</Platform> |
| 15 | + </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Mixed|x64"> |
| 17 | + <Configuration>Mixed</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="Release|Win32"> |
| 21 | + <Configuration>Release</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
16 | 24 | <ProjectConfiguration Include="Release|x64"> |
17 | 25 | <Configuration>Release</Configuration> |
18 | 26 | <Platform>x64</Platform> |
|
26 | 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
27 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
28 | 36 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
29 | | - <UseDebugLibraries>true</UseDebugLibraries> |
30 | 37 | <PlatformToolset>v141</PlatformToolset> |
31 | 38 | <CharacterSet>MultiByte</CharacterSet> |
32 | 39 | </PropertyGroup> |
33 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 40 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
34 | 41 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
35 | | - <UseDebugLibraries>false</UseDebugLibraries> |
36 | 42 | <PlatformToolset>v141</PlatformToolset> |
37 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
38 | 43 | <CharacterSet>MultiByte</CharacterSet> |
39 | 44 | </PropertyGroup> |
40 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 45 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration"> |
| 46 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 47 | + <PlatformToolset>v141</PlatformToolset> |
| 48 | + <CharacterSet>MultiByte</CharacterSet> |
| 49 | + </PropertyGroup> |
| 50 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="Configuration"> |
| 51 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 52 | + <PlatformToolset>v141</PlatformToolset> |
| 53 | + <CharacterSet>MultiByte</CharacterSet> |
| 54 | + </PropertyGroup> |
| 55 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
41 | 56 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
42 | | - <UseDebugLibraries>true</UseDebugLibraries> |
43 | 57 | <PlatformToolset>v141</PlatformToolset> |
44 | 58 | <CharacterSet>MultiByte</CharacterSet> |
45 | 59 | </PropertyGroup> |
46 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
47 | 61 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
48 | | - <UseDebugLibraries>false</UseDebugLibraries> |
49 | 62 | <PlatformToolset>v141</PlatformToolset> |
50 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
51 | 63 | <CharacterSet>MultiByte</CharacterSet> |
52 | 64 | </PropertyGroup> |
53 | 65 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
54 | 66 | <ImportGroup Label="ExtensionSettings"> |
55 | 67 | </ImportGroup> |
56 | | - <ImportGroup Label="Shared"> |
| 68 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 69 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 70 | + <Import Project="$(SolutionDir)Common.props" /> |
| 71 | + </ImportGroup> |
| 72 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 73 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 74 | + <Import Project="$(SolutionDir)Common.props" /> |
57 | 75 | </ImportGroup> |
58 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 76 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="PropertySheets"> |
59 | 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
60 | 78 | <Import Project="$(SolutionDir)Common.props" /> |
61 | 79 | </ImportGroup> |
62 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 80 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="PropertySheets"> |
63 | 81 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
64 | 82 | <Import Project="$(SolutionDir)Common.props" /> |
65 | 83 | </ImportGroup> |
66 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 84 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
67 | 85 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 | 86 | <Import Project="$(SolutionDir)Common.props" /> |
69 | 87 | </ImportGroup> |
70 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 88 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
71 | 89 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
72 | 90 | <Import Project="$(SolutionDir)Common.props" /> |
73 | 91 | </ImportGroup> |
74 | | - <PropertyGroup Label="UserMacros" /> |
75 | | - <PropertyGroup /> |
76 | 92 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
77 | 93 | <ClCompile> |
78 | | - <WarningLevel>Level3</WarningLevel> |
79 | | - <Optimization>Disabled</Optimization> |
80 | | - <SDLCheck>true</SDLCheck> |
81 | | - <ConformanceMode>false</ConformanceMode> |
82 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
83 | 94 | <PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile> |
84 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
85 | 95 | <PreprocessorDefinitions>OPCODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
86 | 96 | </ClCompile> |
87 | 97 | </ItemDefinitionGroup> |
88 | 98 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
89 | 99 | <ClCompile> |
90 | | - <WarningLevel>Level3</WarningLevel> |
91 | | - <Optimization>Disabled</Optimization> |
92 | | - <SDLCheck>true</SDLCheck> |
93 | | - <ConformanceMode>false</ConformanceMode> |
94 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
95 | 100 | <PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile> |
96 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 101 | + <PreprocessorDefinitions>OPCODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 102 | + </ClCompile> |
| 103 | + </ItemDefinitionGroup> |
| 104 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 105 | + <ClCompile> |
| 106 | + <PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile> |
| 107 | + <PreprocessorDefinitions>OPCODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 108 | + </ClCompile> |
| 109 | + </ItemDefinitionGroup> |
| 110 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 111 | + <ClCompile> |
| 112 | + <PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile> |
97 | 113 | <PreprocessorDefinitions>OPCODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
98 | 114 | </ClCompile> |
99 | 115 | </ItemDefinitionGroup> |
100 | 116 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
101 | 117 | <ClCompile> |
102 | | - <WarningLevel>Level3</WarningLevel> |
103 | | - <Optimization>MaxSpeed</Optimization> |
104 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
105 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
106 | | - <SDLCheck>true</SDLCheck> |
107 | | - <ConformanceMode>false</ConformanceMode> |
108 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
109 | 118 | <PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile> |
110 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
111 | 119 | <PreprocessorDefinitions>OPCODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
112 | 120 | </ClCompile> |
113 | | - <Link> |
114 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
115 | | - <OptimizeReferences>true</OptimizeReferences> |
116 | | - </Link> |
117 | 121 | </ItemDefinitionGroup> |
118 | 122 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
119 | 123 | <ClCompile> |
120 | | - <WarningLevel>Level3</WarningLevel> |
121 | | - <Optimization>MaxSpeed</Optimization> |
122 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
123 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
124 | | - <SDLCheck>true</SDLCheck> |
125 | | - <ConformanceMode>false</ConformanceMode> |
126 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
127 | 124 | <PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile> |
128 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
129 | 125 | <PreprocessorDefinitions>OPCODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
130 | 126 | </ClCompile> |
131 | | - <Link> |
132 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
133 | | - <OptimizeReferences>true</OptimizeReferences> |
134 | | - </Link> |
135 | 127 | </ItemDefinitionGroup> |
136 | 128 | <ItemGroup> |
137 | 129 | <Text Include="ReadMe.txt" /> |
|
162 | 154 | <ClCompile Include="OPC_VolumeCollider.cpp" /> |
163 | 155 | <ClCompile Include="pch.cpp"> |
164 | 156 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
| 157 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">Create</PrecompiledHeader> |
165 | 158 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
166 | 159 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
| 160 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'">Create</PrecompiledHeader> |
167 | 161 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
168 | 162 | </ClCompile> |
169 | 163 | </ItemGroup> |
|
210 | 204 | <ClInclude Include="pch.hpp" /> |
211 | 205 | </ItemGroup> |
212 | 206 | <ItemGroup> |
213 | | - <ProjectReference Include="..\..\src\xrCore\xrCore.vcxproj"> |
| 207 | + <ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj"> |
214 | 208 | <Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project> |
215 | 209 | </ProjectReference> |
216 | 210 | </ItemGroup> |
|
0 commit comments