-
Notifications
You must be signed in to change notification settings - Fork 0
/
FreakyFashionSvante.sln
43 lines (43 loc) · 2.75 KB
/
FreakyFashionSvante.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.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreakyFashionSvante.StockService", "FreakyFashionSvante.StockService\FreakyFashionSvante.StockService.csproj", "{7C5EDDBE-9A88-47FA-918B-C18AF80D4B6E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreakyFashionSvante.CatalogService", "FreakyFashionSvante.CatalogService\FreakyFashionSvante.CatalogService.csproj", "{D0D30B59-E900-437F-9B08-6EDB81131876}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreakyFashionSvante.BasketService", "FreakyFashionSvante.BasketService\FreakyFashionSvante.BasketService.csproj", "{282045A1-3A09-47CF-A2FB-9A0818DA392E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreakyFashionSvante.OrderService", "FreakyFashionSvante.OrderService\FreakyFashionSvante.OrderService.csproj", "{A775FAF4-2C1F-4D54-8050-50ECB2AADCD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C5EDDBE-9A88-47FA-918B-C18AF80D4B6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C5EDDBE-9A88-47FA-918B-C18AF80D4B6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C5EDDBE-9A88-47FA-918B-C18AF80D4B6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C5EDDBE-9A88-47FA-918B-C18AF80D4B6E}.Release|Any CPU.Build.0 = Release|Any CPU
{D0D30B59-E900-437F-9B08-6EDB81131876}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0D30B59-E900-437F-9B08-6EDB81131876}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0D30B59-E900-437F-9B08-6EDB81131876}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0D30B59-E900-437F-9B08-6EDB81131876}.Release|Any CPU.Build.0 = Release|Any CPU
{282045A1-3A09-47CF-A2FB-9A0818DA392E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{282045A1-3A09-47CF-A2FB-9A0818DA392E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{282045A1-3A09-47CF-A2FB-9A0818DA392E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{282045A1-3A09-47CF-A2FB-9A0818DA392E}.Release|Any CPU.Build.0 = Release|Any CPU
{A775FAF4-2C1F-4D54-8050-50ECB2AADCD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A775FAF4-2C1F-4D54-8050-50ECB2AADCD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A775FAF4-2C1F-4D54-8050-50ECB2AADCD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A775FAF4-2C1F-4D54-8050-50ECB2AADCD3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06336A55-CC31-4EB6-805B-E971BF4A0840}
EndGlobalSection
EndGlobal