File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
XEngine_Example/MSGNotify_APPExample
XEngine_Module/XEngine_MSGNotify Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 106106 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
107107 <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
108108 </PropertyGroup >
109+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
110+ <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
111+ </PropertyGroup >
112+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
113+ <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
114+ </PropertyGroup >
115+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
116+ <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
117+ </PropertyGroup >
109118 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
110119 <ClCompile >
111120 <WarningLevel >Level3</WarningLevel >
Original file line number Diff line number Diff line change 177177 <ClCompile >
178178 <WarningLevel >Level3</WarningLevel >
179179 <SDLCheck >true</SDLCheck >
180- <PreprocessorDefinitions >_DEBUG;XENGINEMSGNOTIFY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
180+ <PreprocessorDefinitions >_DEBUG;XENGINEMSGNOTIFY_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS; %(PreprocessorDefinitions)</PreprocessorDefinitions >
181181 <ConformanceMode >true</ConformanceMode >
182182 <PrecompiledHeader >Use</PrecompiledHeader >
183183 <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
You can’t perform that action at this time.
0 commit comments