Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2015-02-16 13:45:33 +0300
committerJoão Matos <joao@tritao.eu>2015-02-16 15:38:40 +0300
commit25969466b5339ed263eaca87d5181ce5c4ef9baa (patch)
treed9a9add743067c3bceb7f1835cb05bd13514b163 /msvc
parentbc57fda921d7c35dd7f52f71bdbdff9e831f328e (diff)
[aot] Re-organize JSON dumping code.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libmonoutils.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index 681f758ed7e..a091267ea89 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -73,6 +73,7 @@
<ClCompile Include="..\mono\utils\mono-hwcap.c" />
<ClCompile Include="..\mono\utils\mono-hwcap-x86.c" />
<ClCompile Include="..\mono\utils\bsearch.c" />
+ <ClInclude Include="..\mono\utils\json.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\mono\utils\dlmalloc.h" />
@@ -134,6 +135,7 @@
<ClInclude Include="..\mono\utils\mono-hwcap.h" />
<ClInclude Include="..\mono\utils\mono-hwcap-x86.h" />
<ClInclude Include="..\mono\utils\bsearch.h" />
+ <ClInclude Include="..\mono\utils\json.h" />
</ItemGroup>
<ItemGroup>
<MASM Include="..\mono\utils\win64.asm">