This repository was archived by the owner on May 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathNET Core MVC Samples.sln
97 lines (97 loc) · 7.33 KB
/
NET Core MVC Samples.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web Demo", "Web Demo\Web Demo.csproj", "{07EFAC6A-9676-47D0-9A0C-94D7843A306A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Show Report in the Viewer", "Show Report in the Viewer\Show Report in the Viewer.csproj", "{9DD05AB1-9FC1-46B6-A507-A9007DFFBB0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Edit Report in the Designer", "Edit Report in the Designer\Edit Report in the Designer.csproj", "{E420937B-8B4D-4095-9F46-0EEFA3F1665B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Change the Viewer Theme", "Change the Viewer Theme\Change the Viewer Theme.csproj", "{B540062D-1541-4489-B727-DCA94589EE4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Full Screen Mode in Viewer", "Full Screen Mode in Viewer\Full Screen Mode in Viewer.csproj", "{EAFAD193-669F-416A-864B-41DD8CF74AC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Localizing the Viewer", "Localizing the Viewer\Localizing the Viewer.csproj", "{16D17217-84B7-4BC5-A041-B7BCF0A394B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Manage Report Printing and Exporting", "Manage Report Printing and Exporting\Manage Report Printing and Exporting.csproj", "{965599FC-4E59-4E02-A728-ABC4B5C0C5AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Send Report by Email", "Send Report by Email\Send Report by Email.csproj", "{A72FE608-D591-4A43-8F35-AD0AF951CBB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Showing Interactive Reports", "Showing Interactive Reports\Showing Interactive Reports.csproj", "{935B9CEB-F058-4F76-873A-BE84053D2DF8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Using Business Objects in the Report", "Using Business Objects in the Report\Using Business Objects in the Report.csproj", "{A82F59C0-12DE-477E-BE06-8F943D562A43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Export and Print Report from Code", "Export and Print Report from Code\Export and Print Report from Code.csproj", "{7541B753-26CC-4B73-AE60-DA341D7073E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Save Report Template in the Designer", "Save Report Template in the Designer\Save Report Template in the Designer.csproj", "{780B66EE-D3E9-44D6-B62F-0D6F9C619C8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Render Report in the Console App", "Render Report in the Console App\Render Report in the Console App.csproj", "{3CA3099F-8E1F-4C97-85D3-B5B3165578C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07EFAC6A-9676-47D0-9A0C-94D7843A306A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07EFAC6A-9676-47D0-9A0C-94D7843A306A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07EFAC6A-9676-47D0-9A0C-94D7843A306A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07EFAC6A-9676-47D0-9A0C-94D7843A306A}.Release|Any CPU.Build.0 = Release|Any CPU
{9DD05AB1-9FC1-46B6-A507-A9007DFFBB0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DD05AB1-9FC1-46B6-A507-A9007DFFBB0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DD05AB1-9FC1-46B6-A507-A9007DFFBB0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DD05AB1-9FC1-46B6-A507-A9007DFFBB0D}.Release|Any CPU.Build.0 = Release|Any CPU
{E420937B-8B4D-4095-9F46-0EEFA3F1665B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E420937B-8B4D-4095-9F46-0EEFA3F1665B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E420937B-8B4D-4095-9F46-0EEFA3F1665B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E420937B-8B4D-4095-9F46-0EEFA3F1665B}.Release|Any CPU.Build.0 = Release|Any CPU
{B540062D-1541-4489-B727-DCA94589EE4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B540062D-1541-4489-B727-DCA94589EE4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B540062D-1541-4489-B727-DCA94589EE4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B540062D-1541-4489-B727-DCA94589EE4D}.Release|Any CPU.Build.0 = Release|Any CPU
{EAFAD193-669F-416A-864B-41DD8CF74AC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAFAD193-669F-416A-864B-41DD8CF74AC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAFAD193-669F-416A-864B-41DD8CF74AC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAFAD193-669F-416A-864B-41DD8CF74AC0}.Release|Any CPU.Build.0 = Release|Any CPU
{16D17217-84B7-4BC5-A041-B7BCF0A394B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16D17217-84B7-4BC5-A041-B7BCF0A394B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16D17217-84B7-4BC5-A041-B7BCF0A394B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16D17217-84B7-4BC5-A041-B7BCF0A394B0}.Release|Any CPU.Build.0 = Release|Any CPU
{965599FC-4E59-4E02-A728-ABC4B5C0C5AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{965599FC-4E59-4E02-A728-ABC4B5C0C5AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{965599FC-4E59-4E02-A728-ABC4B5C0C5AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{965599FC-4E59-4E02-A728-ABC4B5C0C5AC}.Release|Any CPU.Build.0 = Release|Any CPU
{A72FE608-D591-4A43-8F35-AD0AF951CBB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A72FE608-D591-4A43-8F35-AD0AF951CBB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A72FE608-D591-4A43-8F35-AD0AF951CBB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A72FE608-D591-4A43-8F35-AD0AF951CBB4}.Release|Any CPU.Build.0 = Release|Any CPU
{935B9CEB-F058-4F76-873A-BE84053D2DF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{935B9CEB-F058-4F76-873A-BE84053D2DF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{935B9CEB-F058-4F76-873A-BE84053D2DF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{935B9CEB-F058-4F76-873A-BE84053D2DF8}.Release|Any CPU.Build.0 = Release|Any CPU
{A82F59C0-12DE-477E-BE06-8F943D562A43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A82F59C0-12DE-477E-BE06-8F943D562A43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A82F59C0-12DE-477E-BE06-8F943D562A43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A82F59C0-12DE-477E-BE06-8F943D562A43}.Release|Any CPU.Build.0 = Release|Any CPU
{7541B753-26CC-4B73-AE60-DA341D7073E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7541B753-26CC-4B73-AE60-DA341D7073E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7541B753-26CC-4B73-AE60-DA341D7073E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7541B753-26CC-4B73-AE60-DA341D7073E1}.Release|Any CPU.Build.0 = Release|Any CPU
{780B66EE-D3E9-44D6-B62F-0D6F9C619C8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{780B66EE-D3E9-44D6-B62F-0D6F9C619C8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{780B66EE-D3E9-44D6-B62F-0D6F9C619C8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{780B66EE-D3E9-44D6-B62F-0D6F9C619C8F}.Release|Any CPU.Build.0 = Release|Any CPU
{3CA3099F-8E1F-4C97-85D3-B5B3165578C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CA3099F-8E1F-4C97-85D3-B5B3165578C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CA3099F-8E1F-4C97-85D3-B5B3165578C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CA3099F-8E1F-4C97-85D3-B5B3165578C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {40FC8583-C300-475B-A50C-C2844FF90787}
EndGlobalSection
EndGlobal