|
@@ -54,16 +54,16 @@
|
|
<RemoteProjectDir>$(RemoteRootDir)/gsl/release</RemoteProjectDir>
|
|
<RemoteProjectDir>$(RemoteRootDir)/gsl/release</RemoteProjectDir>
|
|
<SourcePath>
|
|
<SourcePath>
|
|
</SourcePath>
|
|
</SourcePath>
|
|
- <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
|
|
|
|
- <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
|
|
|
|
|
|
+ <OutDir>$(RemoteRootDir)/gsl/release</OutDir>
|
|
|
|
+ <IntDir>$(RemoteRootDir)/gsl/release</IntDir>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<IncludePath>..\..\Framework;../../Framework/debug;$(IncludePath);$(ISenseIncludePath);../GSL/Include</IncludePath>
|
|
<IncludePath>..\..\Framework;../../Framework/debug;$(IncludePath);$(ISenseIncludePath);../GSL/Include</IncludePath>
|
|
<TargetName>dbggsl</TargetName>
|
|
<TargetName>dbggsl</TargetName>
|
|
<TargetExt>.so</TargetExt>
|
|
<TargetExt>.so</TargetExt>
|
|
<RemoteProjectDir>$(RemoteRootDir)/gsl/debug</RemoteProjectDir>
|
|
<RemoteProjectDir>$(RemoteRootDir)/gsl/debug</RemoteProjectDir>
|
|
- <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
|
|
|
|
- <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
|
|
|
|
|
|
+ <OutDir>$(RemoteRootDir)/gsl/debug</OutDir>
|
|
|
|
+ <IntDir>$(RemoteRootDir)/gsl/debug</IntDir>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Link>
|
|
<Link>
|