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-04-12 15:13:03 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-06-15 10:40:06 +0300
commitc371f4f33c612770fc1265f5b69e35df2ba29a1f (patch)
tree57cea51532ead0e619a5fc533b60bd2a94ee0f41 /msvc/build-package.vcxproj.filters
parent01551beda67cddfd502e26b7df5e3d1c99d7d45d (diff)
Restructured build/package/install targets and split GC libraries.
* Added package/install targets. * Moved sgen into separate library. * SGEN set as default GC for build (used GC controlled through mono.props).
Diffstat (limited to 'msvc/build-package.vcxproj.filters')
-rw-r--r--msvc/build-package.vcxproj.filters2
1 files changed, 2 insertions, 0 deletions
diff --git a/msvc/build-package.vcxproj.filters b/msvc/build-package.vcxproj.filters
new file mode 100644
index 00000000000..ef1ebf58630
--- /dev/null
+++ b/msvc/build-package.vcxproj.filters
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> \ No newline at end of file