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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2017-02-02 01:13:11 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2017-02-02 22:25:18 +0300
commit84400b252e840382da44b55502731061f7b2380b (patch)
treeeda1745ac061211226428ff770eceb67b4d217c9 /src/shims/shims.proj
parent6d85b94817efe312af922932316d18dfcef46556 (diff)
Adding UAPAOT vertical and configurations
Diffstat (limited to 'src/shims/shims.proj')
-rw-r--r--src/shims/shims.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shims/shims.proj b/src/shims/shims.proj
index 71fb958d71..3a2ff55097 100644
--- a/src/shims/shims.proj
+++ b/src/shims/shims.proj
@@ -4,6 +4,7 @@
<BuildConfigurations>
netcoreapp;
uap;
+ uapaot;
</BuildConfigurations>
</PropertyGroup>