-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathSimpleWPFReporting.sln
55 lines (55 loc) · 2.67 KB
/
SimpleWPFReporting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleWPFReporting", "SimpleWPFReporting\SimpleWPFReporting.csproj", "{9846B28B-D22B-4B99-BFC1-420535730CE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1E03FFEC-44A5-4DF1-8CD6-7A5FBFECE9BA}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{0E44BB82-F259-4F13-BA10-AB0A86A689B9}"
ProjectSection(SolutionItems) = preProject
Files\output.pdf = Files\output.pdf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{AD970D11-F40F-43A0-BA1A-4BE4B38D45B2}"
ProjectSection(SolutionItems) = preProject
Files\input.png = Files\input.png
Files\output1.png = Files\output1.png
Files\output2.png = Files\output2.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{D89D75DC-4007-4F15-B1DA-F91E6C72CF72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Invoice", "Example\Invoice.csproj", "{DA07A6F7-D067-4E08-9ACB-621672357E2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9846B28B-D22B-4B99-BFC1-420535730CE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9846B28B-D22B-4B99-BFC1-420535730CE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9846B28B-D22B-4B99-BFC1-420535730CE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9846B28B-D22B-4B99-BFC1-420535730CE4}.Release|Any CPU.Build.0 = Release|Any CPU
{DA07A6F7-D067-4E08-9ACB-621672357E2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA07A6F7-D067-4E08-9ACB-621672357E2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA07A6F7-D067-4E08-9ACB-621672357E2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA07A6F7-D067-4E08-9ACB-621672357E2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AD970D11-F40F-43A0-BA1A-4BE4B38D45B2} = {0E44BB82-F259-4F13-BA10-AB0A86A689B9}
{DA07A6F7-D067-4E08-9ACB-621672357E2E} = {D89D75DC-4007-4F15-B1DA-F91E6C72CF72}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C14426A7-1436-4D4D-8AC9-6D9D4F6DC212}
EndGlobalSection
EndGlobal