Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemurin authored May 21, 2024
1 parent f1287e9 commit 9236995
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CK2ToEU4/CK2ToEU4.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ClCompile>
<PreprocessorDefinitions>WIN32;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;NDEBUG;_CONSOLE;_SILENCE_CXX20_U8PATH_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(SolutionDir)commonItems;$(SolutionDir)commonItems\external\zip\src;$(SolutionDir)commonItems\pch;$(SolutionDir)lib</AdditionalIncludeDirectories>
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard>stdcpplatest</LanguageStandard>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<PrecompiledHeader>Use</PrecompiledHeader>
Expand Down
2 changes: 1 addition & 1 deletion CK2ToEU4Tests/CK2ToEU4Tests.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PreprocessorDefinitions>_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;NDEBUG;_CONSOLE;_SILENCE_CXX20_U8PATH_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard>stdcpplatest</LanguageStandard>
<AdditionalIncludeDirectories>$(SolutionDir)commonItems;$(SolutionDir)commonItems\external\zip\src;$(SolutionDir)commonItems\external\googletest\googlemock\include;$(SolutionDir)commonItems\external\googletest\googlemock;$(SolutionDir)commonItems\external\googletest\googletest\include;$(SolutionDir)commonItems\external\googletest\googletest;$(SolutionDir)CK2ToEU4\Source;$(SolutionDir)lib;$(SolutionDir)commonItems\pch</AdditionalIncludeDirectories>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
Expand Down
2 changes: 1 addition & 1 deletion CK2ToEU4lib/CK2ToEU4lib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<LanguageStandard>stdcpp20</LanguageStandard>
<LanguageStandard>stdcpplatest</LanguageStandard>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<PrecompiledHeaderOutputFile>$(SolutionDir)lib\pch.pch</PrecompiledHeaderOutputFile>
<ProgramDataBaseFileName>$(SolutionDir)lib\common.pdb</ProgramDataBaseFileName>
Expand Down
2 changes: 1 addition & 1 deletion commonItems

0 comments on commit 9236995

Please sign in to comment.