forked from PrismLibrary/Prism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrismLibrary_Wpf.slnf
22 lines (22 loc) · 1.11 KB
/
PrismLibrary_Wpf.slnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"solution": {
"path": "PrismLibrary.sln",
"projects": [
"src\\Containers\\Prism.DryIoc.Shared\\Prism.DryIoc.Shared.shproj",
"src\\Containers\\Prism.Unity.Shared\\Prism.Unity.Shared.shproj",
"src\\Prism.Core\\Prism.Core.csproj",
"src\\Wpf\\Prism.DryIoc.Wpf\\Prism.DryIoc.Wpf.csproj",
"src\\Wpf\\Prism.Unity.Wpf\\Prism.Unity.Wpf.csproj",
"src\\Wpf\\Prism.Wpf\\Prism.Wpf.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\\Prism.Core.Tests\\Prism.Core.Tests.csproj",
"tests\\Wpf\\Prism.Container.Wpf.Shared\\Prism.Container.Wpf.Shared.shproj",
"tests\\Wpf\\Prism.DryIoc.Wpf.Tests\\Prism.DryIoc.Wpf.Tests.csproj",
"tests\\Wpf\\Prism.IocContainer.Wpf.Tests.Support\\Prism.IocContainer.Wpf.Tests.Support.csproj",
"tests\\Wpf\\Prism.Unity.Wpf.Tests\\Prism.Unity.Wpf.Tests.csproj",
"tests\\Wpf\\Prism.Wpf.Tests\\Prism.Wpf.Tests.csproj"
]
}
}