forked from lkosson/reportviewercore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReportViewerCore.sln
73 lines (73 loc) · 5.46 KB
/
ReportViewerCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ReportViewer.Common", "Microsoft.ReportViewer.Common\Microsoft.ReportViewer.Common.csproj", "{B9C13749-BEEC-4139-8195-F13C4DA10A9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ReportViewer.DataVisualization", "Microsoft.ReportViewer.DataVisualization\Microsoft.ReportViewer.DataVisualization.csproj", "{BDAE3BD1-FCE1-4742-A217-F7BA05799D34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ReportViewer.ProcessingObjectModel", "Microsoft.ReportViewer.ProcessingObjectModel\Microsoft.ReportViewer.ProcessingObjectModel.csproj", "{D364C9F9-660C-4843-AB34-EF395D0B3C69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ReportViewer.WinForms", "Microsoft.ReportViewer.WinForms\Microsoft.ReportViewer.WinForms.csproj", "{B9938557-FE73-4208-B4D9-29245ACAE6B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ReportViewer.NETCore", "Microsoft.ReportViewer.NETCore\Microsoft.ReportViewer.NETCore.csproj", "{89AAC4A3-3359-4C08-8417-8BBD2F942305}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportViewerCore.Sample.Console", "ReportViewerCore.Sample.Console\ReportViewerCore.Sample.Console.csproj", "{12E6A560-8CB6-42EA-8927-31F0746452EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportViewerCore.Sample.WinForms", "ReportViewerCore.Sample.WinForms\ReportViewerCore.Sample.WinForms.csproj", "{81CBA68E-9E0D-4744-A997-0BDB5F3F54E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportViewerCore.Sample.AspNetCore", "ReportViewerCore.Sample.AspNetCore\ReportViewerCore.Sample.AspNetCore.csproj", "{12D633C9-56DA-49F6-9996-1C22BB4EBEE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportViewerCore.Sample.WinFormsServer", "ReportViewerCore.Sample.WinFormsServer\ReportViewerCore.Sample.WinFormsServer.csproj", "{E7BEBAB0-8455-4448-B378-A93381AA3771}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9C13749-BEEC-4139-8195-F13C4DA10A9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9C13749-BEEC-4139-8195-F13C4DA10A9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9C13749-BEEC-4139-8195-F13C4DA10A9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9C13749-BEEC-4139-8195-F13C4DA10A9E}.Release|Any CPU.Build.0 = Release|Any CPU
{BDAE3BD1-FCE1-4742-A217-F7BA05799D34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDAE3BD1-FCE1-4742-A217-F7BA05799D34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDAE3BD1-FCE1-4742-A217-F7BA05799D34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDAE3BD1-FCE1-4742-A217-F7BA05799D34}.Release|Any CPU.Build.0 = Release|Any CPU
{D364C9F9-660C-4843-AB34-EF395D0B3C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D364C9F9-660C-4843-AB34-EF395D0B3C69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D364C9F9-660C-4843-AB34-EF395D0B3C69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D364C9F9-660C-4843-AB34-EF395D0B3C69}.Release|Any CPU.Build.0 = Release|Any CPU
{B9938557-FE73-4208-B4D9-29245ACAE6B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9938557-FE73-4208-B4D9-29245ACAE6B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9938557-FE73-4208-B4D9-29245ACAE6B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9938557-FE73-4208-B4D9-29245ACAE6B5}.Release|Any CPU.Build.0 = Release|Any CPU
{89AAC4A3-3359-4C08-8417-8BBD2F942305}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89AAC4A3-3359-4C08-8417-8BBD2F942305}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89AAC4A3-3359-4C08-8417-8BBD2F942305}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89AAC4A3-3359-4C08-8417-8BBD2F942305}.Release|Any CPU.Build.0 = Release|Any CPU
{12E6A560-8CB6-42EA-8927-31F0746452EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12E6A560-8CB6-42EA-8927-31F0746452EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12E6A560-8CB6-42EA-8927-31F0746452EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12E6A560-8CB6-42EA-8927-31F0746452EE}.Release|Any CPU.Build.0 = Release|Any CPU
{81CBA68E-9E0D-4744-A997-0BDB5F3F54E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81CBA68E-9E0D-4744-A997-0BDB5F3F54E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81CBA68E-9E0D-4744-A997-0BDB5F3F54E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81CBA68E-9E0D-4744-A997-0BDB5F3F54E9}.Release|Any CPU.Build.0 = Release|Any CPU
{12D633C9-56DA-49F6-9996-1C22BB4EBEE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12D633C9-56DA-49F6-9996-1C22BB4EBEE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12D633C9-56DA-49F6-9996-1C22BB4EBEE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12D633C9-56DA-49F6-9996-1C22BB4EBEE1}.Release|Any CPU.Build.0 = Release|Any CPU
{E7BEBAB0-8455-4448-B378-A93381AA3771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7BEBAB0-8455-4448-B378-A93381AA3771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7BEBAB0-8455-4448-B378-A93381AA3771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7BEBAB0-8455-4448-B378-A93381AA3771}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1BF1BAC-F639-48A2-9CDD-D49DCC442DC9}
EndGlobalSection
EndGlobal