File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
XEngine_Example/AIApi_APPExample Expand file tree Collapse file tree 1 file changed +9
-0
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|x64'" >
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|ARM64'" >
116+ <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
117+ </PropertyGroup >
109118 <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
110119 <VcpkgUseStatic >true</VcpkgUseStatic >
111120 <VcpkgUseMD >true</VcpkgUseMD >
You can’t perform that action at this time.
0 commit comments