-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSoftProgres.PatientRegistry.sln
More file actions
30 lines (30 loc) · 1.66 KB
/
SoftProgres.PatientRegistry.sln
File metadata and controls
30 lines (30 loc) · 1.66 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoftProgres.PatientRegistry.Api", "SoftProgres.PatientRegistry.Api\SoftProgres.PatientRegistry.Api.csproj", "{A125A2A5-1EB4-42D0-B73E-1A3BCE1FE516}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoftProgres.PatientRegistry.Desktop", "SoftProgres.PatientRegistry.Desktop\SoftProgres.PatientRegistry.Desktop.csproj", "{FCACAFED-BE4E-4972-992F-E140044EE53C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{F7477446-A966-43C6-835E-D66DF214D940}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
.gitignore = .gitignore
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A125A2A5-1EB4-42D0-B73E-1A3BCE1FE516}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A125A2A5-1EB4-42D0-B73E-1A3BCE1FE516}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A125A2A5-1EB4-42D0-B73E-1A3BCE1FE516}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A125A2A5-1EB4-42D0-B73E-1A3BCE1FE516}.Release|Any CPU.Build.0 = Release|Any CPU
{FCACAFED-BE4E-4972-992F-E140044EE53C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCACAFED-BE4E-4972-992F-E140044EE53C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCACAFED-BE4E-4972-992F-E140044EE53C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCACAFED-BE4E-4972-992F-E140044EE53C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal