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 2
/
Copy pathPresentationBase.Core.sln
45 lines (45 loc) · 2.33 KB
/
PresentationBase.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
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
Icon_128.png = Icon_128.png
README.md = README.md
.github\workflows\SonarCloud.yml = .github\workflows\SonarCloud.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{878D5FA8-D09A-45F3-9355-661B130101BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Tests", "Core.Tests\Core.Tests.csproj", "{1F78CCBC-1E91-47DD-BEFC-46B01A308548}"
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
{878D5FA8-D09A-45F3-9355-661B130101BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{878D5FA8-D09A-45F3-9355-661B130101BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{878D5FA8-D09A-45F3-9355-661B130101BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{878D5FA8-D09A-45F3-9355-661B130101BD}.Release|Any CPU.Build.0 = Release|Any CPU
{878D5FA8-D09A-45F3-9355-661B130101BD}.ReleaseSigned|Any CPU.ActiveCfg = ReleaseSigned|Any CPU
{878D5FA8-D09A-45F3-9355-661B130101BD}.ReleaseSigned|Any CPU.Build.0 = ReleaseSigned|Any CPU
{1F78CCBC-1E91-47DD-BEFC-46B01A308548}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F78CCBC-1E91-47DD-BEFC-46B01A308548}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F78CCBC-1E91-47DD-BEFC-46B01A308548}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F78CCBC-1E91-47DD-BEFC-46B01A308548}.Release|Any CPU.Build.0 = Release|Any CPU
{1F78CCBC-1E91-47DD-BEFC-46B01A308548}.ReleaseSigned|Any CPU.ActiveCfg = Release|Any CPU
{1F78CCBC-1E91-47DD-BEFC-46B01A308548}.ReleaseSigned|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9C25DED-CAFF-4856-B5D2-D41466F074A0}
EndGlobalSection
EndGlobal