-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystemPropertiesChecker.slnx
More file actions
23 lines (23 loc) · 1.1 KB
/
SystemPropertiesChecker.slnx
File metadata and controls
23 lines (23 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Solution>
<Folder Name="/Solution Items/">
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="NuGet.config" />
<File Path="README.md" />
<File Path="SystemPropertiesChecker.v3.ncrunchsolution" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SystemPropertiesChecker.Avalonia/SystemPropertiesChecker.Avalonia.csproj" />
<Project Path="src/SystemPropertiesChecker.Core/SystemPropertiesChecker.Core.csproj" />
<Project Path="src/SystemPropertiesChecker.Terminal/SystemPropertiesChecker.Terminal.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/SystemPropertiesChecker.Avalonia.Tests/SystemPropertiesChecker.Avalonia.Tests.csproj" />
<Project Path="tests/SystemPropertiesChecker.Core.Tests/SystemPropertiesChecker.Core.Tests.csproj" />
<Project Path="tests/SystemPropertiesChecker.Terminal.Tests/SystemPropertiesChecker.Terminal.Tests.csproj" />
</Folder>
</Solution>