|
@@ -88,16 +88,19 @@
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
<IncludePath>..\..\Framework;$(IncludePath)</IncludePath>
|
|
|
<LibraryPath>..\..\Framework\x64\Debug;$(LibraryPath)</LibraryPath>
|
|
|
+ <OutDir>..\$(Platform)\$(Configuration)\</OutDir>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
<IncludePath>..\..\Framework;$(IncludePath)</IncludePath>
|
|
|
<LibraryPath>..\..\Framework\Release;$(LibraryPath)</LibraryPath>
|
|
|
+ <OutDir>..\$(Configuration)\</OutDir>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
<IncludePath>..\..\Framework;$(IncludePath)</IncludePath>
|
|
|
<LibraryPath>..\..\Framework\x64\Release;$(LibraryPath)</LibraryPath>
|
|
|
+ <OutDir>..\$(Platform)\$(Configuration)\</OutDir>
|
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<ClCompile>
|
|
@@ -127,8 +130,8 @@
|
|
|
<AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
</Link>
|
|
|
<CustomBuildStep>
|
|
|
- <Command>copy "x64\Debug\GSL.dll" "..\..\..\Spiele Platform\Klient\patcher\patcher\data\bin\GSL.dll"
|
|
|
-copy "x64\Debug\GSL.dll" "..\..\..\Spiele Platform\Klient\Fertig\Debug\x64\data\bin\GSL.dll"</Command>
|
|
|
+ <Command>copy "..\x64\Debug\GSL.dll" "..\..\..\Spiele Platform\Klient\patcher\patcher\data\bin\GSL.dll"
|
|
|
+copy "..\x64\Debug\GSL.dll" "..\..\..\Spiele Platform\Klient\Fertig\Debug\x64\data\bin\GSL.dll"</Command>
|
|
|
</CustomBuildStep>
|
|
|
<CustomBuildStep>
|
|
|
<Outputs>kopieren...;%(Outputs)</Outputs>
|
|
@@ -153,7 +156,7 @@ copy "x64\Debug\GSL.dll" "..\..\..\Spiele Platform\Klient\Fertig\Debug\x64\data\
|
|
|
<AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
</Link>
|
|
|
<CustomBuildStep>
|
|
|
- <Command>copy "Release\GSL.dll" "..\..\..\Spiele Platform\Klient\Fertig\x32\data\bin\GSL.dll"</Command>
|
|
|
+ <Command>copy "..\Release\GSL.dll" "..\..\..\Spiele Platform\Klient\Fertig\x32\data\bin\GSL.dll"</Command>
|
|
|
</CustomBuildStep>
|
|
|
<CustomBuildStep>
|
|
|
<Outputs>kopieren...;%(Outputs)</Outputs>
|
|
@@ -178,7 +181,7 @@ copy "x64\Debug\GSL.dll" "..\..\..\Spiele Platform\Klient\Fertig\Debug\x64\data\
|
|
|
<AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
</Link>
|
|
|
<CustomBuildStep>
|
|
|
- <Command>copy "x64\Release\GSL.dll" "..\..\..\Spiele Platform\Klient\Fertig\x64\data\bin\GSL.dll"</Command>
|
|
|
+ <Command>copy "..\x64\Release\GSL.dll" "..\..\..\Spiele Platform\Klient\Fertig\x64\data\bin\GSL.dll"</Command>
|
|
|
</CustomBuildStep>
|
|
|
<CustomBuildStep>
|
|
|
<Outputs>kopieren...;%(Outputs)</Outputs>
|