-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathSharpIDE.slnx
More file actions
36 lines (36 loc) · 1.3 KB
/
SharpIDE.slnx
File metadata and controls
36 lines (36 loc) · 1.3 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
<Solution>
<Folder Name="/.github/" />
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/create-release.yml" />
</Folder>
<Folder Name="/iac/">
<File Path="iac/should-release.cs" />
<Project Path="iac/Deploy/Deploy.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path=".globalconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="NotesToUsers.md" />
<File Path="nuget.config" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SharpIDE.Application/SharpIDE.Application.csproj" />
<Project Path="src/SharpIDE.Godot/SharpIDE.Godot.csproj">
<BuildType Project="Debug" />
</Project>
<Project Path="src/SharpIDE.Photino/SharpIDE.Photino.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Roslyn.Benchmarks/Roslyn.Benchmarks.csproj" />
<Project Path="tests/SharpIDE.Application.IntegrationTests/SharpIDE.Application.IntegrationTests.csproj" />
</Folder>
<Folder Name="/tools/">
<Project Path="tools/AppHost/AppHost.csproj" />
<Project Path="tools/GodotServiceDefaults/GodotServiceDefaults.csproj" />
</Folder>
</Solution>