-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathWinPrint.slnx
More file actions
28 lines (28 loc) · 1.13 KB
/
Copy pathWinPrint.slnx
File metadata and controls
28 lines (28 loc) · 1.13 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>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="ARM" />
<Platform Name="ARM64" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="README.md" />
<File Path="src/README.md" />
</Folder>
<Folder Name="/tools/">
<Project Path="tools/WinPrint.Analyzers/WinPrint.Analyzers.csproj" />
</Folder>
<Project Path="tests/WinPrint.Core.UnitTests/WinPrint.Core.UnitTests.csproj" />
<Project Path="tests/WinPrint.TUI.UnitTests/WinPrint.TUI.UnitTests.csproj" />
<Project Path="tests/WinPrint.TUI.UITests/WinPrint.TUI.UITests.csproj" />
<Project Path="tests/WinPrint.Maui.UnitTests/WinPrint.Maui.UnitTests.csproj" />
<Project Path="tests/WinPrint.Maui.UITests/WinPrint.Maui.UITests.csproj" />
<Project Path="src/WinPrint.Core/WinPrint.Core.csproj" />
<Project Path="src/WinPrint.TUI/WinPrint.TUI.csproj" />
<Project Path="src/WinPrint.Maui/WinPrint.Maui.csproj" />
</Solution>