forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.Private.CoreLib.slnx
More file actions
102 lines (102 loc) · 4.65 KB
/
System.Private.CoreLib.slnx
File metadata and controls
102 lines (102 loc) · 4.65 KB
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
<Solution>
<Configurations>
<BuildType Name="Checked" />
<BuildType Name="Debug" />
<BuildType Name="Release" />
<Platform Name="amd64" />
<Platform Name="Any CPU" />
<Platform Name="arm" />
<Platform Name="arm64" />
<Platform Name="armv6" />
<Platform Name="ppc64le" />
<Platform Name="riscv64" />
<Platform Name="s390x" />
<Platform Name="wasm" />
<Platform Name="wasm32" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/gen/">
<Project Path="../../libraries/System.Private.CoreLib/gen/System.Private.CoreLib.Generators.csproj">
<BuildType Solution="Checked|amd64" Project="Debug" />
<BuildType Solution="Checked|Any CPU" Project="Debug" />
<BuildType Solution="Checked|arm" Project="Debug" />
<BuildType Solution="Checked|arm64" Project="Debug" />
<BuildType Solution="Checked|armv6" Project="Release" />
<BuildType Solution="Checked|ppc64le" Project="Release" />
<BuildType Solution="Checked|riscv64" Project="Release" />
<BuildType Solution="Checked|s390x" Project="Release" />
<BuildType Solution="Checked|wasm" Project="Release" />
<BuildType Solution="Checked|wasm32" Project="Debug" />
<BuildType Solution="Checked|x64" Project="Release" />
<BuildType Solution="Checked|x86" Project="Debug" />
</Project>
<Project Path="../../libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/LibraryImportGenerator.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
</Project>
<Project Path="../../libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
</Project>
</Folder>
<Folder Name="/ref/">
<Project Path="../../libraries/System.Private.CoreLib/ref/System.Private.CoreLib.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
</Project>
</Folder>
<Folder Name="/src/">
<Project Path="../../libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.shproj" />
<Project Path="System.Private.CoreLib.csproj">
<Platform Solution="*|amd64" Project="x64" />
<Platform Solution="*|Any CPU" Project="x86" />
<Platform Solution="*|arm" Project="arm" />
<Platform Solution="*|arm64" Project="arm64" />
<Platform Solution="*|armv6" Project="armv6" />
<Platform Solution="*|ppc64le" Project="ppc64le" />
<Platform Solution="*|riscv64" Project="riscv64" />
<Platform Solution="*|s390x" Project="s390x" />
<Platform Solution="*|wasm" Project="wasm" />
<Platform Solution="*|wasm32" Project="x86" />
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
<Build Solution="*|Any CPU" Project="false" />
<Build Solution="*|wasm32" Project="false" />
</Project>
</Folder>
<Folder Name="/tools/" />
<Folder Name="/tools/gen/">
<Project Path="../../tools/illink/src/ILLink.CodeFix/ILLink.CodeFixProvider.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
</Project>
<Project Path="../../tools/illink/src/ILLink.RoslynAnalyzer/ILLink.RoslynAnalyzer.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
</Project>
</Folder>
<Folder Name="/tools/ref/">
<Project Path="../../tools/illink/src/linker/ref/Mono.Linker.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
</Project>
</Folder>
<Folder Name="/tools/src/">
<Project Path="../../coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/ILCompiler.DependencyAnalysisFramework.csproj">
<Platform Solution="*|amd64" Project="x64" />
<Platform Solution="*|Any CPU" Project="x64" />
<Platform Solution="*|arm" Project="x64" />
<Platform Solution="*|arm64" Project="x64" />
<Platform Solution="*|armv6" Project="x64" />
<Platform Solution="*|ppc64le" Project="x64" />
<Platform Solution="*|riscv64" Project="x64" />
<Platform Solution="*|s390x" Project="x64" />
<Platform Solution="*|wasm" Project="x64" />
<Platform Solution="*|wasm32" Project="x64" />
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
</Project>
<Project Path="../../tools/illink/src/ILLink.Shared/ILLink.Shared.shproj" />
<Project Path="../../tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
</Project>
<Project Path="../../tools/illink/src/linker/Mono.Linker.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
</Project>
</Folder>
</Solution>