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:
authorNiklas Therning <niklas@therning.org>2016-11-15 13:25:56 +0300
committerNiklas Therning <niklas@therning.org>2016-11-15 13:25:56 +0300
commit256750a9bfa55ac0486f15a6ef6263d5f800cf36 (patch)
tree5c00247169a3c477f00c0b2d063972139d7f7aa0 /msvc/libmonoruntime.vcxproj
parent957d4804ab58d99538589cc58a3375298d675d92 (diff)
Fix missing property-bag.c file in VS project
PR #3936 adds the mono/metadata/property-bag.c file but doesn't add it to msvc/libmonoruntime.vcxproj, resulting in linking errors when building the VS solution.
Diffstat (limited to 'msvc/libmonoruntime.vcxproj')
-rw-r--r--msvc/libmonoruntime.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index 3078de5130e..762947af907 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -27,6 +27,7 @@
<ClCompile Include="..\mono\metadata\class.c" />
<ClCompile Include="..\mono\metadata\cominterop.c" />
<ClCompile Include="..\mono\metadata\console-win32.c" />
+ <ClCompile Include="..\mono\metadata\property-bag.c" />
<ClCompile Include="..\mono\metadata\socket-io-windows.c" />
<ClCompile Include="..\mono\metadata\file-io-windows.c" />
<ClCompile Include="..\mono\metadata\icall-windows.c" />
@@ -142,6 +143,7 @@
<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\property-bag.h" />
<ClInclude Include="..\mono\metadata\w32process.h" />
<ClInclude Include="..\mono\metadata\w32process-internals.h" />
<ClInclude Include="..\mono\metadata\w32process-win32-internals.h" />