summaryrefslogtreecommitdiff
path: root/build/visual-studio/slang-cpp-extractor/slang-cpp-extractor.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'build/visual-studio/slang-cpp-extractor/slang-cpp-extractor.vcxproj')
-rw-r--r--build/visual-studio/slang-cpp-extractor/slang-cpp-extractor.vcxproj14
1 files changed, 11 insertions, 3 deletions
diff --git a/build/visual-studio/slang-cpp-extractor/slang-cpp-extractor.vcxproj b/build/visual-studio/slang-cpp-extractor/slang-cpp-extractor.vcxproj
index eef3ca1ac..6e5d1cdb2 100644
--- a/build/visual-studio/slang-cpp-extractor/slang-cpp-extractor.vcxproj
+++ b/build/visual-studio/slang-cpp-extractor/slang-cpp-extractor.vcxproj
@@ -162,11 +162,19 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClInclude Include="..\..\..\tools\slang-cpp-extractor\slang-cpp-extractor-diagnostic-defs.h" />
- <ClInclude Include="..\..\..\tools\slang-cpp-extractor\slang-cpp-extractor-diagnostics.h" />
+ <ClInclude Include="..\..\..\tools\slang-cpp-extractor\diagnostic-defs.h" />
+ <ClInclude Include="..\..\..\tools\slang-cpp-extractor\diagnostics.h" />
+ <ClInclude Include="..\..\..\tools\slang-cpp-extractor\identifier-lookup.h" />
+ <ClInclude Include="..\..\..\tools\slang-cpp-extractor\node.h" />
+ <ClInclude Include="..\..\..\tools\slang-cpp-extractor\options.h" />
+ <ClInclude Include="..\..\..\tools\slang-cpp-extractor\parser.h" />
</ItemGroup>
<ItemGroup>
- <ClCompile Include="..\..\..\tools\slang-cpp-extractor\slang-cpp-extractor-diagnostics.cpp" />
+ <ClCompile Include="..\..\..\tools\slang-cpp-extractor\diagnostics.cpp" />
+ <ClCompile Include="..\..\..\tools\slang-cpp-extractor\identifier-lookup.cpp" />
+ <ClCompile Include="..\..\..\tools\slang-cpp-extractor\node.cpp" />
+ <ClCompile Include="..\..\..\tools\slang-cpp-extractor\options.cpp" />
+ <ClCompile Include="..\..\..\tools\slang-cpp-extractor\parser.cpp" />
<ClCompile Include="..\..\..\tools\slang-cpp-extractor\slang-cpp-extractor-main.cpp" />
</ItemGroup>
<ItemGroup>