-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCertify.Api.sln
43 lines (43 loc) · 2.09 KB
/
Certify.Api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certify.Api", "Certify.Api\Certify.Api.csproj", "{7017D0C3-9CF7-4E15-84A9-BB42EC4D05A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{272943EF-21C8-483D-973A-B972B61661C4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
global.json = global.json
Certify.Api\publish-nuget.ps1 = Certify.Api\publish-nuget.ps1
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certify.Api.Test", "Certify.Api.Test\Certify.Api.Test.csproj", "{AC01327D-2D09-45F7-9A1C-5A4A7F9061FC}"
ProjectSection(ProjectDependencies) = postProject
{7017D0C3-9CF7-4E15-84A9-BB42EC4D05A3} = {7017D0C3-9CF7-4E15-84A9-BB42EC4D05A3}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7017D0C3-9CF7-4E15-84A9-BB42EC4D05A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7017D0C3-9CF7-4E15-84A9-BB42EC4D05A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7017D0C3-9CF7-4E15-84A9-BB42EC4D05A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7017D0C3-9CF7-4E15-84A9-BB42EC4D05A3}.Release|Any CPU.Build.0 = Release|Any CPU
{AC01327D-2D09-45F7-9A1C-5A4A7F9061FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC01327D-2D09-45F7-9A1C-5A4A7F9061FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC01327D-2D09-45F7-9A1C-5A4A7F9061FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC01327D-2D09-45F7-9A1C-5A4A7F9061FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {504D5D44-9BC0-47D6-BEB1-DB4C4501936C}
EndGlobalSection
EndGlobal