Skip to content

Commit

Permalink
Merge pull request #16 from ploosqva/master
Browse files Browse the repository at this point in the history
WebSiteForIntegration post build problem
  • Loading branch information
hammett committed May 6, 2012
2 parents bc7314a + 63a7f01 commit 98c93ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)build\mrtypegen.exe -b:$(TargetPath) -t:$(ProjectDir)Generated</PostBuildEvent>
<PostBuildEvent>"$(SolutionDir)build\mrtypegen.exe" -b:"$(TargetPath)" -t:"$(ProjectDir)Generated"</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.
Expand Down

0 comments on commit 98c93ac

Please sign in to comment.