|
9 | 9 | <Configuration>Release</Configuration>
|
10 | 10 | <Platform>Win32</Platform>
|
11 | 11 | </ProjectConfiguration>
|
12 |
| - <ProjectConfiguration Include="Debug|x64"> |
13 |
| - <Configuration>Debug</Configuration> |
14 |
| - <Platform>x64</Platform> |
15 |
| - </ProjectConfiguration> |
16 |
| - <ProjectConfiguration Include="Release|x64"> |
17 |
| - <Configuration>Release</Configuration> |
18 |
| - <Platform>x64</Platform> |
19 |
| - </ProjectConfiguration> |
20 | 12 | </ItemGroup>
|
21 | 13 | <PropertyGroup Label="Globals">
|
22 | 14 | <VCProjectVersion>16.0</VCProjectVersion>
|
|
40 | 32 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
41 | 33 | <CharacterSet>Unicode</CharacterSet>
|
42 | 34 | </PropertyGroup>
|
43 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
44 |
| - <ConfigurationType>Application</ConfigurationType> |
45 |
| - <UseDebugLibraries>true</UseDebugLibraries> |
46 |
| - <PlatformToolset>v142</PlatformToolset> |
47 |
| - <CharacterSet>Unicode</CharacterSet> |
48 |
| - </PropertyGroup> |
49 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
50 |
| - <ConfigurationType>Application</ConfigurationType> |
51 |
| - <UseDebugLibraries>false</UseDebugLibraries> |
52 |
| - <PlatformToolset>v142</PlatformToolset> |
53 |
| - <WholeProgramOptimization>true</WholeProgramOptimization> |
54 |
| - <CharacterSet>Unicode</CharacterSet> |
55 |
| - </PropertyGroup> |
56 | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
57 | 36 | <ImportGroup Label="ExtensionSettings">
|
58 | 37 | </ImportGroup>
|
|
64 | 43 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
65 | 44 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
66 | 45 | </ImportGroup>
|
67 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
68 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
69 |
| - </ImportGroup> |
70 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
71 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
72 |
| - </ImportGroup> |
73 | 46 | <PropertyGroup Label="UserMacros" />
|
74 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
75 | 48 | <LinkIncremental>true</LinkIncremental>
|
76 | 49 | </PropertyGroup>
|
77 | 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
78 | 51 | <LinkIncremental>false</LinkIncremental>
|
79 | 52 | </PropertyGroup>
|
80 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
81 |
| - <LinkIncremental>true</LinkIncremental> |
82 |
| - </PropertyGroup> |
83 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
84 |
| - <LinkIncremental>false</LinkIncremental> |
85 |
| - </PropertyGroup> |
86 | 53 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
87 | 54 | <ClCompile>
|
88 | 55 | <WarningLevel>Level3</WarningLevel>
|
|
96 | 63 | <SubSystem>Console</SubSystem>
|
97 | 64 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
98 | 65 | <AdditionalLibraryDirectories>$(SolutionDir)\libraries\SFML-2.5.1\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
99 |
| - <AdditionalDependencies>winmm.lib;sfml-system-s-d.lib;ws2_32.lib;sfml-network-s-d.lib;openal32.lib;flac.lib;vorbisenc.lib;vorbisfile.lib;vorbis.lib;ogg.lib;sfml-audio-s-d.lib;opengl32.lib;gdi32.lib;sfml-window-s-d.lib;freetype.lib;sfml-graphics-s-d.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 66 | + <AdditionalDependencies>winmm.lib;sfml-system-s-d.lib;opengl32.lib;gdi32.lib;sfml-window-s-d.lib;freetype.lib;sfml-graphics-s-d.lib;%(AdditionalDependencies)</AdditionalDependencies> |
100 | 67 | </Link>
|
101 | 68 | </ItemDefinitionGroup>
|
102 | 69 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
109 | 76 | <ConformanceMode>true</ConformanceMode>
|
110 | 77 | <AdditionalIncludeDirectories>$(SolutionDir)\libraries\SFML-2.5.1\include\;$(SolutionDir)\include\</AdditionalIncludeDirectories>
|
111 | 78 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
| 79 | + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 80 | + <FloatingPointModel>Fast</FloatingPointModel> |
112 | 81 | </ClCompile>
|
113 | 82 | <Link>
|
114 | 83 | <SubSystem>Console</SubSystem>
|
|
119 | 88 | <AdditionalDependencies>winmm.lib;sfml-system-s.lib;ws2_32.lib;sfml-network-s.lib;openal32.lib;flac.lib;vorbisenc.lib;vorbisfile.lib;vorbis.lib;ogg.lib;sfml-audio-s.lib;opengl32.lib;gdi32.lib;sfml-window-s.lib;freetype.lib;sfml-graphics-s.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
120 | 89 | </Link>
|
121 | 90 | </ItemDefinitionGroup>
|
122 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
123 |
| - <ClCompile> |
124 |
| - <WarningLevel>Level3</WarningLevel> |
125 |
| - <SDLCheck>true</SDLCheck> |
126 |
| - <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
127 |
| - <ConformanceMode>true</ConformanceMode> |
128 |
| - </ClCompile> |
129 |
| - <Link> |
130 |
| - <SubSystem>Console</SubSystem> |
131 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
132 |
| - </Link> |
133 |
| - </ItemDefinitionGroup> |
134 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
135 |
| - <ClCompile> |
136 |
| - <WarningLevel>Level3</WarningLevel> |
137 |
| - <FunctionLevelLinking>true</FunctionLevelLinking> |
138 |
| - <IntrinsicFunctions>true</IntrinsicFunctions> |
139 |
| - <SDLCheck>true</SDLCheck> |
140 |
| - <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
141 |
| - <ConformanceMode>true</ConformanceMode> |
142 |
| - </ClCompile> |
143 |
| - <Link> |
144 |
| - <SubSystem>Console</SubSystem> |
145 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
146 |
| - <OptimizeReferences>true</OptimizeReferences> |
147 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
148 |
| - </Link> |
149 |
| - </ItemDefinitionGroup> |
150 | 91 | <ItemGroup>
|
151 | 92 | <ClCompile Include="src\block.cpp" />
|
152 | 93 | <ClCompile Include="src\game.cpp" />
|
|
0 commit comments