Skip to content

Commit 5263611

Browse files
committed
ci:build failed
1 parent 2d008c9 commit 5263611

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

XEngine_Example/MSGNotify_APPExample/MSGNotify_APPExample.vcxproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,15 @@
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>

XEngine_Module/XEngine_MSGNotify/XEngine_MSGNotify.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
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>

0 commit comments

Comments
 (0)