-
Notifications
You must be signed in to change notification settings - Fork 0
/
Justpharm.sln
37 lines (37 loc) · 2.06 KB
/
Justpharm.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.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Justpharm.Library", "Justpharm.Library\Justpharm.Library.csproj", "{9B14AD95-244F-47E0-9DD5-C08807014B59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Justpharm.Web", "Justpharm.Web\Justpharm.Web.csproj", "{02ACE086-0315-407C-93F7-EF19E99EE42B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Justpharm.API", "Justpharm.API\Justpharm.API.csproj", "{8915482E-9AEC-4B35-9F53-3DA90E842529}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B14AD95-244F-47E0-9DD5-C08807014B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B14AD95-244F-47E0-9DD5-C08807014B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B14AD95-244F-47E0-9DD5-C08807014B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B14AD95-244F-47E0-9DD5-C08807014B59}.Release|Any CPU.Build.0 = Release|Any CPU
{02ACE086-0315-407C-93F7-EF19E99EE42B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02ACE086-0315-407C-93F7-EF19E99EE42B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02ACE086-0315-407C-93F7-EF19E99EE42B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02ACE086-0315-407C-93F7-EF19E99EE42B}.Release|Any CPU.Build.0 = Release|Any CPU
{8915482E-9AEC-4B35-9F53-3DA90E842529}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8915482E-9AEC-4B35-9F53-3DA90E842529}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8915482E-9AEC-4B35-9F53-3DA90E842529}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8915482E-9AEC-4B35-9F53-3DA90E842529}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4178F9B8-2391-415C-8520-C3E0C8A03CC4}
EndGlobalSection
EndGlobal