|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | + <ProjectConfiguration Include="Debug-PoE2|Win32"> |
| 5 | + <Configuration>Debug-PoE2</Configuration> |
| 6 | + <Platform>Win32</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug-PoE2|x64"> |
| 9 | + <Configuration>Debug-PoE2</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
4 | 12 | <ProjectConfiguration Include="Debug|Win32">
|
5 | 13 | <Configuration>Debug</Configuration>
|
6 | 14 | <Platform>Win32</Platform>
|
7 | 15 | </ProjectConfiguration>
|
| 16 | + <ProjectConfiguration Include="Release-PoE2|Win32"> |
| 17 | + <Configuration>Release-PoE2</Configuration> |
| 18 | + <Platform>Win32</Platform> |
| 19 | + </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="Release-PoE2|x64"> |
| 21 | + <Configuration>Release-PoE2</Configuration> |
| 22 | + <Platform>x64</Platform> |
| 23 | + </ProjectConfiguration> |
8 | 24 | <ProjectConfiguration Include="Release|Win32">
|
9 | 25 | <Configuration>Release</Configuration>
|
10 | 26 | <Platform>Win32</Platform>
|
|
32 | 48 | <PlatformToolset>v142</PlatformToolset>
|
33 | 49 | <CharacterSet>Unicode</CharacterSet>
|
34 | 50 | </PropertyGroup>
|
| 51 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PoE2|Win32'" Label="Configuration"> |
| 52 | + <ConfigurationType>Application</ConfigurationType> |
| 53 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 54 | + <PlatformToolset>v142</PlatformToolset> |
| 55 | + <CharacterSet>Unicode</CharacterSet> |
| 56 | + </PropertyGroup> |
35 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
36 | 58 | <ConfigurationType>Application</ConfigurationType>
|
37 | 59 | <UseDebugLibraries>false</UseDebugLibraries>
|
38 | 60 | <PlatformToolset>v142</PlatformToolset>
|
39 | 61 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
40 | 62 | <CharacterSet>Unicode</CharacterSet>
|
41 | 63 | </PropertyGroup>
|
| 64 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-PoE2|Win32'" Label="Configuration"> |
| 65 | + <ConfigurationType>Application</ConfigurationType> |
| 66 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 67 | + <PlatformToolset>v142</PlatformToolset> |
| 68 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 69 | + <CharacterSet>Unicode</CharacterSet> |
| 70 | + </PropertyGroup> |
42 | 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
43 | 72 | <ConfigurationType>Application</ConfigurationType>
|
44 | 73 | <UseDebugLibraries>true</UseDebugLibraries>
|
45 | 74 | <PlatformToolset>v142</PlatformToolset>
|
46 | 75 | <CharacterSet>Unicode</CharacterSet>
|
47 | 76 | </PropertyGroup>
|
| 77 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PoE2|x64'" Label="Configuration"> |
| 78 | + <ConfigurationType>Application</ConfigurationType> |
| 79 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 80 | + <PlatformToolset>v142</PlatformToolset> |
| 81 | + <CharacterSet>Unicode</CharacterSet> |
| 82 | + </PropertyGroup> |
48 | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
49 | 84 | <ConfigurationType>Application</ConfigurationType>
|
50 | 85 | <UseDebugLibraries>false</UseDebugLibraries>
|
51 | 86 | <PlatformToolset>v142</PlatformToolset>
|
52 | 87 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
53 | 88 | <CharacterSet>Unicode</CharacterSet>
|
54 | 89 | </PropertyGroup>
|
| 90 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-PoE2|x64'" Label="Configuration"> |
| 91 | + <ConfigurationType>Application</ConfigurationType> |
| 92 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 93 | + <PlatformToolset>v142</PlatformToolset> |
| 94 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 95 | + <CharacterSet>Unicode</CharacterSet> |
| 96 | + </PropertyGroup> |
55 | 97 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
56 | 98 | <ImportGroup Label="ExtensionSettings">
|
57 | 99 | </ImportGroup>
|
|
60 | 102 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
61 | 103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
62 | 104 | </ImportGroup>
|
| 105 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PoE2|Win32'" Label="PropertySheets"> |
| 106 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 107 | + </ImportGroup> |
63 | 108 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
64 | 109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
65 | 110 | </ImportGroup>
|
| 111 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-PoE2|Win32'" Label="PropertySheets"> |
| 112 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 113 | + </ImportGroup> |
66 | 114 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
67 | 115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
68 | 116 | </ImportGroup>
|
| 117 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PoE2|x64'" Label="PropertySheets"> |
| 118 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 119 | + </ImportGroup> |
69 | 120 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
70 | 121 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
71 | 122 | </ImportGroup>
|
| 123 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-PoE2|x64'" Label="PropertySheets"> |
| 124 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 125 | + </ImportGroup> |
72 | 126 | <PropertyGroup Label="UserMacros" />
|
73 | 127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
74 | 128 | <LinkIncremental>true</LinkIncremental>
|
75 | 129 | <TargetName>Path of Building</TargetName>
|
76 | 130 | </PropertyGroup>
|
| 131 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PoE2|Win32'"> |
| 132 | + <LinkIncremental>true</LinkIncremental> |
| 133 | + <TargetName>Path of Building-PoE2</TargetName> |
| 134 | + </PropertyGroup> |
77 | 135 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
78 | 136 | <LinkIncremental>false</LinkIncremental>
|
79 | 137 | <TargetName>Path of Building</TargetName>
|
80 | 138 | </PropertyGroup>
|
| 139 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-PoE2|Win32'"> |
| 140 | + <LinkIncremental>false</LinkIncremental> |
| 141 | + <TargetName>Path of Building-PoE2</TargetName> |
| 142 | + </PropertyGroup> |
81 | 143 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
82 | 144 | <LinkIncremental>true</LinkIncremental>
|
83 | 145 | <TargetName>Path of Building</TargetName>
|
84 | 146 | </PropertyGroup>
|
| 147 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PoE2|x64'"> |
| 148 | + <LinkIncremental>true</LinkIncremental> |
| 149 | + <TargetName>Path of Building-PoE2</TargetName> |
| 150 | + </PropertyGroup> |
85 | 151 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
86 | 152 | <LinkIncremental>false</LinkIncremental>
|
87 | 153 | <TargetName>Path of Building</TargetName>
|
88 | 154 | </PropertyGroup>
|
| 155 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-PoE2|x64'"> |
| 156 | + <LinkIncremental>false</LinkIncremental> |
| 157 | + <TargetName>Path of Building-PoE2</TargetName> |
| 158 | + </PropertyGroup> |
89 | 159 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
90 | 160 | <ClCompile>
|
91 | 161 | <WarningLevel>Level3</WarningLevel>
|
|
100 | 170 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
101 | 171 | </Link>
|
102 | 172 | </ItemDefinitionGroup>
|
| 173 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PoE2|Win32'"> |
| 174 | + <ClCompile> |
| 175 | + <WarningLevel>Level3</WarningLevel> |
| 176 | + <SDLCheck>true</SDLCheck> |
| 177 | + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;GAMEVERSION_2;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 178 | + <ConformanceMode>true</ConformanceMode> |
| 179 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 180 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 181 | + </ClCompile> |
| 182 | + <Link> |
| 183 | + <SubSystem>Windows</SubSystem> |
| 184 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 185 | + </Link> |
| 186 | + </ItemDefinitionGroup> |
103 | 187 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
104 | 188 | <ClCompile>
|
105 | 189 | <WarningLevel>Level3</WarningLevel>
|
|
118 | 202 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
119 | 203 | </Link>
|
120 | 204 | </ItemDefinitionGroup>
|
| 205 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-PoE2|Win32'"> |
| 206 | + <ClCompile> |
| 207 | + <WarningLevel>Level3</WarningLevel> |
| 208 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 209 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 210 | + <SDLCheck>true</SDLCheck> |
| 211 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GAMEVERSION_2;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 212 | + <ConformanceMode>true</ConformanceMode> |
| 213 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 214 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 215 | + </ClCompile> |
| 216 | + <Link> |
| 217 | + <SubSystem>Windows</SubSystem> |
| 218 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 219 | + <OptimizeReferences>true</OptimizeReferences> |
| 220 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 221 | + </Link> |
| 222 | + </ItemDefinitionGroup> |
121 | 223 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
122 | 224 | <ClCompile>
|
123 | 225 | <WarningLevel>Level3</WarningLevel>
|
|
132 | 234 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
133 | 235 | </Link>
|
134 | 236 | </ItemDefinitionGroup>
|
| 237 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-PoE2|x64'"> |
| 238 | + <ClCompile> |
| 239 | + <WarningLevel>Level3</WarningLevel> |
| 240 | + <SDLCheck>true</SDLCheck> |
| 241 | + <PreprocessorDefinitions>_DEBUG;_CONSOLE;GAMEVERSION_2;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 242 | + <ConformanceMode>true</ConformanceMode> |
| 243 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 244 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 245 | + </ClCompile> |
| 246 | + <Link> |
| 247 | + <SubSystem>Windows</SubSystem> |
| 248 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 249 | + </Link> |
| 250 | + </ItemDefinitionGroup> |
135 | 251 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
136 | 252 | <ClCompile>
|
137 | 253 | <WarningLevel>Level3</WarningLevel>
|
|
150 | 266 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
151 | 267 | </Link>
|
152 | 268 | </ItemDefinitionGroup>
|
| 269 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-PoE2|x64'"> |
| 270 | + <ClCompile> |
| 271 | + <WarningLevel>Level3</WarningLevel> |
| 272 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 273 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 274 | + <SDLCheck>true</SDLCheck> |
| 275 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;GAMEVERSION_2;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 276 | + <ConformanceMode>true</ConformanceMode> |
| 277 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 278 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 279 | + </ClCompile> |
| 280 | + <Link> |
| 281 | + <SubSystem>Windows</SubSystem> |
| 282 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 283 | + <OptimizeReferences>true</OptimizeReferences> |
| 284 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 285 | + </Link> |
| 286 | + </ItemDefinitionGroup> |
153 | 287 | <ItemGroup>
|
154 | 288 | <ClCompile Include="Launcher.cpp" />
|
155 | 289 | </ItemGroup>
|
|
0 commit comments