Fixed postbuild event when path contains spaces

This commit is contained in:
Xawotihs
2011-05-23 20:28:18 +00:00
parent 00aa339a1b
commit 07ca0c19c3

View File

@@ -106,7 +106,7 @@
<CLRUnmanagedCodeCheck>false</CLRUnmanagedCodeCheck>
</Link>
<PostBuildEvent>
<Command>copy $(TargetPath) ..\..\..\..\..\projects\mtg\bin</Command>
<Command>copy "$(TargetPath)" "$(MSBuildProjectDirectory)\..\..\..\..\..\projects\mtg\bin"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -177,7 +177,7 @@
<SubSystem>Windows</SubSystem>
</Link>
<PostBuildEvent>
<Command>copy $(TargetPath) ..\..\..\..\..\projects\mtg\bin</Command>
<Command>copy "$(TargetPath)" "$(MSBuildProjectDirectory)\..\..\..\..\..\projects\mtg\bin"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">