-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathCloo.sln
More file actions
58 lines (58 loc) · 3.24 KB
/
Cloo.sln
File metadata and controls
58 lines (58 loc) · 3.24 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{5040C738-55ED-42D8-B006-07FA2B151C4B}"
ProjectSection(SolutionItems) = preProject
Documentation\ChangeLog.txt = Documentation\ChangeLog.txt
Documentation\License.txt = Documentation\License.txt
Documentation\ReadMe.txt = Documentation\ReadMe.txt
Documentation\ReleaseNotes.txt = Documentation\ReleaseNotes.txt
Documentation\Supported.txt = Documentation\Supported.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A7D58388-7580-4F9B-ACCC-F95DB47DB66D}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cloo", "Cloo\Cloo.csproj", "{5E6E3794-E70C-4986-BE7E-9C491D67F7E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClootilsNetCore", "ClootilsNetCore\ClootilsNetCore.csproj", "{EF8BC187-D431-4A1A-A821-1DA2083A8AC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClootilsNetCoreUI", "ClootilsNetCoreUI\ClootilsNetCoreUI.csproj", "{244E62FF-1FA6-427C-A4BB-CBCB51FF32E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClootilsNetFull", "ClootilsNetFull\ClootilsNetFull.csproj", "{FD7A92BD-8036-428F-9C7D-9A3630AF7E2F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E6E3794-E70C-4986-BE7E-9C491D67F7E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E6E3794-E70C-4986-BE7E-9C491D67F7E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E6E3794-E70C-4986-BE7E-9C491D67F7E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E6E3794-E70C-4986-BE7E-9C491D67F7E1}.Release|Any CPU.Build.0 = Release|Any CPU
{EF8BC187-D431-4A1A-A821-1DA2083A8AC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF8BC187-D431-4A1A-A821-1DA2083A8AC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF8BC187-D431-4A1A-A821-1DA2083A8AC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF8BC187-D431-4A1A-A821-1DA2083A8AC3}.Release|Any CPU.Build.0 = Release|Any CPU
{244E62FF-1FA6-427C-A4BB-CBCB51FF32E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{244E62FF-1FA6-427C-A4BB-CBCB51FF32E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{244E62FF-1FA6-427C-A4BB-CBCB51FF32E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{244E62FF-1FA6-427C-A4BB-CBCB51FF32E7}.Release|Any CPU.Build.0 = Release|Any CPU
{FD7A92BD-8036-428F-9C7D-9A3630AF7E2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD7A92BD-8036-428F-9C7D-9A3630AF7E2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD7A92BD-8036-428F-9C7D-9A3630AF7E2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD7A92BD-8036-428F-9C7D-9A3630AF7E2F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5565014-4163-4343-A86C-7992A0972ED5}
EndGlobalSection
EndGlobal