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:
authorlateralusX <lateralusx.github@gmail.com>2016-10-13 10:41:12 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-10-13 10:41:12 +0300
commit058f4dc12ba126a7c7233ef431ff738ac2579d26 (patch)
tree96f57fea35df478330e31cbafdfed9716806f2f3 /msvc/libmonoruntime.vcxproj
parentb40bfda0e224a5c923cbd9fde1b09a36998880d9 (diff)
Build libmonoruntime under none desktop Windows API family.
Initial work to build libmonoruntime under none desktop Windows API families.
Diffstat (limited to 'msvc/libmonoruntime.vcxproj')
-rw-r--r--msvc/libmonoruntime.vcxproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index 27b57943223..06836b9b0f8 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -27,6 +27,11 @@
<ClCompile Include="..\mono\metadata\cominterop.c" />
<ClCompile Include="..\mono\metadata\console-win32.c" />
<ClCompile Include="..\mono\metadata\socket-io-windows.c" />
+ <ClCompile Include="..\mono\metadata\file-io-windows.c" />
+ <ClCompile Include="..\mono\metadata\icall-windows.c" />
+ <ClCompile Include="..\mono\metadata\marshal-windows.c" />
+ <ClCompile Include="..\mono\metadata\mono-security-windows.c" />
+ <ClCompile Include="..\mono\metadata\process-windows.c" />
<ClCompile Include="..\mono\metadata\w32mutex-win32.c" />
<ClCompile Include="..\mono\metadata\w32semaphore-win32.c" />
<ClCompile Include="..\mono\metadata\w32event-win32.c" />
@@ -124,6 +129,8 @@
<ClInclude Include="..\mono\metadata\class.h" />
<ClInclude Include="..\mono\metadata\cominterop.h" />
<ClInclude Include="..\mono\metadata\console-io.h" />
+ <ClInclude Include="..\mono\metadata\console-win32-internals.h" />
+ <ClInclude Include="..\mono\metadata\coree-internals.h" />
<ClInclude Include="..\mono\metadata\coree.h" />
<ClInclude Include="..\mono\metadata\culture-info-tables.h" />
<ClInclude Include="..\mono\metadata\culture-info.h" />
@@ -136,11 +143,20 @@
<ClInclude Include="..\mono\metadata\dynamic-stream-internals.h" />
<ClInclude Include="..\mono\metadata\environment.h" />
<ClInclude Include="..\mono\metadata\exception.h" />
+ <ClInclude Include="..\mono\metadata\file-io-internals.h" />
+ <ClInclude Include="..\mono\metadata\file-io-windows-internals.h" />
<ClInclude Include="..\mono\metadata\file-io.h" />
<ClInclude Include="..\mono\metadata\filewatcher.h" />
<ClInclude Include="..\mono\metadata\gc-internals.h" />
<ClInclude Include="..\mono\metadata\handle.h" />
+ <ClInclude Include="..\mono\metadata\icall-windows-internals.h" />
+ <ClInclude Include="..\mono\metadata\icall-internals.h" />
+ <ClInclude Include="..\mono\metadata\marshal-internals.h" />
+ <ClInclude Include="..\mono\metadata\marshal-windows-internals.h" />
+ <ClInclude Include="..\mono\metadata\mono-security-windows-internals.h" />
<ClInclude Include="..\mono\metadata\number-ms.h" />
+ <ClInclude Include="..\mono\metadata\process-internals.h" />
+ <ClInclude Include="..\mono\metadata\process-windows-internals.h" />
<ClInclude Include="..\mono\metadata\remoting.h" />
<ClInclude Include="..\mono\metadata\seq-points-data.h" />
<ClInclude Include="..\mono\metadata\sgen-bridge-internals.h" />