Kolja Strohm 5 жил өмнө
parent
commit
f3441aa347
1 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  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" />