forked from dotnet/aspnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTrimmableProjects.props
122 lines (120 loc) · 8.45 KB
/
TrimmableProjects.props
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
<!--
This file is automatically generated. Run `./eng/scripts/GenerateProjectList.ps1` to update.
This file contains a complete list of projects annotated for trimming.
This file is generated using the <IsTrimmable> properties from each .csproj in this repository.
-->
<Project>
<ItemGroup>
<TrimmableProject Include="Microsoft.AspNetCore" />
<TrimmableProject Include="Microsoft.AspNetCore.DataProtection.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.Cryptography.Internal" />
<TrimmableProject Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" />
<TrimmableProject Include="Microsoft.AspNetCore.DataProtection" />
<TrimmableProject Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" />
<TrimmableProject Include="Microsoft.AspNetCore.DataProtection.Extensions" />
<TrimmableProject Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" />
<TrimmableProject Include="Microsoft.AspNetCore.Antiforgery" />
<TrimmableProject Include="Microsoft.AspNetCore.Hosting.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.Hosting" />
<TrimmableProject Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.Core" />
<TrimmableProject Include="Microsoft.Net.Http.Headers" />
<TrimmableProject Include="Microsoft.AspNetCore.Http.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.Http.Extensions" />
<TrimmableProject Include="Microsoft.AspNetCore.Http.Features" />
<TrimmableProject Include="Microsoft.AspNetCore.Http.Results" />
<TrimmableProject Include="Microsoft.AspNetCore.Http" />
<TrimmableProject Include="Microsoft.AspNetCore.Metadata" />
<TrimmableProject Include="Microsoft.AspNetCore.Routing.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.Routing" />
<TrimmableProject Include="Microsoft.AspNetCore.WebUtilities" />
<TrimmableProject Include="Microsoft.AspNetCore.Html.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.Identity" />
<TrimmableProject Include="Microsoft.Extensions.Identity.Core" />
<TrimmableProject Include="Microsoft.Extensions.Identity.Stores" />
<TrimmableProject Include="Microsoft.AspNetCore.Connections.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.Server.HttpSys" />
<TrimmableProject Include="Microsoft.AspNetCore.Server.IISIntegration" />
<TrimmableProject Include="Microsoft.AspNetCore.Server.IIS" />
<TrimmableProject Include="Microsoft.AspNetCore.Server.Kestrel.Core" />
<TrimmableProject Include="Microsoft.AspNetCore.Server.Kestrel" />
<TrimmableProject Include="Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes" />
<TrimmableProject Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Quic" />
<TrimmableProject Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.BearerToken" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.Certificate" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.Cookies" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.Facebook" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.Google" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.Negotiate" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.OAuth" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.Twitter" />
<TrimmableProject Include="Microsoft.AspNetCore.Authentication.WsFederation" />
<TrimmableProject Include="Microsoft.AspNetCore.Authorization" />
<TrimmableProject Include="Microsoft.AspNetCore.Authorization.Policy" />
<TrimmableProject Include="Microsoft.AspNetCore.CookiePolicy" />
<TrimmableProject Include="Microsoft.AspNetCore.Cors" />
<TrimmableProject Include="Microsoft.AspNetCore.Diagnostics.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" />
<TrimmableProject Include="Microsoft.AspNetCore.Diagnostics" />
<TrimmableProject Include="Microsoft.AspNetCore.HeaderPropagation" />
<TrimmableProject Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" />
<TrimmableProject Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" />
<TrimmableProject Include="Microsoft.AspNetCore.HostFiltering" />
<TrimmableProject Include="Microsoft.AspNetCore.HttpLogging" />
<TrimmableProject Include="Microsoft.AspNetCore.HttpOverrides" />
<TrimmableProject Include="Microsoft.AspNetCore.HttpsPolicy" />
<TrimmableProject Include="Microsoft.AspNetCore.Localization.Routing" />
<TrimmableProject Include="Microsoft.AspNetCore.Localization" />
<TrimmableProject Include="Microsoft.AspNetCore.OutputCaching" />
<TrimmableProject Include="Microsoft.AspNetCore.RateLimiting" />
<TrimmableProject Include="Microsoft.AspNetCore.RequestDecompression" />
<TrimmableProject Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.ResponseCaching" />
<TrimmableProject Include="Microsoft.AspNetCore.ResponseCompression" />
<TrimmableProject Include="Microsoft.AspNetCore.Rewrite" />
<TrimmableProject Include="Microsoft.AspNetCore.Session" />
<TrimmableProject Include="Microsoft.AspNetCore.SpaProxy" />
<TrimmableProject Include="Microsoft.AspNetCore.SpaServices.Extensions" />
<TrimmableProject Include="Microsoft.AspNetCore.StaticFiles" />
<TrimmableProject Include="Microsoft.AspNetCore.WebSockets" />
<TrimmableProject Include="Microsoft.AspNetCore.Mvc.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.Mvc.ApiExplorer" />
<TrimmableProject Include="Microsoft.AspNetCore.Mvc.Core" />
<TrimmableProject Include="Microsoft.AspNetCore.SignalR.Client.Core" />
<TrimmableProject Include="Microsoft.AspNetCore.SignalR.Client" />
<TrimmableProject Include="Microsoft.AspNetCore.Http.Connections.Client" />
<TrimmableProject Include="Microsoft.AspNetCore.Http.Connections.Common" />
<TrimmableProject Include="Microsoft.AspNetCore.Http.Connections" />
<TrimmableProject Include="Microsoft.AspNetCore.SignalR.Protocols.Json" />
<TrimmableProject Include="Microsoft.AspNetCore.SignalR.Common" />
<TrimmableProject Include="Microsoft.AspNetCore.SignalR.Core" />
<TrimmableProject Include="Microsoft.AspNetCore.SignalR" />
<TrimmableProject Include="Microsoft.AspNetCore.StaticAssets" />
<TrimmableProject Include="Microsoft.AspNetCore.Components.Authorization" />
<TrimmableProject Include="Microsoft.AspNetCore.Components" />
<TrimmableProject Include="Microsoft.AspNetCore.Components.CustomElements" />
<TrimmableProject Include="Microsoft.AspNetCore.Components.Forms" />
<TrimmableProject Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" />
<TrimmableProject Include="Microsoft.AspNetCore.Components.QuickGrid" />
<TrimmableProject Include="Microsoft.Authentication.WebAssembly.Msal" />
<TrimmableProject Include="Microsoft.JSInterop.WebAssembly" />
<TrimmableProject Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" />
<TrimmableProject Include="Microsoft.AspNetCore.Components.WebAssembly" />
<TrimmableProject Include="Microsoft.AspNetCore.Components.Web" />
<TrimmableProject Include="Microsoft.Extensions.FileProviders.Embedded" />
<TrimmableProject Include="Microsoft.Extensions.Localization.Abstractions" />
<TrimmableProject Include="Microsoft.Extensions.ObjectPool" />
<TrimmableProject Include="Microsoft.JSInterop" />
<TrimmableProject Include="Microsoft.Extensions.WebEncoders" />
<TrimmableProject Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" />
<TrimmableProject Include="Microsoft.Extensions.Diagnostics.HealthChecks" />
<TrimmableProject Include="Microsoft.Extensions.Features" />
<TrimmableProject Include="Microsoft.AspNetCore.OpenApi" />
</ItemGroup>
</Project>