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