|
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|Win32"> |
| 4 | + <ProjectConfiguration Include="Debug|x64"> |
5 | 5 | <Configuration>Debug</Configuration> |
6 | | - <Platform>Win32</Platform> |
| 6 | + <Platform>x64</Platform> |
7 | 7 | </ProjectConfiguration> |
8 | | - <ProjectConfiguration Include="Release|Win32"> |
| 8 | + <ProjectConfiguration Include="Release|x64"> |
9 | 9 | <Configuration>Release</Configuration> |
10 | | - <Platform>Win32</Platform> |
| 10 | + <Platform>x64</Platform> |
11 | 11 | </ProjectConfiguration> |
12 | 12 | </ItemGroup> |
13 | 13 | <PropertyGroup Label="Globals"> |
|
18 | 18 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
19 | 19 | </PropertyGroup> |
20 | 20 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
21 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 21 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
22 | 22 | <ConfigurationType>Application</ConfigurationType> |
23 | 23 | <UseDebugLibraries>true</UseDebugLibraries> |
24 | 24 | <PlatformToolset>v143</PlatformToolset> |
25 | 25 | <CharacterSet>MultiByte</CharacterSet> |
26 | 26 | </PropertyGroup> |
27 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 27 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
28 | 28 | <ConfigurationType>Application</ConfigurationType> |
29 | 29 | <UseDebugLibraries>false</UseDebugLibraries> |
30 | 30 | <PlatformToolset>v143</PlatformToolset> |
|
36 | 36 | </ImportGroup> |
37 | 37 | <ImportGroup Label="Shared"> |
38 | 38 | </ImportGroup> |
39 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 39 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
40 | 40 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
41 | 41 | </ImportGroup> |
42 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 42 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
43 | 43 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
44 | 44 | </ImportGroup> |
45 | 45 | <PropertyGroup Label="UserMacros" /> |
46 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
47 | 47 | <LinkIncremental>true</LinkIncremental> |
48 | 48 | </PropertyGroup> |
49 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 49 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
50 | 50 | <LinkIncremental>false</LinkIncremental> |
51 | 51 | </PropertyGroup> |
52 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 52 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
53 | 53 | <ClCompile> |
54 | 54 | <WarningLevel>Level3</WarningLevel> |
55 | 55 | <SDLCheck>true</SDLCheck> |
56 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 56 | + <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
57 | 57 | <ConformanceMode>true</ConformanceMode> |
58 | 58 | <LanguageStandard>stdcpplatest</LanguageStandard> |
59 | 59 | <AdditionalIncludeDirectories>$(ProjectDir)Libraries\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
64 | 64 | <Link> |
65 | 65 | <SubSystem>Console</SubSystem> |
66 | 66 | <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation> |
67 | | - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
| 67 | + <AdditionalDependencies>libboost_log-vc143-mt-gd-x64-1_89.lib;libboost_log_setup-vc143-mt-gd-x64-1_89.lib;libboost_date_time-vc143-mt-gd-x64-1_89.lib;libboost_thread-vc143-mt-gd-x64-1_89.lib;libboost_filesystem-vc143-mt-gd-x64-1_89.lib;%(AdditionalDependencies)</AdditionalDependencies> |
68 | 68 | <AdditionalLibraryDirectories>$(ProjectDir)Libraries\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
69 | 69 | </Link> |
70 | 70 | </ItemDefinitionGroup> |
71 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 71 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
72 | 72 | <ClCompile> |
73 | 73 | <WarningLevel>Level3</WarningLevel> |
74 | 74 | <FunctionLevelLinking>true</FunctionLevelLinking> |
75 | 75 | <IntrinsicFunctions>true</IntrinsicFunctions> |
76 | 76 | <SDLCheck>true</SDLCheck> |
77 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 77 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
78 | 78 | <ConformanceMode>true</ConformanceMode> |
79 | 79 | <LanguageStandard>stdcpplatest</LanguageStandard> |
80 | 80 | <Optimization>MaxSpeed</Optimization> |
|
88 | 88 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
89 | 89 | <OptimizeReferences>true</OptimizeReferences> |
90 | 90 | <GenerateDebugInformation>false</GenerateDebugInformation> |
91 | | - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
| 91 | + <AdditionalDependencies>libboost_log-vc143-mt-x64-1_89.lib;libboost_log_setup-vc143-mt-x64-1_89.lib;libboost_date_time-vc143-mt-x64-1_89.lib;libboost_thread-vc143-mt-x64-1_89.lib;libboost_filesystem-vc143-mt-x64-1_89.lib;%(AdditionalDependencies)</AdditionalDependencies> |
92 | 92 | <AdditionalLibraryDirectories>$(ProjectDir)Libraries\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
93 | 93 | <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
94 | 94 | </Link> |
|
0 commit comments