-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.sln
43 lines (43 loc) · 2.58 KB
/
demo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.NetFramework", "Demo.NetFramework\Demo.NetFramework.csproj", "{C5F070B1-87FC-47DC-AB18-A931D48B1C99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.NetCore", "Demo.NetCore\Demo.NetCore.csproj", "{08089ACA-EA34-4CE3-9341-878BC5E04BC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.Telerik", "Demo.Telerik\Demo.Telerik.csproj", "{B32829AA-46F9-488A-838C-BB5646465047}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.ObjectSession", "Demo.ObjectSession\Demo.ObjectSession.csproj", "{68F09422-CEEA-4352-A12F-269AE2541A31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5F070B1-87FC-47DC-AB18-A931D48B1C99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5F070B1-87FC-47DC-AB18-A931D48B1C99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5F070B1-87FC-47DC-AB18-A931D48B1C99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5F070B1-87FC-47DC-AB18-A931D48B1C99}.Release|Any CPU.Build.0 = Release|Any CPU
{08089ACA-EA34-4CE3-9341-878BC5E04BC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08089ACA-EA34-4CE3-9341-878BC5E04BC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08089ACA-EA34-4CE3-9341-878BC5E04BC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08089ACA-EA34-4CE3-9341-878BC5E04BC6}.Release|Any CPU.Build.0 = Release|Any CPU
{B32829AA-46F9-488A-838C-BB5646465047}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B32829AA-46F9-488A-838C-BB5646465047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B32829AA-46F9-488A-838C-BB5646465047}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B32829AA-46F9-488A-838C-BB5646465047}.Release|Any CPU.Build.0 = Release|Any CPU
{68F09422-CEEA-4352-A12F-269AE2541A31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68F09422-CEEA-4352-A12F-269AE2541A31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68F09422-CEEA-4352-A12F-269AE2541A31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68F09422-CEEA-4352-A12F-269AE2541A31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A46B75E-A7F0-4716-8164-95F49E253AA0}
EndGlobalSection
EndGlobal