-
Notifications
You must be signed in to change notification settings - Fork 0
/
PowerVersion.sln
65 lines (65 loc) · 4.05 KB
/
PowerVersion.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
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F43A5802-1D6B-4D11-BCF9-2B79C0A440F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{64F47862-C59C-4810-A015-5B024403621E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerVersion.UnitTests", "tests\PowerVersion.UnitTests\PowerVersion.UnitTests.csproj", "{E798E1A6-A902-42AC-8F78-839AB7BF6E0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerVersion.IntegrationTests", "tests\PowerVersion.IntegrationTests\PowerVersion.IntegrationTests.csproj", "{DEC083A4-57CF-477D-B1FF-7254D36E72D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerVersion", "src\PowerVersion\PowerVersion.csproj", "{92F0ABFC-3B8F-4332-9ACB-1E945E70B7ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerVersion.MSBuild", "src\PowerVersion.MSBuild\PowerVersion.MSBuild.csproj", "{5D10EC04-2422-413C-B2AF-2DBD12855F5A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{778D2F1D-CA58-40F3-B80A-5D978BAE4AEB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerVersion.Specs", "tests\PowerVersion.Specs\PowerVersion.Specs.csproj", "{A8B2AE5B-2DB9-4749-BF1B-98A27502BECD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E798E1A6-A902-42AC-8F78-839AB7BF6E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E798E1A6-A902-42AC-8F78-839AB7BF6E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E798E1A6-A902-42AC-8F78-839AB7BF6E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E798E1A6-A902-42AC-8F78-839AB7BF6E0C}.Release|Any CPU.Build.0 = Release|Any CPU
{DEC083A4-57CF-477D-B1FF-7254D36E72D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEC083A4-57CF-477D-B1FF-7254D36E72D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEC083A4-57CF-477D-B1FF-7254D36E72D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEC083A4-57CF-477D-B1FF-7254D36E72D4}.Release|Any CPU.Build.0 = Release|Any CPU
{92F0ABFC-3B8F-4332-9ACB-1E945E70B7ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92F0ABFC-3B8F-4332-9ACB-1E945E70B7ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92F0ABFC-3B8F-4332-9ACB-1E945E70B7ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92F0ABFC-3B8F-4332-9ACB-1E945E70B7ED}.Release|Any CPU.Build.0 = Release|Any CPU
{5D10EC04-2422-413C-B2AF-2DBD12855F5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D10EC04-2422-413C-B2AF-2DBD12855F5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D10EC04-2422-413C-B2AF-2DBD12855F5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D10EC04-2422-413C-B2AF-2DBD12855F5A}.Release|Any CPU.Build.0 = Release|Any CPU
{A8B2AE5B-2DB9-4749-BF1B-98A27502BECD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8B2AE5B-2DB9-4749-BF1B-98A27502BECD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8B2AE5B-2DB9-4749-BF1B-98A27502BECD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8B2AE5B-2DB9-4749-BF1B-98A27502BECD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E798E1A6-A902-42AC-8F78-839AB7BF6E0C} = {64F47862-C59C-4810-A015-5B024403621E}
{DEC083A4-57CF-477D-B1FF-7254D36E72D4} = {64F47862-C59C-4810-A015-5B024403621E}
{92F0ABFC-3B8F-4332-9ACB-1E945E70B7ED} = {F43A5802-1D6B-4D11-BCF9-2B79C0A440F6}
{5D10EC04-2422-413C-B2AF-2DBD12855F5A} = {F43A5802-1D6B-4D11-BCF9-2B79C0A440F6}
{A8B2AE5B-2DB9-4749-BF1B-98A27502BECD} = {64F47862-C59C-4810-A015-5B024403621E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E833630E-1042-4790-82BD-8F3BF37C3282}
EndGlobalSection
EndGlobal