-
-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathCSharpier.slnx
45 lines (45 loc) · 1.78 KB
/
CSharpier.slnx
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
<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.Tests/CSharpier.Cli.Tests.csproj" />
<Project Path="Src/CSharpier.Cli/CSharpier.Cli.csproj" />
<Project Path="Src/CSharpier.FakeGenerators/CSharpier.FakeGenerators.csproj" />
<Project Path="Src/CSharpier.Generators/CSharpier.Generators.csproj" />
<Project Path="Src/CSharpier.MsBuild/MsBuild.csproj">
<Build Project="false" />
</Project>
<Project Path="Src/CSharpier.Playground/CSharpier.Playground.csproj" />
<Project Path="Src/CSharpier.Tests.Generators/CSharpier.Tests.Generators.csproj" />
<Project Path="Src/CSharpier.Tests/CSharpier.Tests.csproj" />
<Project Path="Src/CSharpier.Core/CSharpier.Core.csproj" />
<Project Path="Src/SyntaxFinder/SyntaxFinder.csproj" />
<Project Path="Src/Website/Website.csproj" />
</Folder>
<Project Path=".github/Github.csproj">
<Build Project="false" />
</Project>
<Project Path="docs/Docs.csproj">
<Build Project="false" />
</Project>
<Project Path="Scripts/Scripts.csproj">
<Build Project="false" />
</Project>
<Project Path="Shell/Shell.csproj" />
</Solution>