|
@@ -38,15 +38,15 @@
|
|
<RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</RemoteProjectDir>
|
|
<RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</RemoteProjectDir>
|
|
<IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\..\..\..\Allgemein\sql\sql;../../../sql/debug;$(IncludePath)</IncludePath>
|
|
<IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\..\..\..\Allgemein\sql\sql;../../../sql/debug;$(IncludePath)</IncludePath>
|
|
<TargetExt />
|
|
<TargetExt />
|
|
- <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
|
|
|
|
- <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
|
|
|
|
|
|
+ <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</OutDir>
|
|
|
|
+ <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</IntDir>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<TargetExt />
|
|
<TargetExt />
|
|
<RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/release</RemoteProjectDir>
|
|
<RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/release</RemoteProjectDir>
|
|
<IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/release;..\..\..\..\Allgemein\Network\Network;../../../Network/release;..\..\..\..\Allgemein\sql\sql;../../../sql/release;$(IncludePath)</IncludePath>
|
|
<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/$(ProjectName)/release</OutDir>
|
|
|
|
+ <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/release</IntDir>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Datenbank.cpp" />
|
|
<ClCompile Include="Datenbank.cpp" />
|