generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 29
/
WebApp.sln
42 lines (42 loc) · 2.57 KB
/
WebApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31829.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CMSApp", "CMS\CMSApp.csproj", "{BB8817AE-48DF-4672-A1CB-CFB7441B88DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MedioClinic.Customizations", "MedioClinic.Customizations\MedioClinic.Customizations.csproj", "{C347DD29-53D5-4B99-A2F0-4517173CE9B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{0EA645F0-F98E-44FD-A9F7-4DD126BEC952}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MedioClinic.Customizations.Admin", "MedioClinic.Customizations.Admin\MedioClinic.Customizations.Admin.csproj", "{6D42B763-CB1C-48FB-A97B-34852507AF3D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB8817AE-48DF-4672-A1CB-CFB7441B88DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB8817AE-48DF-4672-A1CB-CFB7441B88DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB8817AE-48DF-4672-A1CB-CFB7441B88DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB8817AE-48DF-4672-A1CB-CFB7441B88DA}.Release|Any CPU.Build.0 = Release|Any CPU
{C347DD29-53D5-4B99-A2F0-4517173CE9B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C347DD29-53D5-4B99-A2F0-4517173CE9B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C347DD29-53D5-4B99-A2F0-4517173CE9B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C347DD29-53D5-4B99-A2F0-4517173CE9B2}.Release|Any CPU.Build.0 = Release|Any CPU
{0EA645F0-F98E-44FD-A9F7-4DD126BEC952}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EA645F0-F98E-44FD-A9F7-4DD126BEC952}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EA645F0-F98E-44FD-A9F7-4DD126BEC952}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EA645F0-F98E-44FD-A9F7-4DD126BEC952}.Release|Any CPU.Build.0 = Release|Any CPU
{6D42B763-CB1C-48FB-A97B-34852507AF3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D42B763-CB1C-48FB-A97B-34852507AF3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D42B763-CB1C-48FB-A97B-34852507AF3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D42B763-CB1C-48FB-A97B-34852507AF3D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5ADB1257-83AC-44A9-B39D-500394440583}
EndGlobalSection
EndGlobal