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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'external/test-runtime/Configurations.props')
-rw-r--r--external/test-runtime/Configurations.props9
1 files changed, 9 insertions, 0 deletions
diff --git a/external/test-runtime/Configurations.props b/external/test-runtime/Configurations.props
new file mode 100644
index 0000000000..d9777d8275
--- /dev/null
+++ b/external/test-runtime/Configurations.props
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <BuildConfigurations>
+ netstandard;
+ netfx;
+ </BuildConfigurations>
+ </PropertyGroup>
+</Project> \ No newline at end of file