-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathPrismLibrary.slnx
More file actions
68 lines (68 loc) · 3.22 KB
/
PrismLibrary.slnx
File metadata and controls
68 lines (68 loc) · 3.22 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="CodeCoverage.runsettings" />
<File Path="Directory.Build.props" />
<File Path="Directory.build.targets" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="xunit.runner.json" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<File Path="src/Directory.Build.targets" />
<Project Path="src/Prism.Core/Prism.Core.csproj" />
<Project Path="src/Prism.Events/Prism.Events.csproj" />
</Folder>
<Folder Name="/src/Avalonia/">
<Project Path="src/Avalonia/Prism.Avalonia/Prism.Avalonia.csproj" />
<Project Path="src/Avalonia/Prism.DryIoc.Avalonia/Prism.DryIoc.Avalonia.csproj" />
</Folder>
<Folder Name="/src/Maui/">
<Project Path="src/Maui/Prism.DryIoc.Maui/Prism.DryIoc.Maui.csproj" />
<Project Path="src/Maui/Prism.Maui.Rx/Prism.Maui.Rx.csproj" />
<Project Path="src/Maui/Prism.Maui/Prism.Maui.csproj" />
</Folder>
<Folder Name="/src/Uno/">
<Project Path="src/Uno/Prism.DryIoc.Uno/Prism.DryIoc.Uno.WinUI.csproj" />
<Project Path="src/Uno/Prism.Uno.Markup/Prism.Uno.WinUI.Markup.csproj" />
<Project Path="src/Uno/Prism.Uno/Prism.Uno.WinUI.csproj" />
</Folder>
<Folder Name="/src/Uno/Prism.DryIoc.Uno/" />
<Folder Name="/src/Uno/Prism.Uno/" />
<Folder Name="/src/Wpf/">
<Project Path="src/Wpf/Prism.DryIoc.Wpf/Prism.DryIoc.Wpf.csproj" />
<Project Path="src/Wpf/Prism.Unity.Wpf/Prism.Unity.Wpf.csproj" />
<Project Path="src/Wpf/Prism.Wpf/Prism.Wpf.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Prism.Core.Tests/Prism.Core.Tests.csproj" />
</Folder>
<Folder Name="/tests/Avalonia/">
<Project Path="tests/Avalonia/Prism.Avalonia.Tests/Prism.Avalonia.Tests.csproj" />
<Project Path="tests/Avalonia/Prism.Container.Avalonia.Shared/Prism.Container.Avalonia.Shared.shproj" />
<Project Path="tests/Avalonia/Prism.DryIoc.Avalonia.Tests/Prism.DryIoc.Avalonia.Tests.csproj" />
<Project Path="tests/Avalonia/Prism.IocContainer.Avalonia.Tests.Support/Prism.IocContainer.Avalonia.Tests.Support.csproj" />
</Folder>
<Folder Name="/tests/Maui/">
<Project Path="tests/Maui/Prism.DryIoc.Maui.Tests/Prism.DryIoc.Maui.Tests.csproj" />
<Project Path="tests/Maui/Prism.Maui.Tests/Prism.Maui.Tests.csproj" />
</Folder>
<Folder Name="/tests/Uno/">
<Project Path="tests/Uno/Prism.DryIoc.Uno.WinUI.Tests/Prism.DryIoc.Uno.WinUI.Tests.csproj" />
<Project Path="tests/Uno/Prism.Uno.WinUI.Tests/Prism.Uno.WinUI.Tests.csproj" />
</Folder>
<Folder Name="/tests/Wpf/">
<Project Path="tests/Wpf/Prism.Container.Wpf.Shared/Prism.Container.Wpf.Shared.shproj" />
<Project Path="tests/Wpf/Prism.DryIoc.Wpf.Tests/Prism.DryIoc.Wpf.Tests.csproj" />
<Project Path="tests/Wpf/Prism.IocContainer.Wpf.Tests.Support/Prism.IocContainer.Wpf.Tests.Support.csproj" />
<Project Path="tests/Wpf/Prism.Unity.Wpf.Tests/Prism.Unity.Wpf.Tests.csproj" />
<Project Path="tests/Wpf/Prism.Wpf.Tests/Prism.Wpf.Tests.csproj" />
</Folder>
</Solution>