-
-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathCSharpier.slnx
More file actions
35 lines (35 loc) · 1.46 KB
/
CSharpier.slnx
File metadata and controls
35 lines (35 loc) · 1.46 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
<Solution>
<Folder Name="/Solution Items/">
<File Path=".config/dotnet-tools.json" />
<File Path=".csharpierignore" />
<File Path=".dockerignore" />
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path=".husky/pre-commit" />
<File Path=".husky/task-runner.json" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="Dockerfile" />
<File Path="Dockerfile-Website" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="Nuget/Build.props" />
<File Path="README.md" />
</Folder>
<Folder Name="/Src/">
<Project Path="Src/CSharpier.Benchmarks/CSharpier.Benchmarks.csproj" />
<Project Path="Src/CSharpier.Cli/CSharpier.Cli.csproj" />
<Project Path="Src/CSharpier.Core/CSharpier.Core.csproj" />
<Project Path="Src/CSharpier.Generators/CSharpier.Generators.csproj" />
<Project Path="Src/CSharpier.MsBuild/MsBuild.csproj" />
<Project Path="Src/CSharpier.Playground/CSharpier.Playground.csproj" />
<Project Path="Src/CSharpier.Tests/CSharpier.Tests.csproj" />
<Project Path="Src/CSharpierProcess.Tests/CSharpierProcess.Tests.csproj" />
<Project Path="Src/SyntaxFinder/SyntaxFinder.csproj" />
<Project Path="Src/Website/Website.csproj" />
</Folder>
<Project Path=".github/Github.csproj" />
<Project Path="docs/Docs.csproj" />
<Project Path="Scripts/Scripts.csproj" />
<Project Path="Shell/Shell.csproj" />
</Solution>