-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPetshopOA.sln
37 lines (37 loc) · 2.05 KB
/
PetshopOA.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PetshopOA.Shared", "PetshopOA\PetshopOA.Shared.csproj", "{22FC9D20-8608-4D8E-B605-A801B3637321}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Petshop.Server", "Petshop.Server\Petshop.Server.csproj", "{8994ABA9-C45B-4DE2-AEC7-C9B5BA7B6E1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PetShop.Client", "PetShop.Client\PetShop.Client.csproj", "{FA3FB574-0F57-4E6A-924F-005E2D175E9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22FC9D20-8608-4D8E-B605-A801B3637321}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22FC9D20-8608-4D8E-B605-A801B3637321}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22FC9D20-8608-4D8E-B605-A801B3637321}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22FC9D20-8608-4D8E-B605-A801B3637321}.Release|Any CPU.Build.0 = Release|Any CPU
{8994ABA9-C45B-4DE2-AEC7-C9B5BA7B6E1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8994ABA9-C45B-4DE2-AEC7-C9B5BA7B6E1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8994ABA9-C45B-4DE2-AEC7-C9B5BA7B6E1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8994ABA9-C45B-4DE2-AEC7-C9B5BA7B6E1C}.Release|Any CPU.Build.0 = Release|Any CPU
{FA3FB574-0F57-4E6A-924F-005E2D175E9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA3FB574-0F57-4E6A-924F-005E2D175E9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA3FB574-0F57-4E6A-924F-005E2D175E9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA3FB574-0F57-4E6A-924F-005E2D175E9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61B1230F-BA85-43ED-9472-2B37700E1E35}
EndGlobalSection
EndGlobal