diff options
Diffstat (limited to 'PCbuild/pginstrument.props')
-rw-r--r-- | PCbuild/pginstrument.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pginstrument.props b/PCbuild/pginstrument.props index 5584995d20..22fac2e772 100644 --- a/PCbuild/pginstrument.props +++ b/PCbuild/pginstrument.props @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="UserMacros"> - <OutDirPGI>$(SolutionDir)$(Platform)-pgi\</OutDirPGI> + <OutDirPGI>$(SolutionDir)$(Platform)-pgi</OutDirPGI> </PropertyGroup> <PropertyGroup> <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |