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:
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
parent6ae522d4daa35ffa31b2077d5dca6d95bddc7a42 (diff)
[windows] Updated VS project files.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libmono.vcxproj8
-rw-r--r--msvc/libmonoruntime.vcxproj16
-rw-r--r--msvc/libmonoutils.vcxproj6
3 files changed, 20 insertions, 10 deletions
diff --git a/msvc/libmono.vcxproj b/msvc/libmono.vcxproj
index e602b28bca6..925a6158311 100644
--- a/msvc/libmono.vcxproj
+++ b/msvc/libmono.vcxproj
@@ -56,6 +56,7 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'">true</ExcludedFromBuild>
</ClCompile>
+ <ClCompile Include="..\mono\mini\mini-runtime.c" />
<ClCompile Include="..\mono\mini\mini-windows.c" />
<ClCompile Include="..\mono\mini\mini-x86.c">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
@@ -94,15 +95,12 @@
<ClInclude Include="..\mono\mini\mini-arch.h" />
<ClCompile Include="..\mono\mini\dominators.c" />
<ClCompile Include="..\mono\mini\cfold.c" />
- <ClCompile Include="..\mono\mini\regalloc.c" />
<ClInclude Include="..\mono\mini\regalloc.h" />
<ClCompile Include="..\mono\mini\helpers.c" />
<ClCompile Include="..\mono\mini\liveness.c" />
<ClCompile Include="..\mono\mini\ssa.c" />
<ClCompile Include="..\mono\mini\abcremoval.c" />
<ClInclude Include="..\mono\mini\abcremoval.h" />
- <ClCompile Include="..\mono\mini\ssapre.c" />
- <ClInclude Include="..\mono\mini\ssapre.h" />
<ClCompile Include="..\mono\mini\local-propagation.c" />
<ClCompile Include="..\mono\mini\driver.c" />
<ClCompile Include="..\mono\mini\debug-mini.c" />
@@ -113,8 +111,6 @@
<ClCompile Include="..\mono\mini\mini-codegen.c" />
<ClCompile Include="..\mono\mini\mini-exceptions.c" />
<ClCompile Include="..\mono\mini\mini-trampolines.c " />
- <ClCompile Include="..\mono\mini\declsec.c" />
- <ClInclude Include="..\mono\mini\declsec.h" />
<ClCompile Include="..\mono\mini\tramp-amd64.c">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'">true</ExcludedFromBuild>
@@ -127,10 +123,8 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'">true</ExcludedFromBuild>
</ClCompile>
- <ClCompile Include="..\mono\mini\wapihandles.c" />
<ClCompile Include="..\mono\mini\branch-opts.c" />
<ClCompile Include="..\mono\mini\mini-generic-sharing.c" />
- <ClCompile Include="..\mono\mini\regalloc2.c" />
<ClInclude Include="..\mono\mini\simd-methods.h" />
<ClCompile Include="..\mono\mini\tasklets.c" />
<ClInclude Include="..\mono\mini\tasklets.h" />
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index 5643e934447..84ed279abfc 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug_SGen|Win32">
@@ -45,6 +45,7 @@
<ClCompile Include="..\mono\metadata\console-win32.c" />
<ClCompile Include="..\mono\metadata\coree.c" />
<ClCompile Include="..\mono\metadata\debug-helpers.c" />
+ <ClCompile Include="..\mono\metadata\debug-mono-ppdb.c" />
<ClCompile Include="..\mono\metadata\debug-mono-symfile.c" />
<ClCompile Include="..\mono\metadata\decimal-ms.c" />
<ClCompile Include="..\mono\metadata\domain.c" />
@@ -53,6 +54,7 @@
<ClCompile Include="..\mono\metadata\file-io.c" />
<ClCompile Include="..\mono\metadata\file-mmap-windows.c" />
<ClCompile Include="..\mono\metadata\filewatcher.c" />
+ <ClCompile Include="..\mono\metadata\gc-stats.c" />
<ClCompile Include="..\mono\metadata\gc.c" />
<ClCompile Include="..\mono\metadata\icall.c" />
<ClCompile Include="..\mono\metadata\image.c" />
@@ -78,6 +80,7 @@
<ClCompile Include="..\mono\metadata\mono-wsq.c" />
<ClCompile Include="..\mono\metadata\nacl-stub.c" />
<ClCompile Include="..\mono\metadata\null-gc.c" />
+ <ClCompile Include="..\mono\metadata\number-ms.c" />
<ClCompile Include="..\mono\metadata\object.c" />
<ClCompile Include="..\mono\metadata\opcodes.c" />
<ClCompile Include="..\mono\metadata\process.c" />
@@ -88,6 +91,10 @@
<ClCompile Include="..\mono\metadata\security-core-clr.c" />
<ClCompile Include="..\mono\metadata\security-manager.c" />
<ClCompile Include="..\mono\metadata\mono-security.c" />
+ <ClCompile Include="..\mono\metadata\seq-points-data.c" />
+ <ClCompile Include="..\mono\metadata\sgen-mono.c" />
+ <ClCompile Include="..\mono\metadata\threadpool-ms-io.c" />
+ <ClCompile Include="..\mono\metadata\threadpool-ms.c" />
<ClCompile Include="..\mono\sgen\sgen-alloc.c" />
<ClCompile Include="..\mono\metadata\sgen-bridge.c" />
<ClCompile Include="..\mono\sgen\sgen-cardtable.c" />
@@ -115,6 +122,7 @@
<ClCompile Include="..\mono\sgen\sgen-split-nursery.c" />
<ClCompile Include="..\mono\metadata\sgen-tarjan-bridge.c" />
<ClCompile Include="..\mono\metadata\sgen-toggleref.c" />
+ <ClCompile Include="..\mono\sgen\sgen-thread-pool.c" />
<ClCompile Include="..\mono\sgen\sgen-workers.c" />
<ClCompile Include="..\mono\sgen\sgen-fin-weak-hash.c" />
<ClCompile Include="..\mono\metadata\sgen-stw.c" />
@@ -141,6 +149,7 @@
<ClInclude Include="..\mono\metadata\culture-info-tables.h" />
<ClInclude Include="..\mono\metadata\culture-info.h" />
<ClInclude Include="..\mono\metadata\debug-helpers.h" />
+ <ClInclude Include="..\mono\metadata\debug-mono-ppdb.h" />
<ClInclude Include="..\mono\metadata\debug-mono-symfile.h" />
<ClInclude Include="..\mono\metadata\decimal.h" />
<ClInclude Include="..\mono\metadata\domain-internals.h" />
@@ -149,6 +158,10 @@
<ClInclude Include="..\mono\metadata\file-io.h" />
<ClInclude Include="..\mono\metadata\filewatcher.h" />
<ClInclude Include="..\mono\metadata\gc-internal.h" />
+ <ClInclude Include="..\mono\metadata\number-ms.h" />
+ <ClInclude Include="..\mono\metadata\seq-points-data.h" />
+ <ClInclude Include="..\mono\metadata\threadpool-ms-io.h" />
+ <ClInclude Include="..\mono\metadata\threadpool-ms.h" />
<ClInclude Include="..\mono\sgen\gc-internal-agnostic.h" />
<ClInclude Include="..\mono\metadata\icall-def.h" />
<ClInclude Include="..\mono\metadata\image.h" />
@@ -207,6 +220,7 @@
<ClInclude Include="..\mono\sgen\sgen-qsort.h" />
<ClInclude Include="..\mono\sgen\sgen-scan-object.h" />
<ClInclude Include="..\mono\metadata\sgen-toggleref.h" />
+ <ClInclude Include="..\mono\sgen\sgen-thread-pool.h" />
<ClInclude Include="..\mono\sgen\sgen-workers.h" />
<ClInclude Include="..\mono\metadata\socket-io.h" />
<ClInclude Include="..\mono\metadata\string-icalls.h" />
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" />