-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blacklite.ViewModel.sln
64 lines (64 loc) · 3.33 KB
/
Blacklite.ViewModel.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22310.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{732F8612-93E6-44B8-8E75-CBD5895605D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{85C16FCE-E197-4628-ABF2-A3DD2BD74975}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{76CC9734-81B9-48D8-BC94-A8DB5A25CC1E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
global.json = global.json
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{4D98DF5D-1BAD-4017-85C2-A099A5A4AD02}"
ProjectSection(SolutionItems) = preProject
makefile.shade = makefile.shade
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{53296409-9916-4171-AAB8-812FB5326F87}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.sh = build.sh
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Blacklite.Framework.ViewModel", "src\Blacklite.Framework.ViewModel\Blacklite.Framework.ViewModel.kproj", "{625CF056-2EB1-4C0B-986A-467C8EF2485A}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ViewModel.Tests", "tests\ViewModel.Tests\ViewModel.Tests.kproj", "{A6483A38-FBF9-413E-8AAE-3D8D199B877B}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ViewModel.Web.Tests", "tests\ViewModel.Web.Tests\ViewModel.Web.Tests.kproj", "{0E3E4891-4779-4F09-9B5A-DEF2963C8433}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{625CF056-2EB1-4C0B-986A-467C8EF2485A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{625CF056-2EB1-4C0B-986A-467C8EF2485A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{625CF056-2EB1-4C0B-986A-467C8EF2485A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{625CF056-2EB1-4C0B-986A-467C8EF2485A}.Release|Any CPU.Build.0 = Release|Any CPU
{A6483A38-FBF9-413E-8AAE-3D8D199B877B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6483A38-FBF9-413E-8AAE-3D8D199B877B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6483A38-FBF9-413E-8AAE-3D8D199B877B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6483A38-FBF9-413E-8AAE-3D8D199B877B}.Release|Any CPU.Build.0 = Release|Any CPU
{0E3E4891-4779-4F09-9B5A-DEF2963C8433}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E3E4891-4779-4F09-9B5A-DEF2963C8433}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E3E4891-4779-4F09-9B5A-DEF2963C8433}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E3E4891-4779-4F09-9B5A-DEF2963C8433}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{625CF056-2EB1-4C0B-986A-467C8EF2485A} = {732F8612-93E6-44B8-8E75-CBD5895605D8}
{A6483A38-FBF9-413E-8AAE-3D8D199B877B} = {85C16FCE-E197-4628-ABF2-A3DD2BD74975}
{0E3E4891-4779-4F09-9B5A-DEF2963C8433} = {85C16FCE-E197-4628-ABF2-A3DD2BD74975}
EndGlobalSection
EndGlobal