Commit e77407ed31f7e721b9cc9553b1910177631f68eb
And back to 2015 again.
Christopher Snowhill authored on 6/26/2016, 8:29:20 PMChristopher Snowhill committed on 6/13/2018, 12:10:58 AM
Parent: 2028d2a150fa4f36dc30c822702779c7e6d94fd5
Files changed
prj/syntrax-c/syntrax-c.vcxproj | changed |
prj/syntrax-c/syntrax-c.vcxproj | ||
---|---|---|
@@ -1,6 +1,6 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
2 | +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
@@ -23,20 +23,23 @@ | ||
23 | 23 | <PropertyGroup Label="Globals"> |
24 | 24 | <ProjectGuid>{F66764E0-B136-4EDB-8F6A-8D2C4E984CBC}</ProjectGuid> |
25 | 25 | <Keyword>Win32Proj</Keyword> |
26 | 26 | <RootNamespace>syntraxc</RootNamespace> |
27 | + <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> | |
27 | 28 | </PropertyGroup> |
28 | 29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
30 | 31 | <ConfigurationType>StaticLibrary</ConfigurationType> |
31 | 32 | <UseDebugLibraries>true</UseDebugLibraries> |
32 | 33 | <CharacterSet>Unicode</CharacterSet> |
34 | + <PlatformToolset>v140_xp</PlatformToolset> | |
33 | 35 | </PropertyGroup> |
34 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
35 | 37 | <ConfigurationType>StaticLibrary</ConfigurationType> |
36 | 38 | <UseDebugLibraries>false</UseDebugLibraries> |
37 | 39 | <WholeProgramOptimization>true</WholeProgramOptimization> |
38 | 40 | <CharacterSet>Unicode</CharacterSet> |
41 | + <PlatformToolset>v140_xp</PlatformToolset> | |
39 | 42 | </PropertyGroup> |
40 | 43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
41 | 44 | <ImportGroup Label="ExtensionSettings"> |
42 | 45 | </ImportGroup> |
@@ -55,8 +58,10 @@ | ||
55 | 58 | <WarningLevel>Level3</WarningLevel> |
56 | 59 | <Optimization>Disabled</Optimization> |
57 | 60 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
58 | 61 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
62 | + <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> | |
63 | + <AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> | |
59 | 64 | </ClCompile> |
60 | 65 | <Link> |
61 | 66 | <SubSystem>Windows</SubSystem> |
62 | 67 | <GenerateDebugInformation>true</GenerateDebugInformation> |
@@ -72,8 +77,10 @@ | ||
72 | 77 | <IntrinsicFunctions>true</IntrinsicFunctions> |
73 | 78 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
74 | 79 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
75 | 80 | <FloatingPointModel>Fast</FloatingPointModel> |
81 | + <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> | |
82 | + <AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> | |
76 | 83 | </ClCompile> |
77 | 84 | <Link> |
78 | 85 | <SubSystem>Windows</SubSystem> |
79 | 86 | <GenerateDebugInformation>true</GenerateDebugInformation> |
Built with git-ssb-web