-
Notifications
You must be signed in to change notification settings - Fork 27
/
MaltReport.sln
56 lines (56 loc) · 3.04 KB
/
MaltReport.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D4D70D47-6A83-4D41-A350-F63E4AC297FB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE.txt = LICENSE.txt
MaltReport.nuspec = MaltReport.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandwych.Reporting", "src\Sandwych.Reporting\Sandwych.Reporting.csproj", "{58A2B729-D200-45D2-B1CA-C160EF42FBD6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{2E73AA99-2051-4D25-B00A-C5DA87FC0ADA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaltReport.HelloWorld", "samples\MaltReport.HelloWorld\MaltReport.HelloWorld.csproj", "{9AC028D6-D5C6-4143-9BA4-7C658F9D8286}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{73DA9DDC-2704-496E-B2F1-5A0EC103A7CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandwych.Reporting.Tests", "test\Sandwych.Reporting.Tests\Sandwych.Reporting.Tests.csproj", "{ED8D93C6-ABBF-4B68-BD8E-AECB63F593B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58A2B729-D200-45D2-B1CA-C160EF42FBD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58A2B729-D200-45D2-B1CA-C160EF42FBD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58A2B729-D200-45D2-B1CA-C160EF42FBD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58A2B729-D200-45D2-B1CA-C160EF42FBD6}.Release|Any CPU.Build.0 = Release|Any CPU
{9AC028D6-D5C6-4143-9BA4-7C658F9D8286}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AC028D6-D5C6-4143-9BA4-7C658F9D8286}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AC028D6-D5C6-4143-9BA4-7C658F9D8286}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AC028D6-D5C6-4143-9BA4-7C658F9D8286}.Release|Any CPU.Build.0 = Release|Any CPU
{ED8D93C6-ABBF-4B68-BD8E-AECB63F593B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED8D93C6-ABBF-4B68-BD8E-AECB63F593B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED8D93C6-ABBF-4B68-BD8E-AECB63F593B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED8D93C6-ABBF-4B68-BD8E-AECB63F593B5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9AC028D6-D5C6-4143-9BA4-7C658F9D8286} = {2E73AA99-2051-4D25-B00A-C5DA87FC0ADA}
{ED8D93C6-ABBF-4B68-BD8E-AECB63F593B5} = {73DA9DDC-2704-496E-B2F1-5A0EC103A7CF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D25BEC1-29AD-4FF0-899C-FF277F65F63E}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Malt.Reporting.Test\Malt.Reporting.Test.csproj
EndGlobalSection
EndGlobal