|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 |
| - <ProjectConfiguration Include="Debug Dynamic Library|x64"> |
5 |
| - <Configuration>Debug Dynamic Library</Configuration> |
| 4 | + <ProjectConfiguration Include="Debug|x64"> |
| 5 | + <Configuration>Debug</Configuration> |
6 | 6 | <Platform>x64</Platform>
|
7 | 7 | </ProjectConfiguration>
|
8 |
| - <ProjectConfiguration Include="Release Dynamic Library|x64"> |
9 |
| - <Configuration>Release Dynamic Library</Configuration> |
| 8 | + <ProjectConfiguration Include="Release|x64"> |
| 9 | + <Configuration>Release</Configuration> |
10 | 10 | <Platform>x64</Platform>
|
11 | 11 | </ProjectConfiguration>
|
12 | 12 | </ItemGroup>
|
|
17 | 17 | <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
18 | 18 | </PropertyGroup>
|
19 | 19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
20 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dynamic Library|x64'" Label="Configuration"> |
| 20 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
21 | 21 | <ConfigurationType>Application</ConfigurationType>
|
22 | 22 | <UseDebugLibraries>true</UseDebugLibraries>
|
23 | 23 | <PlatformToolset>v141</PlatformToolset>
|
24 | 24 | <CharacterSet>MultiByte</CharacterSet>
|
25 | 25 | </PropertyGroup>
|
26 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Dynamic Library|x64'" Label="Configuration"> |
| 26 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
27 | 27 | <ConfigurationType>Application</ConfigurationType>
|
28 | 28 | <UseDebugLibraries>false</UseDebugLibraries>
|
29 | 29 | <PlatformToolset>v141</PlatformToolset>
|
|
35 | 35 | </ImportGroup>
|
36 | 36 | <ImportGroup Label="Shared">
|
37 | 37 | </ImportGroup>
|
38 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug Dynamic Library|x64'"> |
| 38 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
39 | 39 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
40 | 40 | </ImportGroup>
|
41 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release Dynamic Library|x64'"> |
| 41 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
42 | 42 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
43 | 43 | </ImportGroup>
|
44 | 44 | <PropertyGroup Label="UserMacros" />
|
45 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dynamic Library|x64'"> |
| 45 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
46 | 46 | <OutDir>$(ProjectDir)..\build\windows_fde\$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
|
47 | 47 | <IntDir>$(ProjectDir)..\build\windows_fde\intermediates\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
48 | 48 | <IncludePath>$(ProjectDir)..\..\;$(IncludePath);$(ProjectDir)..\..\out\include\</IncludePath>
|
|
54 | 54 | <IncludePath>$(ProjectDir)..\..\;$(IncludePath);$(ProjectDir)..\..\out\include\</IncludePath>
|
55 | 55 | <LibraryPath>$(ProjectDir)..\..\out;$(ProjectDir)..\..\out\gen\glfw\GLFW\;$(LibraryPath)</LibraryPath>
|
56 | 56 | </PropertyGroup>
|
57 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dynamic Library|x64'"> |
| 57 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
58 | 58 | <ClCompile>
|
59 | 59 | <WarningLevel>Level3</WarningLevel>
|
60 | 60 | <Optimization>Disabled</Optimization>
|
|
83 | 83 | <Message>Construct a runnable example from the various outputs</Message>
|
84 | 84 | </PostBuildEvent>
|
85 | 85 | </ItemDefinitionGroup>
|
86 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Dynamic Library|x64'"> |
| 86 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
87 | 87 | <ClCompile>
|
88 | 88 | <WarningLevel>Level3</WarningLevel>
|
89 | 89 | <Optimization>MaxSpeed</Optimization>
|
|
0 commit comments