Explorar el Código

projekteinstellungen angepasst

Kolja Strohm hace 4 años
padre
commit
4cc723a4c3
Se han modificado 1 ficheros con 10 adiciones y 6 borrados
  1. 10 6
      StickmanWorldOnline/StickmanWorldOnline.vcxproj

+ 10 - 6
StickmanWorldOnline/StickmanWorldOnline.vcxproj

@@ -52,10 +52,12 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <UseDebugLibraries>true</UseDebugLibraries>
     <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     <UseDebugLibraries>false</UseDebugLibraries>
     <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings" />
@@ -63,18 +65,20 @@
   <ImportGroup Label="PropertySheets" />
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
-    <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
-    <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
+    <OutDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/debug</OutDir>
+    <IntDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/debug</IntDir>
     <TargetExt>.so</TargetExt>
-    <RemoteProjectDir>$(RemoteRootDir)/Spiele/$(ProjectName)/debug</RemoteProjectDir>
+    <RemoteProjectDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/debug</RemoteProjectDir>
     <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\..\Allgemein\Network\Network;../../../Framework/debug;../../../Network/debug;..\Linie;$(IncludePath)</IncludePath>
+    <TargetName>StickmanWorldOnline</TargetName>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
-    <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
-    <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
+    <OutDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/release</OutDir>
+    <IntDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/release</IntDir>
     <TargetExt>.so</TargetExt>
-    <RemoteProjectDir>$(RemoteRootDir)/Spiele/$(ProjectName)/release</RemoteProjectDir>
+    <RemoteProjectDir>$(RemoteRootDir)/Spiele/StickmanWorldOnline/release</RemoteProjectDir>
     <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\..\Allgemein\Network\Network;../../../Framework/release;../../../Network/release;..\Linie;$(IncludePath)</IncludePath>
+    <TargetName>StickmanWorldOnline</TargetName>
   </PropertyGroup>
   <ItemGroup>
     <ClCompile Include="Aktionen.cpp" />