Parcourir la source

einstellungen angepasst

Kolja Strohm il y a 5 ans
Parent
commit
f3441aa347
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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>$(RemoteRootDir)/Network/debug</OutDir>
-    <IntDir>$(RemoteRootDir)/Network/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>$(RemoteRootDir)/Network/release</OutDir>
-    <IntDir>$(RemoteRootDir)/Network/release</IntDir>
+    <OutDir>$(RemoteRootDir)/Network/release/</OutDir>
+    <IntDir>$(RemoteRootDir)/Network/release/</IntDir>
   </PropertyGroup>
   <ItemGroup>
     <ClCompile Include="Network\HttpRequest.cpp" />