-
Notifications
You must be signed in to change notification settings - Fork 0
/
Medior.sln
52 lines (52 loc) · 2.87 KB
/
Medior.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
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Medior", "Medior\Medior.csproj", "{0F92DFCE-243D-43E0-ACDB-883D9F8BC353}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{332081CD-0E21-4DDC-81DC-E44B90572F15}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.build\Build.ps1 = .build\Build.ps1
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Medior.Web.Server", "Medior.Web\Server\Medior.Web.Server.csproj", "{EF4EFAE7-B453-4C1C-8491-CF7B0CA5F7A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Medior.Web.Client", "Medior.Web\Client\Medior.Web.Client.csproj", "{2207FEF7-32A3-49D0-AEEC-290A2130FD4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Medior.Shared", "Medior.Shared\Medior.Shared.csproj", "{79AE7ABA-46B7-4A6A-BBA7-9A3CA6DE8A83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F92DFCE-243D-43E0-ACDB-883D9F8BC353}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F92DFCE-243D-43E0-ACDB-883D9F8BC353}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F92DFCE-243D-43E0-ACDB-883D9F8BC353}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F92DFCE-243D-43E0-ACDB-883D9F8BC353}.Release|Any CPU.Build.0 = Release|Any CPU
{EF4EFAE7-B453-4C1C-8491-CF7B0CA5F7A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF4EFAE7-B453-4C1C-8491-CF7B0CA5F7A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF4EFAE7-B453-4C1C-8491-CF7B0CA5F7A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF4EFAE7-B453-4C1C-8491-CF7B0CA5F7A1}.Release|Any CPU.Build.0 = Release|Any CPU
{2207FEF7-32A3-49D0-AEEC-290A2130FD4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2207FEF7-32A3-49D0-AEEC-290A2130FD4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2207FEF7-32A3-49D0-AEEC-290A2130FD4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2207FEF7-32A3-49D0-AEEC-290A2130FD4E}.Release|Any CPU.Build.0 = Release|Any CPU
{79AE7ABA-46B7-4A6A-BBA7-9A3CA6DE8A83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79AE7ABA-46B7-4A6A-BBA7-9A3CA6DE8A83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79AE7ABA-46B7-4A6A-BBA7-9A3CA6DE8A83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79AE7ABA-46B7-4A6A-BBA7-9A3CA6DE8A83}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D5FB1896-5045-4E89-B06D-110F37AA7488}
EndGlobalSection
EndGlobal