|
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"> |
|
75 | 75 | <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath> |
76 | 76 | <OutDir>$(SolutionDir)$(Configuration)\XEngine_Plugin\</OutDir> |
77 | 77 | </PropertyGroup> |
| 78 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 79 | + <IncludePath>$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath> |
| 80 | + <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath> |
| 81 | + </PropertyGroup> |
| 82 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 83 | + <IncludePath>$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath> |
| 84 | + <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
| 85 | + </PropertyGroup> |
| 86 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 87 | + <IncludePath>$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath> |
| 88 | + <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
| 89 | + </PropertyGroup> |
78 | 90 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
79 | 91 | <ClCompile> |
80 | 92 | <WarningLevel>Level3</WarningLevel> |
|
97 | 109 | <FunctionLevelLinking>true</FunctionLevelLinking> |
98 | 110 | <IntrinsicFunctions>true</IntrinsicFunctions> |
99 | 111 | <SDLCheck>true</SDLCheck> |
100 | | - <PreprocessorDefinitions>WIN32;NDEBUG;MODULEPLUGINTIMEZONE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 112 | + <PreprocessorDefinitions>WIN32;NDEBUG;MODULEPLUGINTIMEZONE_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
101 | 113 | <ConformanceMode>true</ConformanceMode> |
102 | 114 | <PrecompiledHeader>Use</PrecompiledHeader> |
103 | 115 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
115 | 127 | <ClCompile> |
116 | 128 | <WarningLevel>Level3</WarningLevel> |
117 | 129 | <SDLCheck>true</SDLCheck> |
118 | | - <PreprocessorDefinitions>_DEBUG;MODULEPLUGINTIMEZONE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 130 | + <PreprocessorDefinitions>_DEBUG;MODULEPLUGINTIMEZONE_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
119 | 131 | <ConformanceMode>true</ConformanceMode> |
120 | 132 | <PrecompiledHeader>Use</PrecompiledHeader> |
121 | 133 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
133 | 145 | <FunctionLevelLinking>true</FunctionLevelLinking> |
134 | 146 | <IntrinsicFunctions>true</IntrinsicFunctions> |
135 | 147 | <SDLCheck>true</SDLCheck> |
136 | | - <PreprocessorDefinitions>NDEBUG;MODULEPLUGINTIMEZONE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 148 | + <PreprocessorDefinitions>NDEBUG;MODULEPLUGINTIMEZONE_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
137 | 149 | <ConformanceMode>true</ConformanceMode> |
138 | 150 | <PrecompiledHeader>Use</PrecompiledHeader> |
139 | 151 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
0 commit comments