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

targetgroups.props « tools-local - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 730b39bf6da6793e34ed8cc57fd9b2a47177e36c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <TargetGroups Include="netcore50">
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.Private.NetNative</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETCore,Version=v5.0</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netcore50</NuGetTargetMonikerShort>
      <UWPCompatible>true</UWPCompatible>
      <CompatibleWith>netstandard1.4</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="netcore50aot">
      <PackageTargetRuntimeSuffix>aot</PackageTargetRuntimeSuffix>
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.Private.NetNative</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETCore,Version=v5.0</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netcore50</NuGetTargetMonikerShort>
      <UWPCompatible>true</UWPCompatible>
      <Imports>netcore50</Imports>
      <CompatibleWith>netstandard1.4</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="uap101aot">
      <PackageTargetRuntimeSuffix>aot</PackageTargetRuntimeSuffix>
      <NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
      <UWPCompatible>true</UWPCompatible>
      <Imports>netcore50aot</Imports>
      <CompatibleWith>uap101;netstandard2.0</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="uap101">
      <NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
      <UWPCompatible>true</UWPCompatible>
      <Imports>netcore50</Imports>
      <CompatibleWith>netstandard2.0</CompatibleWith>
    </TargetGroups>
    <!-- uap is an alias for uap10.1 any/coreclr runtime -->
    <TargetGroups Include="uap">
      <NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
      <UWPCompatible>true</UWPCompatible>
      <Imports>uap101</Imports>
      <CompatibleWith>netstandard</CompatibleWith>
    </TargetGroups>
    <!-- uapaot is an alias for uap10.1, aot runtime -->
    <TargetGroups Include="uapaot">
      <PackageTargetRuntimeSuffix>aot</PackageTargetRuntimeSuffix>
      <NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
      <UWPCompatible>true</UWPCompatible>
      <Imports>uap101aot</Imports>
      <CompatibleWith>uap;netstandard</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="netstandard1.0">
      <NuGetTargetMoniker>.NETStandard,Version=v1.0</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netstandard1.0</NuGetTargetMonikerShort>
      <!-- By default, netstandard libraries will be held to the UWP compatibility bar;
           set this to false in the project to force otherwise. -->
      <UWPCompatible>true</UWPCompatible>
    </TargetGroups>
    <TargetGroups Include="netstandard1.1">
      <NuGetTargetMoniker>.NETStandard,Version=v1.1</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netstandard1.1</NuGetTargetMonikerShort>
      <!-- By default, netstandard libraries will be held to the UWP compatibility bar;
           set this to false in the project to force otherwise. -->
      <UWPCompatible>true</UWPCompatible>
      <Imports>netstandard1.0</Imports>
    </TargetGroups>
    <TargetGroups Include="netstandard1.2">
      <NuGetTargetMoniker>.NETStandard,Version=v1.2</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netstandard1.2</NuGetTargetMonikerShort>
      <!-- By default, netstandard libraries will be held to the UWP compatibility bar;
           set this to false in the project to force otherwise. -->
      <UWPCompatible>true</UWPCompatible>
      <Imports>netstandard1.1</Imports>
    </TargetGroups>
    <TargetGroups Include="netstandard1.3">
      <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netstandard1.3</NuGetTargetMonikerShort>
      <!-- By default, netstandard libraries will be held to the UWP compatibility bar;
           set this to false in the project to force otherwise. -->
      <UWPCompatible>true</UWPCompatible>
      <Imports>netstandard1.2</Imports>
    </TargetGroups>
    <TargetGroups Include="netstandard1.4">
      <NuGetTargetMoniker>.NETStandard,Version=v1.4</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netstandard1.4</NuGetTargetMonikerShort>
      <!-- By default, netstandard libraries will be held to the UWP compatibility bar;
           set this to false in the project to force otherwise. -->
      <UWPCompatible>true</UWPCompatible>
      <Imports>netstandard1.3</Imports>
    </TargetGroups>
    <TargetGroups Include="netstandard1.5">
      <NuGetTargetMoniker>.NETStandard,Version=v1.5</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netstandard1.5</NuGetTargetMonikerShort>
      <!-- By default, netstandard libraries will be held to the UWP compatibility bar;
           set this to false in the project to force otherwise. -->
      <UWPCompatible>true</UWPCompatible>
      <Imports>netstandard1.4</Imports>
    </TargetGroups>
    <TargetGroups Include="netstandard1.6">
      <NuGetTargetMoniker>.NETStandard,Version=v1.6</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netstandard1.6</NuGetTargetMonikerShort>
      <!-- By default, netstandard libraries will be held to the UWP compatibility bar;
           set this to false in the project to force otherwise. -->
      <UWPCompatible>true</UWPCompatible>
      <Imports>netstandard1.5</Imports>
    </TargetGroups>
    <TargetGroups Include="netstandard2.0">
      <NuGetTargetMoniker>.NETStandard,Version=v2.0</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netstandard2.0</NuGetTargetMonikerShort>
      <!-- By default, netstandard libraries will be held to the UWP compatibility bar;
           set this to false in the project to force otherwise. -->
      <UWPCompatible>true</UWPCompatible>
      <Imports>netstandard1.6</Imports>
    </TargetGroups>
    <!-- netstandard is an alias for netstandard2.0 -->
    <TargetGroups Include="netstandard">
      <NuGetTargetMoniker>.NETStandard,Version=v2.0</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netstandard2.0</NuGetTargetMonikerShort>
      <!-- By default, netstandard libraries will be held to the UWP compatibility bar;
           set this to false in the project to force otherwise. -->
      <UWPCompatible>true</UWPCompatible>
      <Imports>netstandard2.0</Imports>
    </TargetGroups>
    <TargetGroups Include="netcoreapp1.0">
      <NuGetTargetMoniker>.NETCoreApp,Version=v1.0</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netcoreapp1.0</NuGetTargetMonikerShort>
      <CompatibleWith>netstandard1.6</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="netcoreapp2.0">
      <NuGetTargetMoniker>.NETCoreApp,Version=v2.0</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netcoreapp2.0</NuGetTargetMonikerShort>
      <Imports>netcoreapp1.0</Imports>
      <CompatibleWith>netstandard2.0</CompatibleWith>
    </TargetGroups>
    <!-- netcoreapp is an alias for netcoreapp2.0 -->
    <TargetGroups Include="netcoreapp">
      <NuGetTargetMoniker>.NETCoreApp,Version=v2.0</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netcoreapp2.0</NuGetTargetMonikerShort>
      <Imports>netcoreapp2.0</Imports>
      <CompatibleWith>netstandard</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="netcoreapp1.2">
      <NuGetTargetMoniker>.NETCoreApp,Version=v1.2</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netcoreapp1.2</NuGetTargetMonikerShort>
    </TargetGroups>
    <TargetGroups Include="netcoreapp1.2corert">
      <NuGetTargetMoniker>.NETCoreApp,Version=v1.2</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>netcoreapp1.2</NuGetTargetMonikerShort>
    </TargetGroups>
    <TargetGroups Include="net45">
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.5</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETFramework,Version=v4.5</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>net45</NuGetTargetMonikerShort>
      <CompatibleWith>netstandard1.1</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="net451">
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.5.1</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETFramework,Version=v4.5.1</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>net451</NuGetTargetMonikerShort>
      <Imports>net45</Imports>
      <CompatibleWith>netstandard1.2</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="net46">
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.6</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETFramework,Version=v4.6</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>net46</NuGetTargetMonikerShort>
      <Imports>net451</Imports>
      <CompatibleWith>netstandard1.3</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="net461">
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.6.1</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETFramework,Version=v4.6.1</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>net461</NuGetTargetMonikerShort>
      <Imports>net46</Imports>
      <CompatibleWith>netstandard</CompatibleWith>
    </TargetGroups>
    <!-- netfx is an alias for net461 since that's our primary target as it added ns2.0 support -->
    <TargetGroups Include="netfx">
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.6.1</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETFramework,Version=v4.6.1</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>net461</NuGetTargetMonikerShort>
      <Imports>net461</Imports>
      <CompatibleWith>netstandard</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="net462">
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.6.2</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETFramework,Version=v4.6.2</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>net462</NuGetTargetMonikerShort>
      <Imports>netfx</Imports>
      <CompatibleWith>netstandard</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="net463">
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.6.3</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETFramework,Version=v4.6.3</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>net463</NuGetTargetMonikerShort>
      <Imports>net462</Imports>
      <CompatibleWith>netstandard</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="net47">
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.7</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETFramework,Version=v4.7</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>net47</NuGetTargetMonikerShort>
      <Imports>net462</Imports>
      <CompatibleWith>netstandard</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="win8">
      <NuGetTargetMoniker>Windows,Version=v8.0</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>win8</NuGetTargetMonikerShort>
      <CompatibleWith>netstandard1.1</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="wpa81">
      <NuGetTargetMoniker>WindowsPhoneApp,Version=v8.1</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>wpa81</NuGetTargetMonikerShort>
      <CompatibleWith>netstandard1.2</CompatibleWith>
    </TargetGroups>
    <TargetGroups Include="portable_net45+win8+sl5">
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.Portable.v4.0.Profile47</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETPortable,Version=v0.0,Profile=Profile47</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>portable-net45+win8+sl5</NuGetTargetMonikerShort>
    </TargetGroups>
    <TargetGroups Include="portable_net40+sl4+win8+wp8">
      <TargetingPackNugetPackageId>Microsoft.TargetingPack.Portable.v4.0.Profile36</TargetingPackNugetPackageId>
      <NuGetTargetMoniker>.NETPortable,Version=v0.0,Profile=Profile36</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>portable-net40+sl4+win8+wp8</NuGetTargetMonikerShort>
    </TargetGroups>
    <TargetGroups Include="package">
      <!-- this targetgroup is not considered compatible with any other targetgroup so it should only
           build when specified directly or BuildAllConfigurations is set to True.  -->
    </TargetGroups>
    <TargetGroups Include="mono">
      <NuGetTargetMoniker>.NETFramework,Version=v4.6.3</NuGetTargetMoniker>
      <NuGetTargetMonikerShort>net463</NuGetTargetMonikerShort>
    </TargetGroups>
  </ItemGroup>
</Project>