|
43 | 43 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
44 | 44 | <UseDebugLibraries>true</UseDebugLibraries> |
45 | 45 | <PlatformToolset>v142</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> |
|
73 | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | 74 | <LinkIncremental>true</LinkIncremental> |
75 | 75 | <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
76 | | - <LibraryPath>$(XEngine_Library);$(LibraryPath)</LibraryPath> |
| 76 | + <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath> |
77 | 77 | </PropertyGroup> |
78 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
79 | 79 | <LinkIncremental>false</LinkIncremental> |
80 | 80 | <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
81 | | - <LibraryPath>$(XEngine_Library);$(LibraryPath)</LibraryPath> |
| 81 | + <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath> |
82 | 82 | </PropertyGroup> |
83 | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
84 | 84 | <LinkIncremental>true</LinkIncremental> |
| 85 | + <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
| 86 | + <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
85 | 87 | </PropertyGroup> |
86 | 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
87 | 89 | <LinkIncremental>false</LinkIncremental> |
88 | 90 | <IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath> |
89 | | - <LibraryPath>$(XEngine_Library);$(LibraryPath)</LibraryPath> |
| 91 | + <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
90 | 92 | </PropertyGroup> |
91 | 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
92 | 94 | <ClCompile> |
|
131 | 133 | <ClCompile> |
132 | 134 | <WarningLevel>Level3</WarningLevel> |
133 | 135 | <SDLCheck>true</SDLCheck> |
134 | | - <PreprocessorDefinitions>_DEBUG;STORAGEMODULESESSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 136 | + <PreprocessorDefinitions>_DEBUG;STORAGEMODULESESSION_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
135 | 137 | <ConformanceMode>true</ConformanceMode> |
136 | 138 | <PrecompiledHeader>Use</PrecompiledHeader> |
137 | 139 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
0 commit comments