-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpecular.slnx
More file actions
87 lines (87 loc) · 3.19 KB
/
Copy pathSpecular.slnx
File metadata and controls
87 lines (87 loc) · 3.19 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/.github/">
<File Path="labels.yml" />
<File Path="release.yml" />
<File Path="renovate.json" />
</Folder>
<Folder Name="/.husky/">
<File Path="pre-commit" />
<File Path="task-runner.json" />
</Folder>
<Folder Name="/.vscode/">
<File Path="settings.json" />
</Folder>
<Folder Name="/build/">
<File Path="build/Build.cs" />
</Folder>
<Folder Name="/config/">
<File Path=".codecov.yml" />
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path=".gitmodules" />
<File Path="build.cmd" />
<File Path="build.ps1" />
<File Path="build.sh" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="Directory.Packages.support.props" />
<File Path="dotnet-tools.json" />
<File Path="GitReleaseManager.yaml" />
<File Path="GitVersion.yml" />
<File Path="LICENSE" />
<File Path="NuGet.config" />
<File Path="Readme.md" />
</Folder>
<Folder Name="/src/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<Project Path="src/Specular.Analyzers/Specular.Analyzers.csproj" />
<Project Path="src/Specular/Specular.csproj" />
</Folder>
<Folder Name="/samples/">
<File Path="samples/Directory.Build.props" />
<File Path="samples/Directory.Build.targets" />
<File Path="samples/Directory.Build.workloads.props" />
</Folder>
<Folder Name="/samples/libraries/">
<Project Path="samples/libraries/Specular.Samples.Catalog/Specular.Samples.Catalog.csproj" />
<Project Path="samples/libraries/Specular.Samples.Diagnostics/Specular.Samples.Diagnostics.csproj" />
<Project Path="samples/libraries/Specular.Samples.Notifications/Specular.Samples.Notifications.csproj" />
</Folder>
<Folder Name="/samples/fixtures/" />
<Folder Name="/samples/hosts/">
<Project Path="samples/hosts/Specular.Samples.Console/Specular.Samples.Console.csproj" />
<Project Path="samples/hosts/Specular.Samples.Web/Specular.Samples.Web.csproj" />
</Folder>
<Folder Name="/src/Specular.Analyzers.supports/">
<File Path=".editorconfig" />
<Project Path="src/Specular.Analyzers.supports/Specular.Analyzers.roslyn5.0.csproj" />
<Project Path="src/Specular.Analyzers.supports/Specular.Analyzers.roslyn5.3.csproj" />
</Folder>
<Folder Name="/test/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<Project Path="test/Specular.Tests/Specular.Tests.csproj" />
<Project Path="test/TestAssembly/TestAssembly.csproj" />
</Folder>
<Folder Name="/workflows/">
<File Path="ci-ignore.yml" />
<File Path="ci.yml" />
<File Path="close-milestone.yml" />
<File Path="dependabot-merge.yml" />
<File Path="draft-release.yml" />
<File Path="lint.yml" />
<File Path="publish-nuget.yml" />
<File Path="sync-labels.yml" />
<File Path="update-milestone.yml" />
</Folder>
</Solution>