-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOragon.Spring.Vault.sln
50 lines (50 loc) · 2.8 KB
/
Oragon.Spring.Vault.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.138
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Oragon.Spring.Vault", "Oragon.Spring.Vault\Oragon.Spring.Vault.csproj", "{35C9DD41-3B5A-4310-9881-B2E28C410AB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3622A240-BD0D-49F7-B181-097F643A6624}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Oragon.Spring.Vault.ConsoleTests", "Oragon.Spring.Vault.ConsoleTests\Oragon.Spring.Vault.ConsoleTests.csproj", "{3D8CDAA0-97D2-46B8-98E5-AEF9A8249B52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Oragon.Spring.Vault.Tests", "Oragon.Spring.Vault.Tests\Oragon.Spring.Vault.Tests.csproj", "{F75F4275-0A12-44CC-8C3C-4DA38C9C3B15}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DE4371ED-E7F6-4351-8B5B-4F4E3159991D}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Jenkinsfile = Jenkinsfile
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35C9DD41-3B5A-4310-9881-B2E28C410AB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35C9DD41-3B5A-4310-9881-B2E28C410AB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35C9DD41-3B5A-4310-9881-B2E28C410AB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35C9DD41-3B5A-4310-9881-B2E28C410AB3}.Release|Any CPU.Build.0 = Release|Any CPU
{3D8CDAA0-97D2-46B8-98E5-AEF9A8249B52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D8CDAA0-97D2-46B8-98E5-AEF9A8249B52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D8CDAA0-97D2-46B8-98E5-AEF9A8249B52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D8CDAA0-97D2-46B8-98E5-AEF9A8249B52}.Release|Any CPU.Build.0 = Release|Any CPU
{F75F4275-0A12-44CC-8C3C-4DA38C9C3B15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F75F4275-0A12-44CC-8C3C-4DA38C9C3B15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F75F4275-0A12-44CC-8C3C-4DA38C9C3B15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F75F4275-0A12-44CC-8C3C-4DA38C9C3B15}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3D8CDAA0-97D2-46B8-98E5-AEF9A8249B52} = {3622A240-BD0D-49F7-B181-097F643A6624}
{F75F4275-0A12-44CC-8C3C-4DA38C9C3B15} = {3622A240-BD0D-49F7-B181-097F643A6624}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1F984511-7F59-4B62-A8D9-DD50ABB4765D}
EndGlobalSection
EndGlobal