diff options
| author | Tim Foley <tim.foley.is@gmail.com> | 2017-08-14 18:50:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-14 18:50:46 -0700 |
| commit | aeb247cdf02e4dcfc0bb6839cfd291be5128f8ad (patch) | |
| tree | 7314b26e21ded966b6a4fe2430f0421c0c0970bd /source/slang/slang.vcxproj | |
| parent | bb66d6eddd649d8861cecefa2d6ccb7a28a827bc (diff) | |
| parent | 9885c972a6bfa6f856e505cdd90d9b71fdbdadaf (diff) | |
Merge pull request #159 from tfoleyNV/name-type
Name type
Diffstat (limited to 'source/slang/slang.vcxproj')
| -rw-r--r-- | source/slang/slang.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index 7da5c39d6..a212d96ec 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -175,6 +175,7 @@ <ClInclude Include="lexer.h" /> <ClInclude Include="lookup.h" /> <ClInclude Include="modifier-defs.h" /> + <ClInclude Include="name.h" /> <ClInclude Include="object-meta-begin.h" /> <ClInclude Include="object-meta-end.h" /> <ClInclude Include="lower.h" /> @@ -205,6 +206,7 @@ <ClCompile Include="lexer.cpp" /> <ClCompile Include="lookup.cpp" /> <ClCompile Include="lower.cpp" /> + <ClCompile Include="name.cpp" /> <ClCompile Include="options.cpp" /> <ClCompile Include="parameter-binding.cpp" /> <ClCompile Include="parser.cpp" /> |
