This repository was archived by the owner on Aug 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPowerUtils.AspNetCore.Extensions.sln
More file actions
48 lines (48 loc) · 2.91 KB
/
PowerUtils.AspNetCore.Extensions.sln
File metadata and controls
48 lines (48 loc) · 2.91 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
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.src", "1.src", "{FDB743F4-F741-4092-BDD2-DD95DBF066D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerUtils.AspNetCore.Extensions", "src\PowerUtils.AspNetCore.Extensions.csproj", "{F0626EAE-1B16-4733-AF5A-1461211BE57B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3.tests", "3.tests", "{897648D7-846B-468F-8FB7-16AA9F5421B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerUtils.AspNetCore.Extensions.Tests", "tests\PowerUtils.AspNetCore.Extensions.Tests\PowerUtils.AspNetCore.Extensions.Tests.csproj", "{7C2872B0-B8E8-4E55-A4F3-427A7CE454BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2.samples", "2.samples", "{79B5C2B6-B2EC-4CF5-9B7C-2644921DCD2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerUtils.AspNetCore.Extensions.Samples", "samples\PowerUtils.AspNetCore.Extensions.Samples\PowerUtils.AspNetCore.Extensions.Samples.csproj", "{73CE6263-F0B1-4586-BD1F-4270DE546B5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0626EAE-1B16-4733-AF5A-1461211BE57B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0626EAE-1B16-4733-AF5A-1461211BE57B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0626EAE-1B16-4733-AF5A-1461211BE57B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0626EAE-1B16-4733-AF5A-1461211BE57B}.Release|Any CPU.Build.0 = Release|Any CPU
{7C2872B0-B8E8-4E55-A4F3-427A7CE454BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C2872B0-B8E8-4E55-A4F3-427A7CE454BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C2872B0-B8E8-4E55-A4F3-427A7CE454BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C2872B0-B8E8-4E55-A4F3-427A7CE454BC}.Release|Any CPU.Build.0 = Release|Any CPU
{73CE6263-F0B1-4586-BD1F-4270DE546B5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73CE6263-F0B1-4586-BD1F-4270DE546B5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73CE6263-F0B1-4586-BD1F-4270DE546B5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73CE6263-F0B1-4586-BD1F-4270DE546B5C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F0626EAE-1B16-4733-AF5A-1461211BE57B} = {FDB743F4-F741-4092-BDD2-DD95DBF066D4}
{7C2872B0-B8E8-4E55-A4F3-427A7CE454BC} = {897648D7-846B-468F-8FB7-16AA9F5421B8}
{73CE6263-F0B1-4586-BD1F-4270DE546B5C} = {79B5C2B6-B2EC-4CF5-9B7C-2644921DCD2C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F88FC247-4F7A-4960-942D-DAFD5A3BE251}
EndGlobalSection
EndGlobal