|
|
@@ -151,9 +151,8 @@
|
|
|
</Outputs>
|
|
|
</CustomBuildStep>
|
|
|
<PreBuildEvent>
|
|
|
- <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /u
|
|
|
-xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
-
|
|
|
+ <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+ xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
copy ..\..\gameplay\res\logo_powered_white.png res</Command>
|
|
|
</PreBuildEvent>
|
|
|
</ItemDefinitionGroup>
|
|
|
@@ -216,10 +215,9 @@ copy ..\..\gameplay\res\logo_powered_white.png res</Command>
|
|
|
</Outputs>
|
|
|
</CustomBuildStep>
|
|
|
<PreBuildEvent>
|
|
|
- <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /u
|
|
|
-xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
-
|
|
|
-copy ..\..\gameplay\res\logo_powered_white.png res</Command>
|
|
|
+ <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+ xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
+ copy ..\..\gameplay\res\logo_powered_white.png res</Command>
|
|
|
</PreBuildEvent>
|
|
|
</ItemDefinitionGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
|
|
|
@@ -284,10 +282,9 @@ copy ..\..\gameplay\res\logo_powered_white.png res</Command>
|
|
|
</Outputs>
|
|
|
</CustomBuildStep>
|
|
|
<PreBuildEvent>
|
|
|
- <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /u
|
|
|
-xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
-
|
|
|
-copy ..\..\gameplay\res\logo_powered_white.png res</Command>
|
|
|
+ <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+ xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
+ copy ..\..\gameplay\res\logo_powered_white.png res</Command>
|
|
|
</PreBuildEvent>
|
|
|
</ItemDefinitionGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|