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
diff options
context:
space:
mode:
authorJoao Matos <joao.matos@xamarin.com>2015-05-25 21:26:15 +0300
committerJoao Matos <joao.matos@xamarin.com>2015-05-25 21:39:38 +0300
commit2f97fa4262ac11396b17a2d4e81c0d29161a37ea (patch)
treecb41e6e43e0e29a97ce818462df1c15612c0cdee /msvc/libmonoutils.vcxproj
parent6ae522d4daa35ffa31b2077d5dca6d95bddc7a42 (diff)
[windows] Updated VS project files.
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index dee2de94794..52e3dc4bc47 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -47,6 +47,8 @@
<ClCompile Include="..\mono\utils\mono-mmap.c" />
<ClCompile Include="..\mono\utils\mono-mutex.c" />
<ClCompile Include="..\mono\utils\mono-networkinterfaces.c" />
+ <ClCompile Include="..\mono\utils\mono-rand.c" />
+ <ClCompile Include="..\mono\utils\mono-threads-state-machine.c" />
<ClCompile Include="..\mono\utils\networking.c" />
<ClCompile Include="..\mono\utils\networking-posix.c" />
<ClCompile Include="..\mono\utils\networking-missing.c" />
@@ -69,7 +71,6 @@
<ClCompile Include="..\mono\utils\mono-value-hash.c" />
<ClCompile Include="..\mono\utils\monobitset.c" />
<ClCompile Include="..\mono\utils\strenc.c" />
- <ClCompile Include="..\mono\utils\strtod.c" />
<ClCompile Include="..\mono\utils\atomic.c" />
<ClCompile Include="..\mono\utils\mono-hwcap.c" />
<ClCompile Include="..\mono\utils\mono-hwcap-x86.c" />
@@ -95,6 +96,7 @@
<ClInclude Include="..\mono\utils\memcheck.h" />
<ClInclude Include="..\mono\utils\mono-codeman.h" />
<ClInclude Include="..\mono\utils\mono-compiler.h" />
+ <ClInclude Include="..\mono\utils\mono-complex.h" />
<ClInclude Include="..\mono\utils\mono-conc-hashtable.h" />
<ClInclude Include="..\mono\utils\mono-context.h" />
<ClInclude Include="..\mono\utils\mono-counters.h" />
@@ -120,6 +122,7 @@
<ClInclude Include="..\mono\utils\mono-proclib.h" />
<ClInclude Include="..\mono\utils\mono-property-hash.h" />
<ClInclude Include="..\mono\utils\mono-publib.h" />
+ <ClInclude Include="..\mono\utils\mono-rand.h" />
<ClInclude Include="..\mono\utils\mono-semaphore.h" />
<ClInclude Include="..\mono\utils\mono-sigcontext.h" />
<ClInclude Include="..\mono\utils\mono-stack-unwinding.h" />
@@ -132,7 +135,6 @@
<ClInclude Include="..\mono\utils\mono-value-hash.h" />
<ClInclude Include="..\mono\utils\monobitset.h" />
<ClInclude Include="..\mono\utils\strenc.h" />
- <ClInclude Include="..\mono\utils\strtod.h" />
<ClInclude Include="..\mono\utils\valgrind.h" />
<ClInclude Include="..\mono\utils\atomic.h" />
<ClInclude Include="..\mono\utils\mono-hwcap.h" />