|
34 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugEU|x64'" Label="Configuration"> |
35 | 35 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
36 | 36 | <UseDebugLibraries>true</UseDebugLibraries> |
37 | | - <PlatformToolset>v143</PlatformToolset> |
| 37 | + <PlatformToolset>v145</PlatformToolset> |
38 | 38 | <CharacterSet>Unicode</CharacterSet> |
39 | 39 | </PropertyGroup> |
40 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFile|x64'" Label="Configuration"> |
41 | 41 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
42 | 42 | <UseDebugLibraries>true</UseDebugLibraries> |
43 | | - <PlatformToolset>v143</PlatformToolset> |
| 43 | + <PlatformToolset>v145</PlatformToolset> |
44 | 44 | <CharacterSet>Unicode</CharacterSet> |
45 | 45 | </PropertyGroup> |
46 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugKR|x64'" Label="Configuration"> |
47 | 47 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
48 | 48 | <UseDebugLibraries>true</UseDebugLibraries> |
49 | | - <PlatformToolset>v143</PlatformToolset> |
| 49 | + <PlatformToolset>v145</PlatformToolset> |
50 | 50 | <CharacterSet>Unicode</CharacterSet> |
51 | 51 | </PropertyGroup> |
52 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseEU|x64'" Label="Configuration"> |
53 | 53 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
54 | 54 | <UseDebugLibraries>false</UseDebugLibraries> |
55 | | - <PlatformToolset>v143</PlatformToolset> |
| 55 | + <PlatformToolset>v145</PlatformToolset> |
56 | 56 | <WholeProgramOptimization>true</WholeProgramOptimization> |
57 | 57 | <CharacterSet>Unicode</CharacterSet> |
58 | 58 | </PropertyGroup> |
59 | 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseKR|x64'" Label="Configuration"> |
60 | 60 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
61 | 61 | <UseDebugLibraries>false</UseDebugLibraries> |
62 | | - <PlatformToolset>v143</PlatformToolset> |
| 62 | + <PlatformToolset>v145</PlatformToolset> |
63 | 63 | <WholeProgramOptimization>true</WholeProgramOptimization> |
64 | 64 | <CharacterSet>Unicode</CharacterSet> |
65 | 65 | </PropertyGroup> |
|
131 | 131 | <ClCompile> |
132 | 132 | <WarningLevel>Level3</WarningLevel> |
133 | 133 | <SDLCheck>true</SDLCheck> |
134 | | - <PreprocessorDefinitions>TRIALDLL_EXPORT;_CRT_SECURE_NO_WARNINGS;UNICODE;_UNICODE;_DEBUG;_WINDOWS;NDEBUG;%(PreprocessorDefinitions);_BNSEU;_ITERATOR_DEBUG_LEVEL=0</PreprocessorDefinitions> |
| 134 | + <PreprocessorDefinitions>TRIALDLL_EXPORT;_CRT_SECURE_NO_WARNINGS;UNICODE;_UNICODE;_DEBUG;_WINDOWS;NDEBUG;%(PreprocessorDefinitions);BNSEU;_ITERATOR_DEBUG_LEVEL=0</PreprocessorDefinitions> |
135 | 135 | <ConformanceMode>true</ConformanceMode> |
136 | 136 | <AdditionalIncludeDirectories>$(ProjectDir)vcpkg_installed\x64-windows\include;$(ProjectDir)deps;$(ProjectDir)deps\Detours;$(ProjectDir)deps\BnsPluginTables\Generated\include</AdditionalIncludeDirectories> |
137 | 137 | <LanguageStandard>stdcpp23</LanguageStandard> |
|
145 | 145 | <ObjectFileName>$(IntDir)%(RelativeDir)%(Filename)%(Extension).obj</ObjectFileName> |
146 | 146 | <UseFullPaths>true</UseFullPaths> |
147 | 147 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 148 | + <UseStandardPreprocessor>true</UseStandardPreprocessor> |
148 | 149 | </ClCompile> |
149 | 150 | <Link> |
150 | 151 | <SubSystem>Windows</SubSystem> |
|
178 | 179 | <ObjectFileName>$(IntDir)%(RelativeDir)%(Filename)%(Extension).obj</ObjectFileName> |
179 | 180 | <UseFullPaths>true</UseFullPaths> |
180 | 181 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 182 | + <UseStandardPreprocessor>true</UseStandardPreprocessor> |
181 | 183 | </ClCompile> |
182 | 184 | <Link> |
183 | 185 | <SubSystem>Windows</SubSystem> |
|
197 | 199 | <ClCompile> |
198 | 200 | <WarningLevel>Level3</WarningLevel> |
199 | 201 | <SDLCheck>true</SDLCheck> |
200 | | - <PreprocessorDefinitions>TRIALDLL_EXPORT;_CRT_SECURE_NO_WARNINGS;UNICODE;_UNICODE;_DEBUG;_WINDOWS;NDEBUG;%(PreprocessorDefinitions);_BNSKR</PreprocessorDefinitions> |
| 202 | + <PreprocessorDefinitions>TRIALDLL_EXPORT;_CRT_SECURE_NO_WARNINGS;UNICODE;_UNICODE;_DEBUG;_WINDOWS;NDEBUG;%(PreprocessorDefinitions);BNSKR</PreprocessorDefinitions> |
201 | 203 | <ConformanceMode>true</ConformanceMode> |
202 | 204 | <AdditionalIncludeDirectories>$(ProjectDir)vcpkg_installed\x64-windows\include;$(ProjectDir)deps;$(ProjectDir)deps\Detours;$(ProjectDir)deps\BnsPluginTables\Generated\include</AdditionalIncludeDirectories> |
203 | 205 | <LanguageStandard>stdcpp23</LanguageStandard> |
|
211 | 213 | <ObjectFileName>$(IntDir)%(RelativeDir)%(Filename)%(Extension).obj</ObjectFileName> |
212 | 214 | <UseFullPaths>true</UseFullPaths> |
213 | 215 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 216 | + <UseStandardPreprocessor>true</UseStandardPreprocessor> |
214 | 217 | </ClCompile> |
215 | 218 | <Link> |
216 | 219 | <SubSystem>Windows</SubSystem> |
|
232 | 235 | <FunctionLevelLinking>true</FunctionLevelLinking> |
233 | 236 | <IntrinsicFunctions>true</IntrinsicFunctions> |
234 | 237 | <SDLCheck>false</SDLCheck> |
235 | | - <PreprocessorDefinitions>NDEBUG;NOMINMAX;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_UNICODE;_WINDOWS;JM_XORSTR_DISABLE_AVX_INTRINSICS;PHNT_VERSION=PHNT_THRESHOLD;RESULT_DIAGNOSTICS_LEVEL=0;UNICODE;%(PreprocessorDefinitions);_BNSEU</PreprocessorDefinitions> |
| 238 | + <PreprocessorDefinitions>NDEBUG;NOMINMAX;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_UNICODE;_WINDOWS;JM_XORSTR_DISABLE_AVX_INTRINSICS;PHNT_VERSION=PHNT_THRESHOLD;RESULT_DIAGNOSTICS_LEVEL=0;UNICODE;%(PreprocessorDefinitions);BNSEU</PreprocessorDefinitions> |
236 | 239 | <ConformanceMode>true</ConformanceMode> |
237 | 240 | <AdditionalIncludeDirectories>$(ProjectDir)vcpkg_installed\x64-windows\include;$(ProjectDir)deps;$(ProjectDir)deps\Detours;$(ProjectDir)deps\BnsPluginTables\Generated\include</AdditionalIncludeDirectories> |
238 | 241 | <LanguageStandard>stdcpp23</LanguageStandard> |
|
269 | 272 | <FunctionLevelLinking>true</FunctionLevelLinking> |
270 | 273 | <IntrinsicFunctions>true</IntrinsicFunctions> |
271 | 274 | <SDLCheck>false</SDLCheck> |
272 | | - <PreprocessorDefinitions>NDEBUG;NOMINMAX;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_UNICODE;_WINDOWS;JM_XORSTR_DISABLE_AVX_INTRINSICS;PHNT_VERSION=PHNT_THRESHOLD;RESULT_DIAGNOSTICS_LEVEL=0;UNICODE;%(PreprocessorDefinitions);_BNSKR</PreprocessorDefinitions> |
| 275 | + <PreprocessorDefinitions>NDEBUG;NOMINMAX;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_UNICODE;_WINDOWS;JM_XORSTR_DISABLE_AVX_INTRINSICS;PHNT_VERSION=PHNT_THRESHOLD;RESULT_DIAGNOSTICS_LEVEL=0;UNICODE;%(PreprocessorDefinitions);BNSKR</PreprocessorDefinitions> |
273 | 276 | <ConformanceMode>true</ConformanceMode> |
274 | 277 | <AdditionalIncludeDirectories>$(ProjectDir)vcpkg_installed\x64-windows\include;$(ProjectDir)deps;$(ProjectDir)deps\Detours;$(ProjectDir)deps\BnsPluginTables\Generated\include</AdditionalIncludeDirectories> |
275 | 278 | <LanguageStandard>stdcpp23</LanguageStandard> |
|
284 | 287 | <FloatingPointModel>Fast</FloatingPointModel> |
285 | 288 | <ControlFlowGuard>false</ControlFlowGuard> |
286 | 289 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 290 | + <UseStandardPreprocessor>true</UseStandardPreprocessor> |
287 | 291 | </ClCompile> |
288 | 292 | <Link> |
289 | 293 | <SubSystem>Windows</SubSystem> |
|
326 | 330 | <ItemGroup> |
327 | 331 | <ClInclude Include="BSFunctions.h" /> |
328 | 332 | <ClInclude Include="Data.h" /> |
| 333 | + <ClInclude Include="DataConstants.h" /> |
329 | 334 | <ClInclude Include="DatafilePluginManager.h" /> |
330 | 335 | <ClInclude Include="DatafilePluginsdk.h" /> |
331 | 336 | <ClInclude Include="DatafileService.h" /> |
|
346 | 351 | <ClInclude Include="patternbyte.h" /> |
347 | 352 | <ClInclude Include="pch.h" /> |
348 | 353 | <ClInclude Include="BnsPlugin.h" /> |
| 354 | + <ClInclude Include="pluginversion.h" /> |
349 | 355 | <ClInclude Include="versioninfo.h" /> |
350 | 356 | </ItemGroup> |
351 | 357 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
0 commit comments