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