-
Notifications
You must be signed in to change notification settings - Fork 428
Expand file tree
/
Copy pathSystem.CommandLine.slnx
More file actions
30 lines (30 loc) · 1.29 KB
/
Copy pathSystem.CommandLine.slnx
File metadata and controls
30 lines (30 loc) · 1.29 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="build.cmd" />
<File Path="build.sh" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.rsp" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE.md" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/System.CommandLine.ApiCompatibility.Tests/System.CommandLine.ApiCompatibility.Tests.csproj" />
<Project Path="src/System.CommandLine.StaticCompletions.Tests/System.CommandLine.StaticCompletions.Tests.csproj" />
<Project Path="src/System.CommandLine.StaticCompletions/System.CommandLine.StaticCompletions.csproj" />
<Project Path="src/System.CommandLine.Suggest.Tests/dotnet-suggest.Tests.csproj" />
<Project Path="src/System.CommandLine.Suggest/dotnet-suggest.csproj" />
<Project Path="src/System.CommandLine.Tests/System.CommandLine.Tests.csproj" />
<Project Path="src/System.CommandLine/System.CommandLine.csproj" />
</Folder>
</Solution>