diff options
Diffstat (limited to 'source/slang/slang.vcxproj')
| -rw-r--r-- | source/slang/slang.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index de1108a1c..6c35986a2 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -234,6 +234,7 @@ <ClInclude Include="slang-ir-type-set.h" /> <ClInclude Include="slang-ir-union.h" /> <ClInclude Include="slang-ir-validate.h" /> + <ClInclude Include="slang-ir-wrap-structured-buffers.h" /> <ClInclude Include="slang-ir.h" /> <ClInclude Include="slang-legalize-types.h" /> <ClInclude Include="slang-lexer.h" /> @@ -316,6 +317,7 @@ <ClCompile Include="slang-ir-type-set.cpp" /> <ClCompile Include="slang-ir-union.cpp" /> <ClCompile Include="slang-ir-validate.cpp" /> + <ClCompile Include="slang-ir-wrap-structured-buffers.cpp" /> <ClCompile Include="slang-ir.cpp" /> <ClCompile Include="slang-legalize-types.cpp" /> <ClCompile Include="slang-lexer.cpp" /> @@ -379,4 +381,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 |
