summaryrefslogtreecommitdiff
path: root/src/dirs.proj
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirs.proj')
-rw-r--r--src/dirs.proj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dirs.proj b/src/dirs.proj
index 6eab0285c7..84b1e58128 100644
--- a/src/dirs.proj
+++ b/src/dirs.proj
@@ -46,7 +46,9 @@
<ProjectFile Include="jit32\dirs.proj" Condition="'$(BuildArchitecture)' != 'amd64' and '$(BuildArchitecture)' != 'arm64'" />
<ProjectFile Include="jit64\dirs.proj" Condition="'$(BuildProjectName)' != 'CoreSys'" />
- <ProjectFile Include="tools\dirs.proj" />
+ <ProjectFile Include="tools\dirs.proj" >
+ <ProductGroups>FX;PK</ProductGroups>
+ </ProjectFile>
<ProjectFile Include="toolbox\dirs.proj" >
<ProductGroups>FX;PK</ProductGroups>
</ProjectFile>