|
37 | 37 | <UseDebugLibraries>false</UseDebugLibraries> |
38 | 38 | <PlatformToolset>v142</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> |
|
50 | 50 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | 51 | <PlatformToolset>v142</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> |
83 | 85 | </PropertyGroup> |
84 | 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
85 | 87 | <LinkIncremental>false</LinkIncremental> |
| 88 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 89 | + <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
86 | 90 | </PropertyGroup> |
87 | 91 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
88 | 92 | <ClCompile> |
|
111 | 115 | <ConformanceMode>true</ConformanceMode> |
112 | 116 | <PrecompiledHeader>Use</PrecompiledHeader> |
113 | 117 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 118 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 119 | + <DisableSpecificWarnings>4819</DisableSpecificWarnings> |
114 | 120 | </ClCompile> |
115 | 121 | <Link> |
116 | 122 | <SubSystem>Windows</SubSystem> |
|
147 | 153 | <ConformanceMode>true</ConformanceMode> |
148 | 154 | <PrecompiledHeader>Use</PrecompiledHeader> |
149 | 155 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 156 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 157 | + <DisableSpecificWarnings>4819</DisableSpecificWarnings> |
150 | 158 | </ClCompile> |
151 | 159 | <Link> |
152 | 160 | <SubSystem>Windows</SubSystem> |
|
0 commit comments