-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathSharpDbg.slnx
More file actions
28 lines (28 loc) · 1.11 KB
/
Copy pathSharpDbg.slnx
File metadata and controls
28 lines (28 loc) · 1.11 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
<Solution>
<Folder Name="/.github/" />
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/publish-nuget-package.yml" />
</Folder>
<Folder Name="/iac/">
<File Path="iac/publish-tool-to-nuget.cs" />
<Project Path="iac/DetermineIfPublishNecessary/DetermineIfPublishNecessary.csproj" />
<Project Path="iac/PublishToNuget/PublishToNuget.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="global.json" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SharpDbg.Application/SharpDbg.Application.csproj" />
<Project Path="src/SharpDbg.Cli/SharpDbg.Cli.csproj" />
<Project Path="src/SharpDbg.Infrastructure/SharpDbg.Infrastructure.csproj" />
<Project Path="src/SharpDbg.InMemory/SharpDbg.InMemory.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/DebuggableConsoleApp/DebuggableConsoleApp.csproj" />
<Project Path="tests/SharpDbg.Cli.Tests/SharpDbg.Cli.Tests.csproj" />
</Folder>
</Solution>