forked from SQL-Server-projects/Reporting-Services-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystemReports.sln
More file actions
47 lines (47 loc) · 2.88 KB
/
SystemReports.sln
File metadata and controls
47 lines (47 loc) · 2.88 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Miscellaneous", "Miscellaneous\Miscellaneous.vbproj", "{881F7039-10CA-4670-8557-D727892688FB}"
EndProject
Project("{F14B399A-7131-4C87-9E4B-1186C45EF12D}") = "ServerDatabase", "ServerDatabase\ServerDatabase.rptproj", "{9BE33AD8-20D5-4AF8-BC84-1D6CA987E1D8}"
EndProject
Project("{F14B399A-7131-4C87-9E4B-1186C45EF12D}") = "ServerReport", "ServerReports\ServerReport.rptproj", "{288214F0-4865-4BBD-A27C-43B34453445C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugLocal|Any CPU = DebugLocal|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{881F7039-10CA-4670-8557-D727892688FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{881F7039-10CA-4670-8557-D727892688FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{881F7039-10CA-4670-8557-D727892688FB}.DebugLocal|Any CPU.ActiveCfg = Debug|Any CPU
{881F7039-10CA-4670-8557-D727892688FB}.DebugLocal|Any CPU.Build.0 = Debug|Any CPU
{881F7039-10CA-4670-8557-D727892688FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{881F7039-10CA-4670-8557-D727892688FB}.Release|Any CPU.Build.0 = Release|Any CPU
{9BE33AD8-20D5-4AF8-BC84-1D6CA987E1D8}.Debug|Any CPU.ActiveCfg = Debug
{9BE33AD8-20D5-4AF8-BC84-1D6CA987E1D8}.Debug|Any CPU.Build.0 = Debug
{9BE33AD8-20D5-4AF8-BC84-1D6CA987E1D8}.Debug|Any CPU.Deploy.0 = Debug
{9BE33AD8-20D5-4AF8-BC84-1D6CA987E1D8}.DebugLocal|Any CPU.ActiveCfg = DebugLocal
{9BE33AD8-20D5-4AF8-BC84-1D6CA987E1D8}.DebugLocal|Any CPU.Build.0 = DebugLocal
{9BE33AD8-20D5-4AF8-BC84-1D6CA987E1D8}.DebugLocal|Any CPU.Deploy.0 = DebugLocal
{9BE33AD8-20D5-4AF8-BC84-1D6CA987E1D8}.Release|Any CPU.ActiveCfg = Release
{9BE33AD8-20D5-4AF8-BC84-1D6CA987E1D8}.Release|Any CPU.Build.0 = Release
{9BE33AD8-20D5-4AF8-BC84-1D6CA987E1D8}.Release|Any CPU.Deploy.0 = Release
{288214F0-4865-4BBD-A27C-43B34453445C}.Debug|Any CPU.ActiveCfg = Debug
{288214F0-4865-4BBD-A27C-43B34453445C}.Debug|Any CPU.Build.0 = Debug
{288214F0-4865-4BBD-A27C-43B34453445C}.Debug|Any CPU.Deploy.0 = Debug
{288214F0-4865-4BBD-A27C-43B34453445C}.DebugLocal|Any CPU.ActiveCfg = DebugLocal
{288214F0-4865-4BBD-A27C-43B34453445C}.DebugLocal|Any CPU.Build.0 = DebugLocal
{288214F0-4865-4BBD-A27C-43B34453445C}.DebugLocal|Any CPU.Deploy.0 = DebugLocal
{288214F0-4865-4BBD-A27C-43B34453445C}.Release|Any CPU.ActiveCfg = Release
{288214F0-4865-4BBD-A27C-43B34453445C}.Release|Any CPU.Build.0 = Release
{288214F0-4865-4BBD-A27C-43B34453445C}.Release|Any CPU.Deploy.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal