Fix the warning MSB8028: The intermediate directory (..\x86_Unicode_Release\) contain...
authorHiroshi Inoue <inoue@tpf.co.jp>
Sun, 15 Jun 2014 12:22:29 +0000 (21:22 +0900)
committerHiroshi Inoue <inoue@tpf.co.jp>
Sun, 15 Jun 2014 12:22:29 +0000 (21:22 +0900)
winbuild/pgxalib.vcxproj

index c6f824ec06290ffb01a98d189047266f3b09f05d..4322b9b98b46cb1bb4e61e50dffe47c455440c60 100755 (executable)
@@ -84,7 +84,7 @@
   </PropertyGroup>
 
   <PropertyGroup>
-    <IntDir>$(srcPath)$(TARGET_CPU)_$(TargetType)_$(Configuration)\</IntDir>
+    <IntDir>$(srcPath)$(TARGET_CPU)_$(TargetType)_$(Configuration)\pgxalib\</IntDir>
     <OutDir>$(srcPath)$(TARGET_CPU)_$(TargetType)_$(Configuration)\</OutDir>
   </PropertyGroup>