forked from sherman89/WpfReporting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWpfReporting.sln
37 lines (37 loc) · 2.04 KB
/
WpfReporting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrintPreviewGui", "PrintPreviewGui\PrintPreviewGui.csproj", "{3367C233-C160-42F0-8C9F-F74B9D6E9B2E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportPaginator", "ReportPaginator\ReportPaginator.csproj", "{F24EB67F-281B-4D42-8150-6AF17D1C8171}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Printing", "Printing\Printing.csproj", "{00344CE3-2D43-4F46-A376-5E9593AEC86C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3367C233-C160-42F0-8C9F-F74B9D6E9B2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3367C233-C160-42F0-8C9F-F74B9D6E9B2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3367C233-C160-42F0-8C9F-F74B9D6E9B2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3367C233-C160-42F0-8C9F-F74B9D6E9B2E}.Release|Any CPU.Build.0 = Release|Any CPU
{F24EB67F-281B-4D42-8150-6AF17D1C8171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F24EB67F-281B-4D42-8150-6AF17D1C8171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F24EB67F-281B-4D42-8150-6AF17D1C8171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F24EB67F-281B-4D42-8150-6AF17D1C8171}.Release|Any CPU.Build.0 = Release|Any CPU
{00344CE3-2D43-4F46-A376-5E9593AEC86C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00344CE3-2D43-4F46-A376-5E9593AEC86C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00344CE3-2D43-4F46-A376-5E9593AEC86C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00344CE3-2D43-4F46-A376-5E9593AEC86C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5FAF3920-4D25-47D5-81E7-387FAD31A670}
EndGlobalSection
EndGlobal