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:
authorAleksey Kliger <aleksey@xamarin.com>2016-08-18 21:27:32 +0300
committerAleksey Kliger <aleksey@xamarin.com>2016-08-19 00:03:16 +0300
commit2a87e4f1bfea1418374a08d72b367b25ad7bfdf8 (patch)
tree8ff220d31919ea21d52c3c74b6bdd9bb87c1b495 /msvc/libmonoruntime.vcxproj
parentd8ef8c9444ce2017c60ffd06120d9cbae266d5c7 (diff)
[sre] Split out MonoDynamicImage and MonoDynamicStream functions
Diffstat (limited to 'msvc/libmonoruntime.vcxproj')
-rw-r--r--msvc/libmonoruntime.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index fe7f0967658..0a415b7f37c 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -32,6 +32,8 @@
<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\dynamic-image.c" />
+ <ClCompile Include="..\mono\metadata\dynamic-stream.c" />
<ClCompile Include="..\mono\metadata\domain.c" />
<ClCompile Include="..\mono\metadata\environment.c" />
<ClCompile Include="..\mono\metadata\exception.c" />
@@ -123,6 +125,8 @@
<ClInclude Include="..\mono\metadata\debug-mono-ppdb.h" />
<ClInclude Include="..\mono\metadata\debug-mono-symfile.h" />
<ClInclude Include="..\mono\metadata\domain-internals.h" />
+ <ClInclude Include="..\mono\metadata\dynamic-image-internals.h" />
+ <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.h" />