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-08-25 12:14:33 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-08-25 12:14:33 +0300
commit9393bb86e13778fcda8a9854c35df03fd712bf66 (patch)
treeb862adb1a469fe7ec23a112ed01043c9e4e25b64 /msvc/libmonoruntime.vcxproj
parentd04560589c9bd9a7051737f2b2b2c10ee1ef0be7 (diff)
Add missing source file, sgen-os-coop.c, to libmonoruntime Visual Studio project.
Add missing source file, sgen-os-coop.c to project. Add source files and headers into correct filters (Header/Source Files). Eliminated Visual Studio linker warning LNK4221 for libmonoruntime project generated by empty source files under certain configurations, boehm-gc.c, lock-tracer.c, null-gc.c and sgen-os-coop.c
Diffstat (limited to 'msvc/libmonoruntime.vcxproj')
-rw-r--r--msvc/libmonoruntime.vcxproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index 0c9876be062..41f6439154b 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="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -80,6 +80,7 @@
<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\sgen-os-coop.c" />
<ClCompile Include="..\mono\metadata\threadpool-ms-io.c" />
<ClCompile Include="..\mono\metadata\threadpool-ms.c" />
<ClCompile Include="..\mono\metadata\sgen-bridge.c" />
@@ -347,4 +348,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project> \ No newline at end of file