-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectory.Solution.sln
43 lines (43 loc) · 2.63 KB
/
Directory.Solution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98873E5F-BA9F-42CD-B394-095470718F21}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cotopaxi.Cosmos.PackageManagement", "src\Cotopaxi.Cosmos.PackageManagement\Cotopaxi.Cosmos.PackageManagement.csproj", "{B5E339BE-B64A-4D3B-8747-382EC0DC8AFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cotopaxi.Cosmos.PackageManagement.AppHost", "src\Cotopaxi.Cosmos.PackageManagement.AppHost\Cotopaxi.Cosmos.PackageManagement.AppHost.csproj", "{2D576F88-38F4-4659-AB6F-EC78D9BA0B62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cotopaxi.Cosmos.PackageManagement.UnitTests", "src\Cotopaxi.Cosmos.PackageManagement.UnitTests\Cotopaxi.Cosmos.PackageManagement.UnitTests.csproj", "{A4640E17-7F47-40E4-90AB-2E3BB8C057A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5E339BE-B64A-4D3B-8747-382EC0DC8AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5E339BE-B64A-4D3B-8747-382EC0DC8AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5E339BE-B64A-4D3B-8747-382EC0DC8AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5E339BE-B64A-4D3B-8747-382EC0DC8AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{2D576F88-38F4-4659-AB6F-EC78D9BA0B62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D576F88-38F4-4659-AB6F-EC78D9BA0B62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D576F88-38F4-4659-AB6F-EC78D9BA0B62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D576F88-38F4-4659-AB6F-EC78D9BA0B62}.Release|Any CPU.Build.0 = Release|Any CPU
{A4640E17-7F47-40E4-90AB-2E3BB8C057A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4640E17-7F47-40E4-90AB-2E3BB8C057A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4640E17-7F47-40E4-90AB-2E3BB8C057A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4640E17-7F47-40E4-90AB-2E3BB8C057A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9A06C30-A4FB-4C4B-AF63-BF0F6FD1C152}
EndGlobalSection
EndGlobal