This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPresentationBase.sln
52 lines (52 loc) · 2.67 KB
/
PresentationBase.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCore", "NetCore\NetCore.csproj", "{2CB41A20-0315-49C9-8E76-C94BCF3C7442}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BA209F08-E6AA-4928-A9DD-1DCAFB4DF1CB}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
Icon.png = Icon.png
README.md = README.md
.github\workflows\SonarCloud.yml = .github\workflows\SonarCloud.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{009BF7C6-ACC5-48ED-BB43-AB48BE694D07}"
ProjectSection(SolutionItems) = preProject
NuGet\Icon.png = NuGet\Icon.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCore.Tests", "NetCore.Tests\NetCore.Tests.csproj", "{D6F9906D-FC9C-4F6E-83FB-5361B38F3ECE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseSigned|Any CPU = ReleaseSigned|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CB41A20-0315-49C9-8E76-C94BCF3C7442}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CB41A20-0315-49C9-8E76-C94BCF3C7442}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CB41A20-0315-49C9-8E76-C94BCF3C7442}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CB41A20-0315-49C9-8E76-C94BCF3C7442}.Release|Any CPU.Build.0 = Release|Any CPU
{2CB41A20-0315-49C9-8E76-C94BCF3C7442}.ReleaseSigned|Any CPU.ActiveCfg = ReleaseSigned|Any CPU
{2CB41A20-0315-49C9-8E76-C94BCF3C7442}.ReleaseSigned|Any CPU.Build.0 = ReleaseSigned|Any CPU
{D6F9906D-FC9C-4F6E-83FB-5361B38F3ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6F9906D-FC9C-4F6E-83FB-5361B38F3ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6F9906D-FC9C-4F6E-83FB-5361B38F3ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6F9906D-FC9C-4F6E-83FB-5361B38F3ECE}.Release|Any CPU.Build.0 = Release|Any CPU
{D6F9906D-FC9C-4F6E-83FB-5361B38F3ECE}.ReleaseSigned|Any CPU.ActiveCfg = Release|Any CPU
{D6F9906D-FC9C-4F6E-83FB-5361B38F3ECE}.ReleaseSigned|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{009BF7C6-ACC5-48ED-BB43-AB48BE694D07} = {BA209F08-E6AA-4928-A9DD-1DCAFB4DF1CB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9C25DED-CAFF-4856-B5D2-D41466F074A0}
EndGlobalSection
EndGlobal