-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathReportService.sln
More file actions
42 lines (42 loc) · 2.33 KB
/
ReportService.sln
File metadata and controls
42 lines (42 loc) · 2.33 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportService", "ReportService\ReportService.csproj", "{51558555-4F1E-4D5E-8354-0CFAD6A8372A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportService.Api", "ReportService.Api\ReportService.Api.csproj", "{BD3CBEF7-C121-4938-B924-0BB77A484B0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{43BD7F77-3CB5-4124-B91D-645F47302E4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReportService.Tests", "ReportService.Tests\ReportService.Tests.csproj", "{3DC06056-B3BC-4453-8A73-0CB1FA8E0CC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51558555-4F1E-4D5E-8354-0CFAD6A8372A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51558555-4F1E-4D5E-8354-0CFAD6A8372A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51558555-4F1E-4D5E-8354-0CFAD6A8372A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51558555-4F1E-4D5E-8354-0CFAD6A8372A}.Release|Any CPU.Build.0 = Release|Any CPU
{BD3CBEF7-C121-4938-B924-0BB77A484B0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD3CBEF7-C121-4938-B924-0BB77A484B0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD3CBEF7-C121-4938-B924-0BB77A484B0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD3CBEF7-C121-4938-B924-0BB77A484B0E}.Release|Any CPU.Build.0 = Release|Any CPU
{3DC06056-B3BC-4453-8A73-0CB1FA8E0CC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DC06056-B3BC-4453-8A73-0CB1FA8E0CC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DC06056-B3BC-4453-8A73-0CB1FA8E0CC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DC06056-B3BC-4453-8A73-0CB1FA8E0CC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3DC06056-B3BC-4453-8A73-0CB1FA8E0CC6} = {43BD7F77-3CB5-4124-B91D-645F47302E4F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {47FB9AA6-0BA9-478B-B943-9FF5FD02BE27}
EndGlobalSection
EndGlobal