-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDynamicRouting.sln
36 lines (36 loc) · 2.15 KB
/
DynamicRouting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicRouting.Kentico.Base", "DynamicRouting.Kentico.Base\DynamicRouting.Kentico.Base.csproj", "{66553B70-EF4A-40BA-B077-F5B88826EB82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicRouting.Kentico.MVC", "DynamicRouting.Kentico.MVC\DynamicRouting.Kentico.MVC.csproj", "{8A9F8E7F-C18A-4D90-924A-27B50F5E51FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicRouting.Kentico", "DynamicRouting.Kentico.Mother\DynamicRouting.Kentico.csproj", "{60D45549-BB62-4999-8F29-987B58B33127}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66553B70-EF4A-40BA-B077-F5B88826EB82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66553B70-EF4A-40BA-B077-F5B88826EB82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66553B70-EF4A-40BA-B077-F5B88826EB82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66553B70-EF4A-40BA-B077-F5B88826EB82}.Release|Any CPU.Build.0 = Release|Any CPU
{8A9F8E7F-C18A-4D90-924A-27B50F5E51FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A9F8E7F-C18A-4D90-924A-27B50F5E51FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A9F8E7F-C18A-4D90-924A-27B50F5E51FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A9F8E7F-C18A-4D90-924A-27B50F5E51FF}.Release|Any CPU.Build.0 = Release|Any CPU
{60D45549-BB62-4999-8F29-987B58B33127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60D45549-BB62-4999-8F29-987B58B33127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60D45549-BB62-4999-8F29-987B58B33127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60D45549-BB62-4999-8F29-987B58B33127}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DBE6E9A-E9DA-49A3-AD90-5CC16067A619}
EndGlobalSection
EndGlobal