|
@@ -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>$(RemoteRootDir)/sql/debug</OutDir>
|
|
|
- <IntDir>$(RemoteRootDir)/sql/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>$(RemoteRootDir)/sql/release</OutDir>
|
|
|
- <IntDir>$(RemoteRootDir)/sql/release</IntDir>
|
|
|
+ <OutDir>$(RemoteRootDir)/sql/release/</OutDir>
|
|
|
+ <IntDir>$(RemoteRootDir)/sql/release/</IntDir>
|
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
<Link>
|