Remove unnecessary PostBuildEvent from D2k project

This commit is contained in:
rob-v
2017-05-17 21:17:01 +02:00
committed by Oliver Brakmann
parent f0ffb4e8d9
commit b0f1059df2

View File

@@ -89,11 +89,6 @@
<Compile Include="Lint\CheckImportActors.cs" />
<Compile Include="PackageLoaders\D2kSoundResources.cs" />
</ItemGroup>
<PropertyGroup>
<PostBuildEvent>mkdir "$(SolutionDir)mods/d2k/"
copy "$(TargetPath)" "$(SolutionDir)mods/d2k/"
cd "$(SolutionDir)"</PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj">
<Project>{0DFB103F-2962-400F-8C6D-E2C28CCBA633}</Project>