git ssb

0+

kode54 / syntrax-c



Commit e77407ed31f7e721b9cc9553b1910177631f68eb

And back to 2015 again.

Christopher Snowhill authored on 6/26/2016, 8:29:20 PM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Parent: 2028d2a150fa4f36dc30c822702779c7e6d94fd5

Files changed

prj/syntrax-c/syntrax-c.vcxprojchanged
prj/syntrax-c/syntrax-c.vcxprojView
@@ -1,6 +1,6 @@
11 <?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">
33 <ItemGroup Label="ProjectConfigurations">
44 <ProjectConfiguration Include="Debug|Win32">
55 <Configuration>Debug</Configuration>
66 <Platform>Win32</Platform>
@@ -23,20 +23,23 @@
2323 <PropertyGroup Label="Globals">
2424 <ProjectGuid>{F66764E0-B136-4EDB-8F6A-8D2C4E984CBC}</ProjectGuid>
2525 <Keyword>Win32Proj</Keyword>
2626 <RootNamespace>syntraxc</RootNamespace>
27+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2728 </PropertyGroup>
2829 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2930 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3031 <ConfigurationType>StaticLibrary</ConfigurationType>
3132 <UseDebugLibraries>true</UseDebugLibraries>
3233 <CharacterSet>Unicode</CharacterSet>
34+ <PlatformToolset>v140_xp</PlatformToolset>
3335 </PropertyGroup>
3436 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3537 <ConfigurationType>StaticLibrary</ConfigurationType>
3638 <UseDebugLibraries>false</UseDebugLibraries>
3739 <WholeProgramOptimization>true</WholeProgramOptimization>
3840 <CharacterSet>Unicode</CharacterSet>
41+ <PlatformToolset>v140_xp</PlatformToolset>
3942 </PropertyGroup>
4043 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4144 <ImportGroup Label="ExtensionSettings">
4245 </ImportGroup>
@@ -55,8 +58,10 @@
5558 <WarningLevel>Level3</WarningLevel>
5659 <Optimization>Disabled</Optimization>
5760 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5861 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
62+ <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
63+ <AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions>
5964 </ClCompile>
6065 <Link>
6166 <SubSystem>Windows</SubSystem>
6267 <GenerateDebugInformation>true</GenerateDebugInformation>
@@ -72,8 +77,10 @@
7277 <IntrinsicFunctions>true</IntrinsicFunctions>
7378 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7479 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
7580 <FloatingPointModel>Fast</FloatingPointModel>
81+ <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
82+ <AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions>
7683 </ClCompile>
7784 <Link>
7885 <SubSystem>Windows</SubSystem>
7986 <GenerateDebugInformation>true</GenerateDebugInformation>

Built with git-ssb-web