-
Notifications
You must be signed in to change notification settings - Fork 24
/
Common.sln
58 lines (58 loc) · 3.28 KB
/
Common.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9C56F86-6C41-43A2-B501-60B3E5C02603}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{B9B1C468-05AE-4F2E-B380-183C54F09652}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{B8097007-F8B9-4F1F-A99A-C51F087EE634}"
ProjectSection(SolutionItems) = preProject
build\Targets\PackageVersions.targets = build\Targets\PackageVersions.targets
build\Targets\Versions.props = build\Targets\Versions.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Build.Common", "source\Cosmos.Build.Common\Cosmos.Build.Common.csproj", "{9D0F61EB-2DC1-4DA1-A518-52941C237C85}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{008D41A3-3E20-4E93-AC75-28D4A8F5721F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Build.Common.Tests", "tests\Cosmos.Build.Common.Tests\Cosmos.Build.Common.Tests.csproj", "{3FC10DCD-6DD5-4CE4-87E3-722BAE7754C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VSPropertyPages", "source\VSPropertyPages\VSPropertyPages.csproj", "{727827C5-E938-4086-BD34-5CC0E573CDFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D0F61EB-2DC1-4DA1-A518-52941C237C85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D0F61EB-2DC1-4DA1-A518-52941C237C85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D0F61EB-2DC1-4DA1-A518-52941C237C85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D0F61EB-2DC1-4DA1-A518-52941C237C85}.Release|Any CPU.Build.0 = Release|Any CPU
{3FC10DCD-6DD5-4CE4-87E3-722BAE7754C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FC10DCD-6DD5-4CE4-87E3-722BAE7754C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FC10DCD-6DD5-4CE4-87E3-722BAE7754C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FC10DCD-6DD5-4CE4-87E3-722BAE7754C1}.Release|Any CPU.Build.0 = Release|Any CPU
{727827C5-E938-4086-BD34-5CC0E573CDFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{727827C5-E938-4086-BD34-5CC0E573CDFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{727827C5-E938-4086-BD34-5CC0E573CDFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{727827C5-E938-4086-BD34-5CC0E573CDFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B9B1C468-05AE-4F2E-B380-183C54F09652} = {D9C56F86-6C41-43A2-B501-60B3E5C02603}
{B8097007-F8B9-4F1F-A99A-C51F087EE634} = {B9B1C468-05AE-4F2E-B380-183C54F09652}
{3FC10DCD-6DD5-4CE4-87E3-722BAE7754C1} = {008D41A3-3E20-4E93-AC75-28D4A8F5721F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7D38725-20DB-44F3-8033-76C8A96E3F9D}
EndGlobalSection
EndGlobal