Skip to content

Commit

Permalink
Fix for 'fatal error C1041: cannot open program database' which shoul…
Browse files Browse the repository at this point in the history
…d enable multicore MSBuild
  • Loading branch information
ras0219-msft committed Feb 11, 2016
1 parent af2cd81 commit a075fb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Build/Common.Build.settings
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<PropertyGroup>
<OutputPath>$(BuildRoot)\Binaries\$(Platform)\$(Configuration)\</OutputPath>
<OutDir>$(OutputPath)</OutDir>
<IntDir>$(BuildRoot)\Intermediate\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
<TestRoot>$(BuildRoot)\Release\Tests</TestRoot>
<CasablancaSrcDir>$(BuildRoot)\Release\src</CasablancaSrcDir>
<CasablancaResourceDir>$(BuildRoot)\Release\Resource</CasablancaResourceDir>
Expand Down
1 change: 0 additions & 1 deletion Build/Release.Product.settings
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

<PropertyGroup>
<InternalIncludeDir>$(CasablancaIncludeDir)</InternalIncludeDir>
<IntDir>$(BuildRoot)\Intermediate\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>

<ItemDefinitionGroup>
Expand Down

0 comments on commit a075fb2

Please sign in to comment.