-
Notifications
You must be signed in to change notification settings - Fork 0
/
Azofe.Core.sln
35 lines (35 loc) · 1.83 KB
/
Azofe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azofe.Core", "Azofe.Core\Azofe.Core.csproj", "{C8736024-62E3-4884-B430-3EE92FA9CA13}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azofe.Core.Tests", "Azofe.Core.Tests\Azofe.Core.Tests.csproj", "{ABB4C381-8FE9-4F37-B28F-1D00E793EBA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D175C665-E5BB-4130-BAD4-1A6296D566D5}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8736024-62E3-4884-B430-3EE92FA9CA13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8736024-62E3-4884-B430-3EE92FA9CA13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8736024-62E3-4884-B430-3EE92FA9CA13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8736024-62E3-4884-B430-3EE92FA9CA13}.Release|Any CPU.Build.0 = Release|Any CPU
{ABB4C381-8FE9-4F37-B28F-1D00E793EBA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABB4C381-8FE9-4F37-B28F-1D00E793EBA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABB4C381-8FE9-4F37-B28F-1D00E793EBA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABB4C381-8FE9-4F37-B28F-1D00E793EBA7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {336D96EE-91ED-4E75-BA4B-EA91202B62ED}
EndGlobalSection
EndGlobal