summaryrefslogtreecommitdiff
path: root/source/core/core.vcxproj
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2020-08-28 14:56:53 -0700
committerGitHub <noreply@github.com>2020-08-28 14:56:53 -0700
commitbaa789e0c9109bcb1e717ce4a9953709e7345e55 (patch)
tree8c3abaf4e856a0048b3614370469db41049b817c /source/core/core.vcxproj
parent9a2a35f9282570ed075ebc2313f4aa9ed7a643ce (diff)
Add OrderedDictionary to core. (#1523)
Diffstat (limited to 'source/core/core.vcxproj')
-rw-r--r--source/core/core.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/core/core.vcxproj b/source/core/core.vcxproj
index 9676bb989..521adc790 100644
--- a/source/core/core.vcxproj
+++ b/source/core/core.vcxproj
@@ -185,6 +185,7 @@
<ClInclude Include="slang-hash.h" />
<ClInclude Include="slang-hex-dump-util.h" />
<ClInclude Include="slang-io.h" />
+ <ClInclude Include="slang-linked-list.h" />
<ClInclude Include="slang-list.h" />
<ClInclude Include="slang-math.h" />
<ClInclude Include="slang-memory-arena.h" />
@@ -253,4 +254,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