-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPetProject.sln
53 lines (53 loc) · 3.12 KB
/
PetProject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pets", "Pets\Pets.csproj", "{08ED7E5A-2AF1-4A43-A957-00AC21371F87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pets.Tests", "Pets.Tests\Pets.Tests.csproj", "{070DF979-6903-4D4E-AAD9-F9A585D311A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Money", "Money\Money.csproj", "{545CC9AF-107C-4717-BC86-DBCF98DBFD8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Money.Tests", "Money.Tests\Money.Tests.csproj", "{FB9E3F08-B8A0-4FC5-9831-AAD02958DB52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C34B5850-E339-4A8F-8684-7BEFD49DA121}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{17222551-8A00-4547-ADC4-25BFF3293152}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08ED7E5A-2AF1-4A43-A957-00AC21371F87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08ED7E5A-2AF1-4A43-A957-00AC21371F87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08ED7E5A-2AF1-4A43-A957-00AC21371F87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08ED7E5A-2AF1-4A43-A957-00AC21371F87}.Release|Any CPU.Build.0 = Release|Any CPU
{070DF979-6903-4D4E-AAD9-F9A585D311A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{070DF979-6903-4D4E-AAD9-F9A585D311A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{070DF979-6903-4D4E-AAD9-F9A585D311A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{070DF979-6903-4D4E-AAD9-F9A585D311A5}.Release|Any CPU.Build.0 = Release|Any CPU
{545CC9AF-107C-4717-BC86-DBCF98DBFD8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{545CC9AF-107C-4717-BC86-DBCF98DBFD8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{545CC9AF-107C-4717-BC86-DBCF98DBFD8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{545CC9AF-107C-4717-BC86-DBCF98DBFD8B}.Release|Any CPU.Build.0 = Release|Any CPU
{FB9E3F08-B8A0-4FC5-9831-AAD02958DB52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB9E3F08-B8A0-4FC5-9831-AAD02958DB52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB9E3F08-B8A0-4FC5-9831-AAD02958DB52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB9E3F08-B8A0-4FC5-9831-AAD02958DB52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{08ED7E5A-2AF1-4A43-A957-00AC21371F87} = {C34B5850-E339-4A8F-8684-7BEFD49DA121}
{070DF979-6903-4D4E-AAD9-F9A585D311A5} = {17222551-8A00-4547-ADC4-25BFF3293152}
{545CC9AF-107C-4717-BC86-DBCF98DBFD8B} = {C34B5850-E339-4A8F-8684-7BEFD49DA121}
{FB9E3F08-B8A0-4FC5-9831-AAD02958DB52} = {17222551-8A00-4547-ADC4-25BFF3293152}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD8AF34F-7D0C-4760-B9A7-18265FCB5EBA}
EndGlobalSection
EndGlobal