-
Notifications
You must be signed in to change notification settings - Fork 0
/
DataAnalyzeReport.sln
37 lines (37 loc) · 2 KB
/
DataAnalyzeReport.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.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "WebAPI\WebAPI.csproj", "{B7E956F5-8C32-48FF-B802-1F7DD852E0D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorApp", "BlazorApp\BlazorApp.csproj", "{DC0E5E4D-6527-49C8-ABCF-24297E15770C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{55442D66-10B4-485A-A3B1-82CBD9ED5632}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7E956F5-8C32-48FF-B802-1F7DD852E0D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7E956F5-8C32-48FF-B802-1F7DD852E0D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7E956F5-8C32-48FF-B802-1F7DD852E0D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7E956F5-8C32-48FF-B802-1F7DD852E0D2}.Release|Any CPU.Build.0 = Release|Any CPU
{DC0E5E4D-6527-49C8-ABCF-24297E15770C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC0E5E4D-6527-49C8-ABCF-24297E15770C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC0E5E4D-6527-49C8-ABCF-24297E15770C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC0E5E4D-6527-49C8-ABCF-24297E15770C}.Release|Any CPU.Build.0 = Release|Any CPU
{55442D66-10B4-485A-A3B1-82CBD9ED5632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55442D66-10B4-485A-A3B1-82CBD9ED5632}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55442D66-10B4-485A-A3B1-82CBD9ED5632}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55442D66-10B4-485A-A3B1-82CBD9ED5632}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F1765C4-FEB2-4E32-8B95-D8AEC7491A0B}
EndGlobalSection
EndGlobal