|
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|x64"> |
5 | | - <Configuration>Debug</Configuration> |
6 | | - <Platform>x64</Platform> |
7 | | - </ProjectConfiguration> |
8 | 4 | <ProjectConfiguration Include="Release|x64"> |
9 | 5 | <Configuration>Release</Configuration> |
10 | 6 | <Platform>x64</Platform> |
|
19 | 15 | <ProjectName>4DMod</ProjectName> |
20 | 16 | </PropertyGroup> |
21 | 17 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
22 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
23 | | - <ConfigurationType>DynamicLibrary</ConfigurationType> |
24 | | - <UseDebugLibraries>true</UseDebugLibraries> |
25 | | - <PlatformToolset>v143</PlatformToolset> |
26 | | - <CharacterSet>Unicode</CharacterSet> |
27 | | - </PropertyGroup> |
28 | 18 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
29 | 19 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
30 | 20 | <UseDebugLibraries>false</UseDebugLibraries> |
|
37 | 27 | </ImportGroup> |
38 | 28 | <ImportGroup Label="Shared"> |
39 | 29 | </ImportGroup> |
40 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
41 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
42 | | - </ImportGroup> |
43 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
44 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
45 | | - </ImportGroup> |
46 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
47 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
48 | | - </ImportGroup> |
49 | 30 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
50 | 31 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
51 | 32 | </ImportGroup> |
52 | 33 | <PropertyGroup Label="UserMacros" /> |
53 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
54 | | - <LinkIncremental>true</LinkIncremental> |
55 | | - <TargetName>4DMod</TargetName> |
56 | | - </PropertyGroup> |
57 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
58 | 35 | <LinkIncremental>false</LinkIncremental> |
59 | 36 | <TargetName>4DMod</TargetName> |
60 | 37 | </PropertyGroup> |
61 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
62 | | - <ClCompile> |
63 | | - <WarningLevel>Level3</WarningLevel> |
64 | | - <SDLCheck>true</SDLCheck> |
65 | | - <PreprocessorDefinitions>_DEBUG;_CONSOLE;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
66 | | - <ConformanceMode>true</ConformanceMode> |
67 | | - <LanguageStandard>stdcpp20</LanguageStandard> |
68 | | - <AdditionalIncludeDirectories>./4dm.h;./4dm.h/networking/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
69 | | - </ClCompile> |
70 | | - <Link> |
71 | | - <SubSystem>Console</SubSystem> |
72 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
73 | | - <AdditionalDependencies>./4dm.h/networking/lib/*;./4dm.h/soil/soil2.lib;opengl32.lib;./4dm.h/GL/glew32.lib;./4dm.h/glfw/glfw3.lib;./4dm.h/sdl/SDL2.lib;./4dm.h/sdl/SDL2_ttf.lib;%(AdditionalDependencies)</AdditionalDependencies> |
74 | | - </Link> |
75 | | - </ItemDefinitionGroup> |
76 | 38 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
77 | 39 | <ClCompile> |
78 | 40 | <WarningLevel>Level3</WarningLevel> |
|
0 commit comments