forked from PrismLibrary/Prism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PrismLibrary_Forms.slnf
23 lines (23 loc) · 1.19 KB
/
PrismLibrary_Forms.slnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"solution": {
"path": "PrismLibrary.sln",
"projects": [
"src\\Containers\\Prism.DryIoc.Shared\\Prism.DryIoc.Shared.shproj",
"src\\Containers\\Prism.Unity.Shared\\Prism.Unity.Shared.shproj",
"src\\Forms\\Prism.DryIoc.Forms\\Prism.DryIoc.Forms.csproj",
"src\\Forms\\Prism.Forms.Regions\\Prism.Forms.Regions.csproj",
"src\\Forms\\Prism.Forms\\Prism.Forms.csproj",
"src\\Forms\\Prism.Unity.Forms\\Prism.Unity.Forms.csproj",
"src\\Prism.Core\\Prism.Core.csproj",
"tests\\Containers\\Prism.Container.DryIoc.Tests\\Prism.Ioc.DryIoc.Tests.csproj",
"tests\\Containers\\Prism.Container.Shared\\Prism.Ioc.Shared.shproj",
"tests\\Containers\\Prism.Container.Unity.Tests\\Prism.Ioc.Unity.Tests.csproj",
"tests\\Forms\\Prism.DI.Forms.Tests\\Prism.DI.Forms.Tests.shproj",
"tests\\Forms\\Prism.DryIoc.Forms.Tests\\Prism.DryIoc.Forms.Tests.csproj",
"tests\\Forms\\Prism.Forms.Regions.Tests\\Prism.Forms.Regions.Tests.csproj",
"tests\\Forms\\Prism.Forms.Tests\\Prism.Forms.Tests.csproj",
"tests\\Forms\\Prism.Unity.Forms.Tests\\Prism.Unity.Forms.Tests.csproj",
"tests\\Prism.Core.Tests\\Prism.Core.Tests.csproj"
]
}
}