diff options
| author | Yong He <yonghe@outlook.com> | 2020-08-28 14:56:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-28 14:56:53 -0700 |
| commit | baa789e0c9109bcb1e717ce4a9953709e7345e55 (patch) | |
| tree | 8c3abaf4e856a0048b3614370469db41049b817c /source/slang | |
| parent | 9a2a35f9282570ed075ebc2313f4aa9ed7a643ce (diff) | |
Add OrderedDictionary to core. (#1523)
Diffstat (limited to 'source/slang')
| -rw-r--r-- | source/slang/slang.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index 563014c5b..dcbc3865e 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -417,4 +417,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 |
