Put quotes around post build event

This commit is contained in:
high 2011-06-05 19:11:56 -04:00
parent 18a3265ab3
commit ed3116e796

View file

@ -54,6 +54,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="BanManager.cs" />
<Compile Include="Commands.cs" />
<Compile Include="ConfigFile.cs" />
<Compile Include="ConfigurationManager.cs" />
@ -88,7 +89,7 @@
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)\myass.bat</PostBuildEvent>
<PostBuildEvent>"$(SolutionDir)\myass.bat"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.