-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathErrorOrX.slnx
More file actions
40 lines (37 loc) · 1.64 KB
/
Copy pathErrorOrX.slnx
File metadata and controls
40 lines (37 loc) · 1.64 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
<Solution>
<!-- Solution Items -->
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="NuGet.config" />
<File Path="README.md" />
<File Path="CHANGELOG.md" />
<File Path="CLAUDE.md" />
<File Path="Directory.Build.targets" />
<File Path="Version.props" />
</Folder>
<!-- Source Projects -->
<Folder Name="/src/">
<Project Path="src/ErrorOrX/ErrorOrX.csproj" />
<Project Path="src/ErrorOrX.Generators/ErrorOrX.Generators.csproj" />
</Folder>
<!-- Samples -->
<!-- ErrorOrX.Samples.Diagnostics contains deliberately-broken code that triggers
EOE001-EOE036 diagnostics, so it is loaded for IDE squiggles but excluded from
the solution build (Build Project="false"). Build it explicitly to see the
errors at the CLI: `dotnet build samples/ErrorOrX.Samples.Diagnostics/` -->
<Folder Name="/samples/">
<Project Path="samples/ErrorOrX.Samples.Api/ErrorOrX.Samples.Api.csproj" />
<Project Path="samples/ErrorOrX.Samples.Diagnostics/ErrorOrX.Samples.Diagnostics.csproj">
<Build Solution="*|*" Project="false" />
</Project>
</Folder>
<!-- Tests -->
<Folder Name="/tests/">
<Project Path="tests/ErrorOrX.Tests/ErrorOrX.Tests.csproj" />
<Project Path="tests/ErrorOrX.Generators.Tests/ErrorOrX.Generators.Tests.csproj" />
<Project Path="tests/ErrorOrX.Integration.Tests/ErrorOrX.Integration.Tests.csproj" />
</Folder>
</Solution>