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:
authorJoão Matos <joao@tritao.eu>2015-02-24 21:43:46 +0300
committerJoão Matos <joao@tritao.eu>2015-02-24 21:46:04 +0300
commit220afd9d4984fd3dc8dcff519ff2e9a85298ebe5 (patch)
tree9934a2dedecbcc867bb613b320a556dfb0076768 /msvc
parent46c30d31f8867f42db17533209b01effda7ea15f (diff)
[runtime] Fixed the MSVC build.
Even though this seems like it's just moving the files around in the project, for some reason it makes a difference to VS.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libmonoutils.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index a091267ea89..074b868e1ee 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -22,6 +22,7 @@
<ItemGroup>
<ClCompile Include="..\mono\utils\dlmalloc.c" />
<ClCompile Include="..\mono\utils\hazard-pointer.c" />
+ <ClCompile Include="..\mono\utils\json.c" />
<ClCompile Include="..\mono\utils\lock-free-alloc.c" />
<ClCompile Include="..\mono\utils\lock-free-array-queue.c" />
<ClCompile Include="..\mono\utils\lock-free-queue.c" />
@@ -73,7 +74,6 @@
<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" />
@@ -84,6 +84,7 @@
<ClInclude Include="..\mono\utils\freebsd-elf_common.h" />
<ClInclude Include="..\mono\utils\gc_wrapper.h" />
<ClInclude Include="..\mono\utils\hazard-pointer.h" />
+ <ClInclude Include="..\mono\utils\json.h" />
<ClInclude Include="..\mono\utils\linux_magic.h" />
<ClInclude Include="..\mono\utils\lock-free-alloc.h" />
<ClInclude Include="..\mono\utils\lock-free-array-queue.h" />
@@ -135,7 +136,6 @@
<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">