|
@@ -38,15 +38,15 @@
|
|
|
<TargetExt />
|
|
|
<RemoteProjectDir>$(RemoteRootDir)/Server/Startup/debug</RemoteProjectDir>
|
|
|
<IncludePath>..\..\..\..\Allgemein\Framework;..\..\..\..\Allgemein\Network\Network;..\..\..\..\Allgemein\sql\sql;$(IncludePath)</IncludePath>
|
|
|
- <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
|
|
|
- <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
|
|
|
+ <OutDir>$(RemoteRootDir)/Server/Startup/debug</OutDir>
|
|
|
+ <IntDir>$(RemoteRootDir)/Server/Startup/debug</IntDir>
|
|
|
<TargetName>Startup</TargetName>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
<RemoteProjectDir>$(RemoteRootDir)/Server/Startup/release</RemoteProjectDir>
|
|
|
<IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/release;..\..\..\..\Allgemein\Network\Network;../../../Network/release;..\..\..\..\Allgemein\sql\sql;../../../sql/release;$(IncludePath)</IncludePath>
|
|
|
- <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
|
|
|
- <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
|
|
|
+ <OutDir>$(RemoteRootDir)/Server/Startup/release</OutDir>
|
|
|
+ <IntDir>$(RemoteRootDir)/Server/Startup/release</IntDir>
|
|
|
<TargetExt />
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|