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, 3 insertions, 1 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj
index 132a56ea5..42b1a449d 100644
--- a/source/slang/slang.vcxproj
+++ b/source/slang/slang.vcxproj
@@ -198,6 +198,7 @@
<ClInclude Include="ir-specialize-resources.h" />
<ClInclude Include="ir-specialize.h" />
<ClInclude Include="ir-ssa.h" />
+ <ClInclude Include="ir-union.h" />
<ClInclude Include="ir-validate.h" />
<ClInclude Include="ir.h" />
<ClInclude Include="legalize-types.h" />
@@ -252,6 +253,7 @@
<ClCompile Include="ir-specialize-resources.cpp" />
<ClCompile Include="ir-specialize.cpp" />
<ClCompile Include="ir-ssa.cpp" />
+ <ClCompile Include="ir-union.cpp" />
<ClCompile Include="ir-validate.cpp" />
<ClCompile Include="ir.cpp" />
<ClCompile Include="legalize-types.cpp" />
@@ -314,4 +316,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project> \ No newline at end of file