|
@@ -39,16 +39,16 @@
|
|
|
<TargetExt>.so</TargetExt>
|
|
|
<RemoteProjectDir>$(RemoteRootDir)/Network/debug</RemoteProjectDir>
|
|
|
<IncludePath>..\Framework;$(IncludePath);$(ISenseIncludePath);../../Framework/release</IncludePath>
|
|
|
- <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
|
|
|
- <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
|
|
|
+ <OutDir>$(RemoteRootDir)/Network/debug</OutDir>
|
|
|
+ <IntDir>$(RemoteRootDir)/Network/debug</IntDir>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
<RemoteProjectDir>$(RemoteRootDir)/Network/release</RemoteProjectDir>
|
|
|
<TargetExt>.so</TargetExt>
|
|
|
<IncludePath>..\Framework;$(IncludePath);$(ISenseIncludePath);../../Framework/release</IncludePath>
|
|
|
<TargetName>libNetwork</TargetName>
|
|
|
- <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
|
|
|
- <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
|
|
|
+ <OutDir>$(RemoteRootDir)/Network/release</OutDir>
|
|
|
+ <IntDir>$(RemoteRootDir)/Network/release</IntDir>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<ClCompile Include="Network\HttpRequest.cpp" />
|