Browse Source

fix release build path for linux

Kolja Strohm 3 weeks ago
parent
commit
e26a7ee754
2 changed files with 5 additions and 3 deletions
  1. 4 0
      Network Linux.vcxproj
  2. 1 3
      Network Linux.vcxproj.filters

+ 4 - 0
Network Linux.vcxproj

@@ -31,6 +31,7 @@
     <UseDebugLibraries>false</UseDebugLibraries>
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
+    <RemoteProjectRelDir>/home/kolja/projects/Network/release/</RemoteProjectRelDir>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings" />
@@ -57,6 +58,9 @@
     <OutDir>$(RemoteRootDir)/Network/release/</OutDir>
     <IntDir>$(RemoteRootDir)/Network/release/</IntDir>
     <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
+    <RemoteIntRelDir>/home/kolja/projects/Network/release/</RemoteIntRelDir>
+    <RemoteOutRelDir>/home/kolja/projects/Network/release/</RemoteOutRelDir>
+    <RemoteDeployDir>/home/kolja/projects/Network/release/</RemoteDeployDir>
   </PropertyGroup>
   <ItemGroup>
     <ClCompile Include="Network\HttpRequest.cpp" />

+ 1 - 3
Network Linux.vcxproj.filters

@@ -21,6 +21,7 @@
     <ClCompile Include="Network\HttpRequest.cpp">
       <Filter>Quelldateien</Filter>
     </ClCompile>
+    <ClCompile Include="Network\Client.h" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="Network\Server.h">
@@ -29,9 +30,6 @@
     <ClInclude Include="Network\Network.h">
       <Filter>Headerdateien</Filter>
     </ClInclude>
-    <ClInclude Include="Network\Client.h">
-      <Filter>Headerdateien</Filter>
-    </ClInclude>
     <ClInclude Include="Network\HttpRequest.h">
       <Filter>Headerdateien</Filter>
     </ClInclude>