-
Notifications
You must be signed in to change notification settings - Fork 1
/
ReportGenerator.sln
37 lines (37 loc) · 2.12 KB
/
ReportGenerator.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 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportGenerator.Core", "ReportGenerator.Core\ReportGenerator.Core.csproj", "{5AD598B0-65A0-4EFC-9AF6-856FA8335081}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportGenerator.WebClient", "ReportGenerator.WebClient\ReportGenerator.WebClient.csproj", "{08674E93-E0BE-459D-B51E-A74D8C78E737}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportGenerator.Tests", "ReportGenerator.Tests\ReportGenerator.Tests.csproj", "{9373973B-2994-4C8F-82D1-04DCEFBA65CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5AD598B0-65A0-4EFC-9AF6-856FA8335081}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AD598B0-65A0-4EFC-9AF6-856FA8335081}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AD598B0-65A0-4EFC-9AF6-856FA8335081}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AD598B0-65A0-4EFC-9AF6-856FA8335081}.Release|Any CPU.Build.0 = Release|Any CPU
{08674E93-E0BE-459D-B51E-A74D8C78E737}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08674E93-E0BE-459D-B51E-A74D8C78E737}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08674E93-E0BE-459D-B51E-A74D8C78E737}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08674E93-E0BE-459D-B51E-A74D8C78E737}.Release|Any CPU.Build.0 = Release|Any CPU
{9373973B-2994-4C8F-82D1-04DCEFBA65CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9373973B-2994-4C8F-82D1-04DCEFBA65CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9373973B-2994-4C8F-82D1-04DCEFBA65CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9373973B-2994-4C8F-82D1-04DCEFBA65CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B58B422-5F15-4CD4-9097-D0CDC99AD08D}
EndGlobalSection
EndGlobal