|
9 | 9 | <Configuration>Debug</Configuration>
|
10 | 10 | <Platform>x64</Platform>
|
11 | 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> |
12 | 20 | <ProjectConfiguration Include="Release|Win32">
|
13 | 21 | <Configuration>Release</Configuration>
|
14 | 22 | <Platform>Win32</Platform>
|
|
24 | 32 | <RootNamespace>ECore</RootNamespace>
|
25 | 33 | </PropertyGroup>
|
26 | 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
27 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 35 | + <PropertyGroup Label="Configuration"> |
28 | 36 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
29 | 37 | <PlatformToolset>v141</PlatformToolset>
|
30 | 38 | <CharacterSet>MultiByte</CharacterSet>
|
31 |
| - <WholeProgramOptimization>true</WholeProgramOptimization> |
32 | 39 | </PropertyGroup>
|
33 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
34 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
35 |
| - <PlatformToolset>v141</PlatformToolset> |
36 |
| - <CharacterSet>MultiByte</CharacterSet> |
| 40 | + <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
37 | 41 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
38 | 42 | </PropertyGroup>
|
39 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
40 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
41 |
| - <PlatformToolset>v141</PlatformToolset> |
42 |
| - <CharacterSet>MultiByte</CharacterSet> |
43 |
| - </PropertyGroup> |
44 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
45 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
46 |
| - <PlatformToolset>v141</PlatformToolset> |
47 |
| - <CharacterSet>MultiByte</CharacterSet> |
48 |
| - </PropertyGroup> |
49 | 43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
50 | 44 | <ImportGroup Label="ExtensionSettings">
|
51 | 45 | </ImportGroup>
|
52 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
53 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
54 |
| - <Import Project="$(SolutionDir)Common.props" /> |
55 |
| - </ImportGroup> |
56 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
57 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
58 |
| - <Import Project="$(SolutionDir)Common.props" /> |
59 |
| - </ImportGroup> |
60 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
61 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
62 |
| - <Import Project="$(SolutionDir)Common.props" /> |
63 |
| - </ImportGroup> |
64 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 46 | + <ImportGroup Label="PropertySheets"> |
65 | 47 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
66 | 48 | <Import Project="$(SolutionDir)Common.props" />
|
67 | 49 | </ImportGroup>
|
68 | 50 | <PropertyGroup Label="UserMacros" />
|
69 | 51 | <PropertyGroup>
|
70 | 52 | <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
|
71 | 53 | </PropertyGroup>
|
72 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
73 |
| - <OutDir>$(xrBinDir)</OutDir> |
74 |
| - <IntDir>$(xrIntDir)$(ProjectName)\</IntDir> |
75 |
| - </PropertyGroup> |
76 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
77 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
78 |
| - <OutDir>$(xrBinDir)</OutDir> |
79 |
| - <IntDir>$(xrIntDir)$(ProjectName)\</IntDir> |
80 |
| - </PropertyGroup> |
81 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
82 |
| - <ClCompile> |
83 |
| - <Optimization>Disabled</Optimization> |
84 |
| - <MinimalRebuild>true</MinimalRebuild> |
85 |
| - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
86 |
| - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
87 |
| - <WarningLevel>Level3</WarningLevel> |
88 |
| - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
89 |
| - </ClCompile> |
90 |
| - <Link> |
91 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
92 |
| - <TargetMachine>MachineX86</TargetMachine> |
93 |
| - </Link> |
94 |
| - </ItemDefinitionGroup> |
95 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
96 |
| - <ClCompile> |
97 |
| - <Optimization>Disabled</Optimization> |
98 |
| - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
99 |
| - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
100 |
| - <WarningLevel>Level3</WarningLevel> |
101 |
| - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
102 |
| - </ClCompile> |
103 |
| - <Link> |
104 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
105 |
| - </Link> |
106 |
| - </ItemDefinitionGroup> |
107 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
108 |
| - <ClCompile> |
109 |
| - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
110 |
| - <WarningLevel>Level3</WarningLevel> |
111 |
| - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
112 |
| - </ClCompile> |
113 |
| - <Link> |
114 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
115 |
| - <OptimizeReferences>true</OptimizeReferences> |
116 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
117 |
| - <TargetMachine>MachineX86</TargetMachine> |
118 |
| - </Link> |
119 |
| - </ItemDefinitionGroup> |
120 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
121 |
| - <ClCompile> |
122 |
| - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
123 |
| - <WarningLevel>Level3</WarningLevel> |
124 |
| - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
125 |
| - </ClCompile> |
126 |
| - <Link> |
127 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
128 |
| - <OptimizeReferences>true</OptimizeReferences> |
129 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
130 |
| - </Link> |
131 |
| - </ItemDefinitionGroup> |
132 | 54 | <ItemGroup>
|
133 | 55 | <ClInclude Include="Editor\ArbitraryList.h" />
|
134 | 56 | <ClInclude Include="Editor\ColorPicker.h" />
|
|
263 | 185 | <ClCompile Include="Engine\Image.cpp" />
|
264 | 186 | <ClCompile Include="Engine\NVMeshMender.cpp" />
|
265 | 187 | <ClCompile Include="Engine\nv_algebra.cpp" />
|
266 |
| - <ClCompile Include="stdafx.cpp" /> |
| 188 | + <ClCompile Include="stdafx.cpp"> |
| 189 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
| 190 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">Create</PrecompiledHeader> |
| 191 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
| 192 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
| 193 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'">Create</PrecompiledHeader> |
| 194 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
| 195 | + </ClCompile> |
267 | 196 | </ItemGroup>
|
268 | 197 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
269 | 198 | <ImportGroup Label="ExtensionTargets">
|
|
0 commit comments