[runtime] Fixed the MSVC build.
authorJoão Matos <joao@tritao.eu>
Tue, 24 Feb 2015 18:43:46 +0000 (18:43 +0000)
committerJoão Matos <joao@tritao.eu>
Tue, 24 Feb 2015 18:46:04 +0000 (18:46 +0000)
Even though this seems like it's just moving the files around in the project, for some reason it makes a difference to VS.

msvc/libmonoutils.vcxproj

index a091267ea896a81a1d73d318bf8f266ea67ad41f..074b868e1eeada4e58912ae627d962a7c6bc2965 100644 (file)
@@ -22,6 +22,7 @@
   <ItemGroup>\r
     <ClCompile Include="..\mono\utils\dlmalloc.c" />\r
     <ClCompile Include="..\mono\utils\hazard-pointer.c" />\r
+    <ClCompile Include="..\mono\utils\json.c" />\r
     <ClCompile Include="..\mono\utils\lock-free-alloc.c" />\r
     <ClCompile Include="..\mono\utils\lock-free-array-queue.c" />\r
     <ClCompile Include="..\mono\utils\lock-free-queue.c" />\r
@@ -73,7 +74,6 @@
     <ClCompile Include="..\mono\utils\mono-hwcap.c" />\r
     <ClCompile Include="..\mono\utils\mono-hwcap-x86.c" />\r
     <ClCompile Include="..\mono\utils\bsearch.c" />\r
-    <ClInclude Include="..\mono\utils\json.c" />    \r
   </ItemGroup>\r
   <ItemGroup>\r
     <ClInclude Include="..\mono\utils\dlmalloc.h" />\r
@@ -84,6 +84,7 @@
     <ClInclude Include="..\mono\utils\freebsd-elf_common.h" />\r
     <ClInclude Include="..\mono\utils\gc_wrapper.h" />\r
     <ClInclude Include="..\mono\utils\hazard-pointer.h" />\r
+    <ClInclude Include="..\mono\utils\json.h" />\r
     <ClInclude Include="..\mono\utils\linux_magic.h" />\r
     <ClInclude Include="..\mono\utils\lock-free-alloc.h" />\r
     <ClInclude Include="..\mono\utils\lock-free-array-queue.h" />\r
     <ClInclude Include="..\mono\utils\mono-hwcap.h" />\r
     <ClInclude Include="..\mono\utils\mono-hwcap-x86.h" />\r
     <ClInclude Include="..\mono\utils\bsearch.h" />\r
-    <ClInclude Include="..\mono\utils\json.h" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     <MASM Include="..\mono\utils\win64.asm">\r