summaryrefslogtreecommitdiff
path: root/source/slang/slang.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang.vcxproj')
-rw-r--r--source/slang/slang.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj
index c3e936f8a..353da833d 100644
--- a/source/slang/slang.vcxproj
+++ b/source/slang/slang.vcxproj
@@ -275,8 +275,12 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="slang-ast-builder.cpp" />
+ <ClCompile Include="slang-ast-decl.cpp" />
<ClCompile Include="slang-ast-dump.cpp" />
<ClCompile Include="slang-ast-reflect.cpp" />
+ <ClCompile Include="slang-ast-substitutions.cpp" />
+ <ClCompile Include="slang-ast-type.cpp" />
+ <ClCompile Include="slang-ast-val.cpp" />
<ClCompile Include="slang-check-conformance.cpp" />
<ClCompile Include="slang-check-constraint.cpp" />
<ClCompile Include="slang-check-conversion.cpp" />