Explorar el Código

Einstellungen angepasst

Kolja Strohm hace 5 años
padre
commit
26bbb68aa7
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      sql Linux/sql Linux.vcxproj

+ 4 - 4
sql Linux/sql Linux.vcxproj

@@ -39,16 +39,16 @@
     <TargetExt>.so</TargetExt>
     <RemoteProjectDir>$(RemoteRootDir)/sql/debug</RemoteProjectDir>
     <IncludePath>..\..\Framework;../../Framework/debug;/usr/include/postgresql/;$(IncludePath);$(ISenseIncludePath);..\..\Postgres\x64\include</IncludePath>
-    <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
-    <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
+    <OutDir>$(RemoteRootDir)/sql/debug</OutDir>
+    <IntDir>$(RemoteRootDir)/sql/debug</IntDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <IncludePath>..\..\Framework;../../Framework/release;$(IncludePath);$(ISenseIncludePath);/usr/include/postgresql/;..\..\Postgres\x64\include</IncludePath>
     <TargetName>libSQL</TargetName>
     <TargetExt>.so</TargetExt>
     <RemoteProjectDir>$(RemoteRootDir)/sql/release</RemoteProjectDir>
-    <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
-    <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
+    <OutDir>$(RemoteRootDir)/sql/release</OutDir>
+    <IntDir>$(RemoteRootDir)/sql/release</IntDir>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <Link>