-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPharmaTracker.sln
More file actions
37 lines (37 loc) · 2.11 KB
/
PharmaTracker.sln
File metadata and controls
37 lines (37 loc) · 2.11 KB
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.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PharmaTracker.Server", "PharmaTracker\Server\PharmaTracker.Server.csproj", "{61D95086-835E-4486-BD66-2758DB2F8FEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PharmaTracker.Client", "PharmaTracker\Client\PharmaTracker.Client.csproj", "{E84703B5-C57B-46E9-8C27-2A1CA5206BA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PharmaTracker.Shared", "PharmaTracker\Shared\PharmaTracker.Shared.csproj", "{C91F129B-E67A-4398-AD3A-2E8F70A65DCC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61D95086-835E-4486-BD66-2758DB2F8FEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61D95086-835E-4486-BD66-2758DB2F8FEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61D95086-835E-4486-BD66-2758DB2F8FEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61D95086-835E-4486-BD66-2758DB2F8FEA}.Release|Any CPU.Build.0 = Release|Any CPU
{E84703B5-C57B-46E9-8C27-2A1CA5206BA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E84703B5-C57B-46E9-8C27-2A1CA5206BA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E84703B5-C57B-46E9-8C27-2A1CA5206BA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E84703B5-C57B-46E9-8C27-2A1CA5206BA7}.Release|Any CPU.Build.0 = Release|Any CPU
{C91F129B-E67A-4398-AD3A-2E8F70A65DCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C91F129B-E67A-4398-AD3A-2E8F70A65DCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C91F129B-E67A-4398-AD3A-2E8F70A65DCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C91F129B-E67A-4398-AD3A-2E8F70A65DCC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E127E7F8-D6FF-494C-8E98-8A6B757BC12C}
EndGlobalSection
EndGlobal