forked from Fallout-build/Fallout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfallout.slnx
More file actions
58 lines (58 loc) · 3.83 KB
/
Copy pathfallout.slnx
File metadata and controls
58 lines (58 loc) · 3.83 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
<Solution>
<Folder Name="/01-test/" />
<Folder Name="/misc/">
<File Path="CHANGELOG.md" />
<File Path="LICENSE" />
<File Path="README.md" />
<File Path="CONTRIBUTING.md" />
<File Path="CODE_OF_CONDUCT.md" />
</Folder>
<Project Path="build\_build.csproj">
<Configuration Solution="Debug|Any CPU" Project="Debug|Any CPU|NoBuild" />
<Configuration Solution="Release|Any CPU" Project="Debug|Any CPU|NoBuild" />
<Build Project="false" />
</Project>
<Project Path="src\Fallout.Build.Shared\Fallout.Build.Shared.csproj" />
<Project Path="src\Fallout.Build\Fallout.Build.csproj" />
<Project Path="src\Fallout.Common\Fallout.Common.csproj" />
<Project Path="src\Fallout.Core\Fallout.Core.csproj" />
<Project Path="src\Fallout.Components\Fallout.Components.csproj" />
<Project Path="src\Fallout.Cli\Fallout.Cli.csproj" />
<Project Path="src\Fallout.Migrate\Fallout.Migrate.csproj" />
<Project Path="src\Fallout.Migrate.Analyzers\Fallout.Migrate.Analyzers.csproj" />
<Project Path="src\Shims\Nuke.Build\Nuke.Build.csproj" />
<Project Path="src\Shims\Nuke.Common\Nuke.Common.csproj" />
<Project Path="src\Shims\Nuke.Components\Nuke.Components.csproj" />
<Project Path="src\Fallout.MSBuildTasks\Fallout.MSBuildTasks.csproj" />
<Project Path="src\Fallout.ProjectModel\Fallout.ProjectModel.csproj" />
<Project Path="src\Persistence\Fallout.Persistence.Solution\Fallout.Persistence.Solution.csproj" />
<Project Path="src\Persistence\Fallout.Solution\Fallout.Solution.csproj" />
<Project Path="src\Fallout.SourceGenerators\Fallout.SourceGenerators.csproj" />
<Project Path="src\Fallout.Tooling.Generator\Fallout.Tooling.Generator.csproj" />
<Project Path="src\Fallout.Tooling\Fallout.Tooling.csproj" />
<Project Path="src\Fallout.Utilities.IO.Compression\Fallout.Utilities.IO.Compression.csproj" />
<Project Path="src\Fallout.Utilities.IO.Globbing\Fallout.Utilities.IO.Globbing.csproj" />
<Project Path="src\Fallout.Utilities.Net\Fallout.Utilities.Net.csproj" />
<Project Path="src\Fallout.Utilities.Text.Json\Fallout.Utilities.Text.Json.csproj" />
<Project Path="src\Fallout.Utilities.Text.Yaml\Fallout.Utilities.Text.Yaml.csproj" />
<Project Path="src\Fallout.Utilities\Fallout.Utilities.csproj" />
<Project Path="tests\Fallout.Build.Specs\Fallout.Build.Specs.csproj" />
<Project Path="tests\Fallout.Common.Specs\Fallout.Common.Specs.csproj" />
<Project Path="tests\Fallout.Components.Specs\Fallout.Components.Specs.csproj" />
<Project Path="tests\Fallout.Core.Specs\Fallout.Core.Specs.csproj" />
<Project Path="tests\Fallout.Cli.Specs\Fallout.Cli.Specs.csproj" />
<Project Path="tests\Fallout.Migrate.Specs\Fallout.Migrate.Specs.csproj" />
<Project Path="tests\Fallout.Migrate.Analyzers.Specs\Fallout.Migrate.Analyzers.Specs.csproj" />
<Project Path="tests\Nuke.Common.Shim.Specs\Nuke.Common.Shim.Specs.csproj" />
<Project Path="tests\Nuke.Components.Shim.Specs\Nuke.Components.Shim.Specs.csproj" />
<Project Path="tests\Fallout.ProjectModel.Specs\Fallout.ProjectModel.Specs.csproj" />
<Project Path="tests\Fallout.Solution.Specs\Fallout.Solution.Specs.csproj" />
<Project Path="tests\Fallout.SourceGenerators.Specs\Fallout.SourceGenerators.Specs.csproj" />
<Project Path="tests\Benchmarks\Fallout.Persistence.Solution.Benchmarks\Fallout.Persistence.Solution.Benchmarks.csproj" />
<Project Path="tests\Consumers\Nuke.Consumer\Nuke.Consumer.csproj" />
<Project Path="tests\Consumers\Fallout.Consumer.Local\Fallout.Consumer.Local.csproj" />
<Project Path="tests\Consumers\Fallout.Consumer.ProjectModelShim\Fallout.Consumer.ProjectModelShim.csproj" />
<Project Path="tests\Consumers\Fallout.Consumer.NuGet\Fallout.Consumer.NuGet.csproj" />
<Project Path="tests\Fallout.Tooling.Specs\Fallout.Tooling.Specs.csproj" />
<Project Path="tests\Fallout.Utilities.Specs\Fallout.Utilities.Specs.csproj" />
</Solution>