We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cba14 commit 3379f7aCopy full SHA for 3379f7a
source/slang/slang.vcxproj
@@ -237,7 +237,6 @@
237
<ClCompile Include="syntax.cpp" />
238
<ClCompile Include="token.cpp" />
239
<ClCompile Include="type-layout.cpp" />
240
- <ClCompile Include="val-defs.cpp" />
241
<ClCompile Include="vm.cpp" />
242
</ItemGroup>
243
<ItemGroup>
source/slang/slang.vcxproj.filters
@@ -74,7 +74,6 @@
74
<ClCompile Include="ir-legalize-types.cpp" />
75
<ClCompile Include="ast-legalize.cpp" />
76
<ClCompile Include="legalize-types.cpp" />
77
78
79
80
<CustomBuild Include="core.meta.slang" />
0 commit comments