|
37 | 37 | <UseDebugLibraries>false</UseDebugLibraries> |
38 | 38 | <PlatformToolset>v143</PlatformToolset> |
39 | 39 | <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | | - <CharacterSet>Unicode</CharacterSet> |
| 40 | + <CharacterSet>MultiByte</CharacterSet> |
41 | 41 | </PropertyGroup> |
42 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | 43 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
44 | 44 | <UseDebugLibraries>true</UseDebugLibraries> |
45 | 45 | <PlatformToolset>v143</PlatformToolset> |
46 | | - <CharacterSet>Unicode</CharacterSet> |
| 46 | + <CharacterSet>MultiByte</CharacterSet> |
47 | 47 | </PropertyGroup> |
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 | 49 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
50 | 50 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | 51 | <PlatformToolset>v143</PlatformToolset> |
52 | 52 | <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | | - <CharacterSet>Unicode</CharacterSet> |
| 53 | + <CharacterSet>MultiByte</CharacterSet> |
54 | 54 | </PropertyGroup> |
55 | 55 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
56 | 56 | <ImportGroup Label="ExtensionSettings"> |
|
77 | 77 | </PropertyGroup> |
78 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
79 | 79 | <LinkIncremental>false</LinkIncremental> |
| 80 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 81 | + <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath> |
80 | 82 | </PropertyGroup> |
81 | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
82 | 84 | <LinkIncremental>true</LinkIncremental> |
| 85 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 86 | + <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
83 | 87 | </PropertyGroup> |
84 | 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
85 | 89 | <LinkIncremental>false</LinkIncremental> |
| 90 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 91 | + <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
86 | 92 | </PropertyGroup> |
87 | 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
88 | 94 | <ClCompile> |
|
106 | 112 | <FunctionLevelLinking>true</FunctionLevelLinking> |
107 | 113 | <IntrinsicFunctions>true</IntrinsicFunctions> |
108 | 114 | <SDLCheck>true</SDLCheck> |
109 | | - <PreprocessorDefinitions>WIN32;NDEBUG;STORAGEMODULEDATABASE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 115 | + <PreprocessorDefinitions>WIN32;NDEBUG;STORAGEMODULEDATABASE_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
110 | 116 | <ConformanceMode>true</ConformanceMode> |
111 | 117 | <PrecompiledHeader>Use</PrecompiledHeader> |
112 | 118 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
124 | 130 | <ClCompile> |
125 | 131 | <WarningLevel>Level3</WarningLevel> |
126 | 132 | <SDLCheck>true</SDLCheck> |
127 | | - <PreprocessorDefinitions>_DEBUG;STORAGEMODULEDATABASE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 133 | + <PreprocessorDefinitions>_DEBUG;STORAGEMODULEDATABASE_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
128 | 134 | <ConformanceMode>true</ConformanceMode> |
129 | 135 | <PrecompiledHeader>Use</PrecompiledHeader> |
130 | 136 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
142 | 148 | <FunctionLevelLinking>true</FunctionLevelLinking> |
143 | 149 | <IntrinsicFunctions>true</IntrinsicFunctions> |
144 | 150 | <SDLCheck>true</SDLCheck> |
145 | | - <PreprocessorDefinitions>NDEBUG;STORAGEMODULEDATABASE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 151 | + <PreprocessorDefinitions>NDEBUG;STORAGEMODULEDATABASE_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
146 | 152 | <ConformanceMode>true</ConformanceMode> |
147 | 153 | <PrecompiledHeader>Use</PrecompiledHeader> |
148 | 154 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
0 commit comments