-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebApplication.sln
40 lines (40 loc) · 2.39 KB
/
WebApplication.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApplication", "WebApplication\WebApplication.csproj", "{E3B88C1A-DB5F-477D-B596-946DE6A6E9E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtensionA", "ExtensionA\ExtensionA.csproj", "{9926EE23-1051-453A-94F1-8F410476BB0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtensionA.Events", "ExtensionA.Events\ExtensionA.Events.csproj", "{DC4CCB0B-44A1-4CA4-B654-6B11B82F48E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtensionB", "ExtensionB\ExtensionB.csproj", "{E6CB18CA-437C-4BA3-8C5A-59DEBD14F740}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3B88C1A-DB5F-477D-B596-946DE6A6E9E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3B88C1A-DB5F-477D-B596-946DE6A6E9E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3B88C1A-DB5F-477D-B596-946DE6A6E9E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3B88C1A-DB5F-477D-B596-946DE6A6E9E9}.Release|Any CPU.Build.0 = Release|Any CPU
{9926EE23-1051-453A-94F1-8F410476BB0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9926EE23-1051-453A-94F1-8F410476BB0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9926EE23-1051-453A-94F1-8F410476BB0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9926EE23-1051-453A-94F1-8F410476BB0B}.Release|Any CPU.Build.0 = Release|Any CPU
{DC4CCB0B-44A1-4CA4-B654-6B11B82F48E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC4CCB0B-44A1-4CA4-B654-6B11B82F48E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC4CCB0B-44A1-4CA4-B654-6B11B82F48E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC4CCB0B-44A1-4CA4-B654-6B11B82F48E3}.Release|Any CPU.Build.0 = Release|Any CPU
{E6CB18CA-437C-4BA3-8C5A-59DEBD14F740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6CB18CA-437C-4BA3-8C5A-59DEBD14F740}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6CB18CA-437C-4BA3-8C5A-59DEBD14F740}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6CB18CA-437C-4BA3-8C5A-59DEBD14F740}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal