Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
fb332210
Commit
fb332210
authored
Jul 20, 2022
by
Richard Gobeille
Browse files
VS: standardize platform toolset and language settings
parent
de0da8af
Changes
12
Hide whitespace changes
Inline
Side-by-side
platform/Windows/audiolib.vcxproj
View file @
fb332210
...
...
@@ -37,19 +37,19 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v14
2
</PlatformToolset>
<PlatformToolset>
v14
3
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<EnableASAN>
true
</EnableASAN>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -59,8 +59,8 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -143,7 +143,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -170,7 +169,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
...
...
@@ -193,7 +191,6 @@
<ConformanceMode>
true
</ConformanceMode>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -219,7 +216,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -246,12 +242,10 @@
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<LanguageStandard_C>
Default
</LanguageStandard_C>
</ClCompile>
<Link>
<SubSystem>
Windows
</SubSystem>
...
...
@@ -270,7 +264,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
platform/Windows/build.vcxproj
View file @
fb332210
...
...
@@ -37,19 +37,19 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v14
2
</PlatformToolset>
<PlatformToolset>
v14
3
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<EnableASAN>
true
</EnableASAN>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -59,8 +59,8 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -137,7 +137,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -164,7 +163,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
...
...
@@ -187,7 +185,6 @@
<ConformanceMode>
true
</ConformanceMode>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -213,7 +210,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -240,12 +236,10 @@
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<LanguageStandard_C>
Default
</LanguageStandard_C>
</ClCompile>
<Link>
<SubSystem>
Windows
</SubSystem>
...
...
@@ -264,7 +258,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
platform/Windows/eduke32.vcxproj
View file @
fb332210
...
...
@@ -31,7 +31,7 @@
<ProjectGuid>
{8E7A6179-0B72-4073-8A4C-E8682D481DAE}
</ProjectGuid>
<RootNamespace>
eduke32
</RootNamespace>
<Keyword>
MakeFileProj
</Keyword>
<PlatformToolset>
v14
2
</PlatformToolset>
<PlatformToolset>
v14
3
</PlatformToolset>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
...
...
@@ -155,7 +155,6 @@
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<Optimization>
Disabled
</Optimization>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -183,7 +182,6 @@
<OmitFramePointers>
true
</OmitFramePointers>
<WarningLevel>
Level3
</WarningLevel>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -200,7 +198,6 @@
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<Optimization>
Disabled
</Optimization>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -226,12 +223,10 @@
<SupportJustMyCode>
true
</SupportJustMyCode>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<Optimization>
Disabled
</Optimization>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<LanguageStandard_C>
Default
</LanguageStandard_C>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>
.\lib\ARM64\
</AdditionalLibraryDirectories>
...
...
@@ -253,7 +248,6 @@
<OmitFramePointers>
true
</OmitFramePointers>
<WarningLevel>
Level3
</WarningLevel>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -275,7 +269,6 @@
<WarningLevel>
Level3
</WarningLevel>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
...
...
platform/Windows/glad.vcxproj
View file @
fb332210
...
...
@@ -46,19 +46,19 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v14
2
</PlatformToolset>
<PlatformToolset>
v14
3
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<EnableASAN>
true
</EnableASAN>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -68,8 +68,8 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -152,7 +152,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -179,7 +178,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
...
...
@@ -202,7 +200,6 @@
<ConformanceMode>
true
</ConformanceMode>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -228,7 +225,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -255,12 +251,10 @@
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<LanguageStandard_C>
Default
</LanguageStandard_C>
</ClCompile>
<Link>
<SubSystem>
Windows
</SubSystem>
...
...
@@ -279,7 +273,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
platform/Windows/imgui.vcxproj
View file @
fb332210
...
...
@@ -58,19 +58,19 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v14
2
</PlatformToolset>
<PlatformToolset>
v14
3
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<EnableASAN>
true
</EnableASAN>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -80,8 +80,8 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -164,7 +164,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
None
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -191,7 +190,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
...
...
@@ -214,7 +212,6 @@
<ConformanceMode>
true
</ConformanceMode>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -240,7 +237,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -267,12 +263,10 @@
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<LanguageStandard_C>
Default
</LanguageStandard_C>
</ClCompile>
<Link>
<SubSystem>
Windows
</SubSystem>
...
...
@@ -291,7 +285,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
None
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
platform/Windows/kenbuild.vcxproj
View file @
fb332210
...
...
@@ -31,7 +31,7 @@
<ProjectGuid>
{7FEE789D-693C-4912-B989-A91371FC9C49}
</ProjectGuid>
<RootNamespace>
kenbuild
</RootNamespace>
<Keyword>
MakeFileProj
</Keyword>
<PlatformToolset>
v14
2
</PlatformToolset>
<PlatformToolset>
v14
3
</PlatformToolset>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
...
...
@@ -155,7 +155,6 @@
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<Optimization>
Disabled
</Optimization>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -182,7 +181,6 @@
<OmitFramePointers>
true
</OmitFramePointers>
<WarningLevel>
Level3
</WarningLevel>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
None
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -198,7 +196,6 @@
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<Optimization>
Disabled
</Optimization>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -224,11 +221,9 @@
<SupportJustMyCode>
true
</SupportJustMyCode>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<Optimization>
Disabled
</Optimization>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<LanguageStandard_C>
Default
</LanguageStandard_C>
</ClCompile>
<Link>
<AdditionalDependencies>
Shlwapi.lib;Comctl32.lib;version.lib;Imm32.lib;libogg.a;libvorbis.a;libvorbisfile.a;libvpx.a;dxguid.lib;dsound.lib;winmm.lib;ws2_32.lib;libSDL2main.a;libSDL2.a;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;SetupAPI.Lib;uuid.lib;odbc32.lib;odbccp32.lib
</AdditionalDependencies>
...
...
@@ -249,7 +244,6 @@
<OmitFramePointers>
true
</OmitFramePointers>
<WarningLevel>
Level3
</WarningLevel>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
None
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -271,7 +265,6 @@
<WarningLevel>
Level3
</WarningLevel>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<ConformanceMode>
true
</ConformanceMode>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
None
</DebugInformationFormat>
</ClCompile>
...
...
platform/Windows/libxmp-lite.vcxproj
View file @
fb332210
...
...
@@ -88,19 +88,19 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v14
2
</PlatformToolset>
<PlatformToolset>
v14
3
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<EnableASAN>
true
</EnableASAN>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -110,8 +110,8 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -193,7 +193,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -220,12 +219,10 @@
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<LanguageStandard_C>
Default
</LanguageStandard_C>
</ClCompile>
<Link>
<SubSystem>
Windows
</SubSystem>
...
...
@@ -242,7 +239,6 @@
<ConformanceMode>
true
</ConformanceMode>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -269,7 +265,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -296,7 +291,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -323,7 +317,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
...
...
platform/Windows/mact.vcxproj
View file @
fb332210
...
...
@@ -54,19 +54,19 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v14
2
</PlatformToolset>
<PlatformToolset>
v14
3
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<EnableASAN>
true
</EnableASAN>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -76,8 +76,8 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -159,7 +159,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -186,12 +185,10 @@
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<OmitFramePointers>
false
</OmitFramePointers>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<LanguageStandard_C>
Default
</LanguageStandard_C>
</ClCompile>
<Link>
<SubSystem>
Windows
</SubSystem>
...
...
@@ -208,7 +205,6 @@
<ConformanceMode>
true
</ConformanceMode>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
...
...
@@ -235,7 +231,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -262,7 +257,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -289,7 +283,6 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
<OmitFramePointers>
true
</OmitFramePointers>
<LanguageStandard>
stdcpp14
</LanguageStandard>
<ExceptionHandling>
SyncCThrow
</ExceptionHandling>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DiagnosticsFormat>
Caret
</DiagnosticsFormat>
...
...
platform/Windows/mapster32.vcxproj
View file @
fb332210
...
...
@@ -38,19 +38,19 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v14
2
</PlatformToolset>
<PlatformToolset>
v14
3
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v142
</PlatformToolset>
<EnableASAN>
true
</EnableASAN>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
...
...
@@ -60,8 +60,8 @@