-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sheenam.sln
37 lines (37 loc) · 2.12 KB
/
Sheenam.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 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sheenam.Api", "Sheenam.Api\Sheenam.Api.csproj", "{1252C46E-C7FA-4E0B-8375-BA13AE9F2E81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sheenam.Api.Tests.Unit", "Sheenam.Api.Tests.Unit\Sheenam.Api.Tests.Unit.csproj", "{F9798A82-F6E2-4CA4-AF30-631ABDCBD5F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sheenam.Api.Infrastructure.Build", "Sheenam.Api.Infrastructure.Build\Sheenam.Api.Infrastructure.Build.csproj", "{65AD824A-A88C-4CDC-A4CE-4F4443146070}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1252C46E-C7FA-4E0B-8375-BA13AE9F2E81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1252C46E-C7FA-4E0B-8375-BA13AE9F2E81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1252C46E-C7FA-4E0B-8375-BA13AE9F2E81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1252C46E-C7FA-4E0B-8375-BA13AE9F2E81}.Release|Any CPU.Build.0 = Release|Any CPU
{F9798A82-F6E2-4CA4-AF30-631ABDCBD5F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9798A82-F6E2-4CA4-AF30-631ABDCBD5F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9798A82-F6E2-4CA4-AF30-631ABDCBD5F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9798A82-F6E2-4CA4-AF30-631ABDCBD5F9}.Release|Any CPU.Build.0 = Release|Any CPU
{65AD824A-A88C-4CDC-A4CE-4F4443146070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65AD824A-A88C-4CDC-A4CE-4F4443146070}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65AD824A-A88C-4CDC-A4CE-4F4443146070}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65AD824A-A88C-4CDC-A4CE-4F4443146070}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB68927B-B8DB-4DD4-9630-765DBD7EBF05}
EndGlobalSection
EndGlobal