We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbc450 commit 076fdf6Copy full SHA for 076fdf6
zig-toolsets.proj
@@ -1,5 +1,7 @@
1
<Project Sdk="Microsoft.Build.Traversal">
2
<ItemGroup>
3
- <ProjectReference Include="src/*-*/*.proj" />
+ <!-- TODO: https://github.com/vezel-dev/zig-toolsets/issues/15 -->
4
+ <ProjectReference Include="src/*-*/*.proj"
5
+ Exclude="src/win-x86/win-x86.proj" />
6
</ItemGroup>
7
</Project>
0 commit comments