diff options
Diffstat (limited to 'PCbuild/x64.props')
-rw-r--r-- | PCbuild/x64.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/x64.props b/PCbuild/x64.props index e43ff9d..5f26e68 100644 --- a/PCbuild/x64.props +++ b/PCbuild/x64.props @@ -6,7 +6,7 @@ <PropertyGroup> <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> <_PropertySheetDisplayName>amd64</_PropertySheetDisplayName> - <OutDir>$(SolutionDir)\amd64\</OutDir> + <OutDir>$(SolutionDir)amd64\</OutDir> <IntDir>$(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup> |