-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCogito.Components.sln
59 lines (59 loc) · 3.16 KB
/
Cogito.Components.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7271F8CF-C4EC-47FE-91F3-FF3331482C4F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Cogito.Components.dist.msbuildproj = Cogito.Components.dist.msbuildproj
.github\workflows\Cogito.Components.yml = .github\workflows\Cogito.Components.yml
Directory.Build.props = Directory.Build.props
GitVersion.yml = GitVersion.yml
global.json = global.json
icon.png = icon.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cogito.Components", "src\Cogito.Components\Cogito.Components.csproj", "{ABD359E9-83EF-4EB5-8E6A-CC557D6084DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5D054F56-DDC3-4903-97AF-9219CF5DB90B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dist", "dist", "{89402946-2BFF-4001-9E37-D17FA5145204}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dist-nuget", "src\dist-nuget\dist-nuget.csproj", "{FC7D93CC-8C38-42BB-9086-0D96C9DABE6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dist-tests", "src\dist-tests\dist-tests.csproj", "{DF0EE9F1-ED13-4C3E-91B8-A97D362AE401}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABD359E9-83EF-4EB5-8E6A-CC557D6084DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABD359E9-83EF-4EB5-8E6A-CC557D6084DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABD359E9-83EF-4EB5-8E6A-CC557D6084DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABD359E9-83EF-4EB5-8E6A-CC557D6084DE}.Release|Any CPU.Build.0 = Release|Any CPU
{FC7D93CC-8C38-42BB-9086-0D96C9DABE6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC7D93CC-8C38-42BB-9086-0D96C9DABE6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC7D93CC-8C38-42BB-9086-0D96C9DABE6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC7D93CC-8C38-42BB-9086-0D96C9DABE6D}.Release|Any CPU.Build.0 = Release|Any CPU
{DF0EE9F1-ED13-4C3E-91B8-A97D362AE401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF0EE9F1-ED13-4C3E-91B8-A97D362AE401}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF0EE9F1-ED13-4C3E-91B8-A97D362AE401}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF0EE9F1-ED13-4C3E-91B8-A97D362AE401}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ABD359E9-83EF-4EB5-8E6A-CC557D6084DE} = {5D054F56-DDC3-4903-97AF-9219CF5DB90B}
{FC7D93CC-8C38-42BB-9086-0D96C9DABE6D} = {89402946-2BFF-4001-9E37-D17FA5145204}
{DF0EE9F1-ED13-4C3E-91B8-A97D362AE401} = {89402946-2BFF-4001-9E37-D17FA5145204}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF4B3820-4206-4316-82A5-DEA5792C6A71}
EndGlobalSection
EndGlobal