-
Notifications
You must be signed in to change notification settings - Fork 0
/
MedicalFactory.sln
50 lines (50 loc) · 2.67 KB
/
MedicalFactory.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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MedicalFactory", "MedicalFactory\MedicalFactory.csproj", "{0B016114-8A52-4889-ACB7-6828CF4DEE33}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{00F832FF-1ABE-47C4-9CA1-957E831E3130}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
EndProjectSection
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "AppPackage", "AppPackage\AppPackage.wapproj", "{2E88B09E-322A-4089-89A9-A084BBF69C15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B016114-8A52-4889-ACB7-6828CF4DEE33}.Debug|x64.ActiveCfg = Debug|x64
{0B016114-8A52-4889-ACB7-6828CF4DEE33}.Debug|x64.Build.0 = Debug|x64
{0B016114-8A52-4889-ACB7-6828CF4DEE33}.Debug|x86.ActiveCfg = Debug|x86
{0B016114-8A52-4889-ACB7-6828CF4DEE33}.Debug|x86.Build.0 = Debug|x86
{0B016114-8A52-4889-ACB7-6828CF4DEE33}.Release|x64.ActiveCfg = Release|x64
{0B016114-8A52-4889-ACB7-6828CF4DEE33}.Release|x64.Build.0 = Release|x64
{0B016114-8A52-4889-ACB7-6828CF4DEE33}.Release|x86.ActiveCfg = Release|x86
{0B016114-8A52-4889-ACB7-6828CF4DEE33}.Release|x86.Build.0 = Release|x86
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Debug|x64.ActiveCfg = Debug|x64
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Debug|x64.Build.0 = Debug|x64
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Debug|x64.Deploy.0 = Debug|x64
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Debug|x86.ActiveCfg = Debug|x86
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Debug|x86.Build.0 = Debug|x86
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Debug|x86.Deploy.0 = Debug|x86
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Release|x64.ActiveCfg = Release|x64
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Release|x64.Build.0 = Release|x64
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Release|x64.Deploy.0 = Release|x64
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Release|x86.ActiveCfg = Release|x86
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Release|x86.Build.0 = Release|x86
{2E88B09E-322A-4089-89A9-A084BBF69C15}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D65E71E2-711F-46FF-B960-E62312EB71A5}
EndGlobalSection
EndGlobal