Browse Source

Einstellungen angepasst

Kolja Strohm 5 years ago
parent
commit
33985af89b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Network Linux.vcxproj

+ 4 - 4
Network Linux.vcxproj

@@ -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" />