-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathSampSharp.slnx
More file actions
33 lines (33 loc) · 1.82 KB
/
Copy pathSampSharp.slnx
File metadata and controls
33 lines (33 loc) · 1.82 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
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="LICENSE" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SampSharp.OpenMp.Core/SampSharp.OpenMp.Core.csproj" />
<Project Path="src/SampSharp.OpenMp.Entities.Commands/SampSharp.OpenMp.Entities.Commands.csproj" />
<Project Path="src/SampSharp.OpenMp.Entities/SampSharp.OpenMp.Entities.csproj" />
<Project Path="src/SampSharp.Sdk/SampSharp.Sdk.csproj" />
<Project Path="src/SampSharp.Templates/SampSharp.Templates.csproj" />
</Folder>
<Folder Name="/src/CodeAnalysis/">
<Project Path="src/SampSharp.Analyzer/SampSharp.Analyzer.csproj" />
<Project Path="src/SampSharp.CodeFixes/SampSharp.CodeFixes.csproj" />
<Project Path="src/SampSharp.SourceGenerator/SampSharp.SourceGenerator.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/SampSharp.Analyzer.Tests/SampSharp.Analyzer.Tests.csproj" />
<Project Path="test/SampSharp.CodeFixes.Tests/SampSharp.CodeFixes.Tests.csproj" />
<Project Path="test/SampSharp.OpenMp.Entities.Commands.Tests/SampSharp.OpenMp.Entities.Commands.Tests.csproj" />
<Project Path="test/SampSharp.OpenMp.Core.Tests/SampSharp.OpenMp.Core.Tests.csproj" />
<Project Path="test/SampSharp.OpenMp.Entities.Tests/SampSharp.OpenMp.Entities.Tests.csproj" />
<Project Path="test/SampSharp.SourceGenerator.Tests/SampSharp.SourceGenerator.Tests.csproj" />
<Project Path="test/TestMode.OpenMp.Core/TestMode.OpenMp.Core.csproj" />
<Project Path="test/TestMode.OpenMp.Entities/TestMode.OpenMp.Entities.csproj" />
<Project Path="test/TestMode.Entities.ApiTests/TestMode.Entities.ApiTests.csproj" />
</Folder>
</Solution>