Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-09-30 03:10:41 +0300
committerMichal Strehovský <michals@microsoft.com>2015-09-30 03:21:51 +0300
commite16c8bb5304044c643b5266691703abe2b115550 (patch)
treeb6a2f7368c9648e93df955688555f919bd991c8c /src/dir.props
parentc32c5bc365c53ac021808632b2696fdb11477aad (diff)
Add initial corert build scripts
Populating repo with build infrastructure from the corefx project. Scripts are copied verbatim from the corefx repo as of commit 1ee4f60145a851adbacbb16e7b0c65bec3ec0d02. Only minor changes were done to remove corefx-specific workarounds. Also integrating the type system into the build.
Diffstat (limited to 'src/dir.props')
-rw-r--r--src/dir.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dir.props b/src/dir.props
new file mode 100644
index 000000000..c79dd80eb
--- /dev/null
+++ b/src/dir.props
@@ -0,0 +1,3 @@
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\dir.props" />
+</Project>