Skip to content

Commit a075fb2

Browse files
committed
Fix for 'fatal error C1041: cannot open program database' which should enable multicore MSBuild
1 parent af2cd81 commit a075fb2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Build/Common.Build.settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<PropertyGroup>
3737
<OutputPath>$(BuildRoot)\Binaries\$(Platform)\$(Configuration)\</OutputPath>
3838
<OutDir>$(OutputPath)</OutDir>
39+
<IntDir>$(BuildRoot)\Intermediate\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
3940
<TestRoot>$(BuildRoot)\Release\Tests</TestRoot>
4041
<CasablancaSrcDir>$(BuildRoot)\Release\src</CasablancaSrcDir>
4142
<CasablancaResourceDir>$(BuildRoot)\Release\Resource</CasablancaResourceDir>

Build/Release.Product.settings

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
<PropertyGroup>
3434
<InternalIncludeDir>$(CasablancaIncludeDir)</InternalIncludeDir>
35-
<IntDir>$(BuildRoot)\Intermediate\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
3635
</PropertyGroup>
3736

3837
<ItemDefinitionGroup>

0 commit comments

Comments
 (0)