File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
XEngine_Source/StorageModule_APIHelp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
7979 <LinkIncremental >false</LinkIncremental >
8080 <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
81- <LibraryPath >$(XEngine_Library );$(LibraryPath)</LibraryPath >
81+ <LibraryPath >$(XEngine_Lib32 );$(LibraryPath)</LibraryPath >
8282 </PropertyGroup >
8383 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
8484 <LinkIncremental >true</LinkIncremental >
8585 </PropertyGroup >
8686 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
8787 <LinkIncremental >false</LinkIncremental >
8888 <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
89- <LibraryPath >$(XEngine_Library );$(LibraryPath)</LibraryPath >
89+ <LibraryPath >$(XEngine_Lib64 );$(LibraryPath)</LibraryPath >
9090 </PropertyGroup >
9191 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
9292 <ClCompile >
You can’t perform that action at this time.
0 commit comments