-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathSofee.Core.sln
49 lines (49 loc) · 3.23 KB
/
Sofee.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sofee.Core.Api", "Sofee.Core.Api\Sofee.Core.Api.csproj", "{D94CD721-E160-40A7-ABD1-2C06DA48A986}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sofee.Core.Api.Tests.Unit", "Sofee.Core.Api.Tests.Unit\Sofee.Core.Api.Tests.Unit.csproj", "{7D374451-BA8B-45F9-AE5D-FBCA7415F08B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sofee.Core.Api.Tests.Acceptance", "Sofee.Core.Api.Tests.Acceptance\Sofee.Core.Api.Tests.Acceptance.csproj", "{16721B09-8C45-4D75-8000-59E619440247}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sofee.Core.Api.Infrastructure.Build", "Sofee.Core.Api.Infrastructure.Build\Sofee.Core.Api.Infrastructure.Build.csproj", "{121872E2-C76A-49C1-9E49-E9C17B44E434}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sofee.Core.Api.Infrastructure.Provision", "Sofee.Core.Api.Infrastructure.Provision\Sofee.Core.Api.Infrastructure.Provision.csproj", "{2226A631-89FF-4832-B5EC-BFE8C329577B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D94CD721-E160-40A7-ABD1-2C06DA48A986}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D94CD721-E160-40A7-ABD1-2C06DA48A986}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D94CD721-E160-40A7-ABD1-2C06DA48A986}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D94CD721-E160-40A7-ABD1-2C06DA48A986}.Release|Any CPU.Build.0 = Release|Any CPU
{7D374451-BA8B-45F9-AE5D-FBCA7415F08B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D374451-BA8B-45F9-AE5D-FBCA7415F08B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D374451-BA8B-45F9-AE5D-FBCA7415F08B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D374451-BA8B-45F9-AE5D-FBCA7415F08B}.Release|Any CPU.Build.0 = Release|Any CPU
{16721B09-8C45-4D75-8000-59E619440247}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16721B09-8C45-4D75-8000-59E619440247}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16721B09-8C45-4D75-8000-59E619440247}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16721B09-8C45-4D75-8000-59E619440247}.Release|Any CPU.Build.0 = Release|Any CPU
{121872E2-C76A-49C1-9E49-E9C17B44E434}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{121872E2-C76A-49C1-9E49-E9C17B44E434}.Debug|Any CPU.Build.0 = Debug|Any CPU
{121872E2-C76A-49C1-9E49-E9C17B44E434}.Release|Any CPU.ActiveCfg = Release|Any CPU
{121872E2-C76A-49C1-9E49-E9C17B44E434}.Release|Any CPU.Build.0 = Release|Any CPU
{2226A631-89FF-4832-B5EC-BFE8C329577B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2226A631-89FF-4832-B5EC-BFE8C329577B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2226A631-89FF-4832-B5EC-BFE8C329577B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2226A631-89FF-4832-B5EC-BFE8C329577B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1FCD9A3-3EAF-4A94-B43D-7F529B3FFAEE}
EndGlobalSection
EndGlobal