|
77 | 77 | <TargetName>ImperatorToCK3Converter</TargetName> |
78 | 78 | <PostBuildEventUseInBuild>true</PostBuildEventUseInBuild> |
79 | 79 | <CodeAnalysisRuleSet>NativeMinimumRules.ruleset</CodeAnalysisRuleSet> |
| 80 | + <LinkIncremental>false</LinkIncremental> |
80 | 81 | </PropertyGroup> |
81 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
82 | 83 | <OutDir>$(ProjectDir)\..\$(Configuration)\ImperatorToCK3\</OutDir> |
|
89 | 90 | <LibraryPath>$(LibraryPath)</LibraryPath> |
90 | 91 | <IncludePath>$(UniversalCRT_IncludePath);$(IncludePath)</IncludePath> |
91 | 92 | <ReferencePath>$(ReferencePath)</ReferencePath> |
92 | | - <LinkIncremental>false</LinkIncremental> |
| 93 | + <LinkIncremental>true</LinkIncremental> |
93 | 94 | <RunCodeAnalysis>true</RunCodeAnalysis> |
94 | 95 | <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
95 | 96 | </PropertyGroup> |
|
132 | 133 | <SDLCheck>true</SDLCheck> |
133 | 134 | <ConformanceMode>true</ConformanceMode> |
134 | 135 | <LanguageStandard>stdcpplatest</LanguageStandard> |
135 | | - <AdditionalIncludeDirectories>Source;..\imageMagick\include-windows;..\commonItems;..\commonItems\compile-time-regular-expressions\single-header;..\cpp-base64;..\ZipLib;$(WindowsSDK_IncludePath)</AdditionalIncludeDirectories> |
| 136 | + <AdditionalIncludeDirectories>Source;..\imageMagick\include-windows;..\commonItems;..\cpp-base64;..\ZipLib;$(WindowsSDK_IncludePath)</AdditionalIncludeDirectories> |
136 | 137 | <PreprocessorDefinitions>_UNICODE;UNICODE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SILENCE_CXX20_U8PATH_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
137 | 138 | <LanguageStandard_C>stdc17</LanguageStandard_C> |
138 | 139 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 140 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
139 | 141 | </ClCompile> |
140 | 142 | <Link> |
141 | 143 | <SubSystem>Console</SubSystem> |
|
185 | 187 | <SDLCheck>true</SDLCheck> |
186 | 188 | <ConformanceMode>false</ConformanceMode> |
187 | 189 | <LanguageStandard>stdcpplatest</LanguageStandard> |
188 | | - <AdditionalIncludeDirectories>Source;..\imageMagick\include-windows;..\commonItems;..\commonItems\compile-time-regular-expressions\single-header;..\cpp-base64;..\ZipLib;$(WindowsSDK_IncludePath)</AdditionalIncludeDirectories> |
| 190 | + <AdditionalIncludeDirectories>Source;..\imageMagick\include-windows;..\commonItems;..\cpp-base64;..\ZipLib;$(WindowsSDK_IncludePath)</AdditionalIncludeDirectories> |
189 | 191 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
190 | 192 | <PreprocessorDefinitions>_UNICODE;UNICODE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SILENCE_CXX20_U8PATH_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
191 | 193 | <WholeProgramOptimization>true</WholeProgramOptimization> |
192 | 194 | <EnablePREfast>true</EnablePREfast> |
193 | 195 | <LanguageStandard_C>stdc17</LanguageStandard_C> |
| 196 | + <DebugInformationFormat>None</DebugInformationFormat> |
194 | 197 | </ClCompile> |
195 | 198 | <Link> |
196 | 199 | <SubSystem>Console</SubSystem> |
|
307 | 310 | <ClInclude Include="..\commonItems\Color.h" /> |
308 | 311 | <ClInclude Include="..\commonItems\CommonFunctions.h" /> |
309 | 312 | <ClInclude Include="..\commonItems\CommonRegexes.h" /> |
310 | | - <ClInclude Include="..\commonItems\compile-time-regular-expressions\single-header\ctre.hpp" /> |
311 | 313 | <ClInclude Include="..\commonItems\ConvenientParser.h" /> |
312 | 314 | <ClInclude Include="..\commonItems\Date.h" /> |
313 | 315 | <ClInclude Include="..\commonItems\GameVersion.h" /> |
|
0 commit comments