-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathVpNet.sln
More file actions
36 lines (36 loc) · 1.84 KB
/
VpNet.sln
File metadata and controls
36 lines (36 loc) · 1.84 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VpNet", "VpNet\VpNet.csproj", "{DBE501A7-0176-473F-B2E8-F4ADA721917F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9817EF7-6E46-43A5-9AAE-37EC231962BB}"
ProjectSection(SolutionItems) = preProject
GitVersion.yml = GitVersion.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VpNet.IntegrationTests", "VpNet.IntegrationTests\VpNet.IntegrationTests.csproj", "{03590718-0BBE-4EEA-B2E6-5C2BA549EF0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DBE501A7-0176-473F-B2E8-F4ADA721917F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBE501A7-0176-473F-B2E8-F4ADA721917F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBE501A7-0176-473F-B2E8-F4ADA721917F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBE501A7-0176-473F-B2E8-F4ADA721917F}.Release|Any CPU.Build.0 = Release|Any CPU
{03590718-0BBE-4EEA-B2E6-5C2BA549EF0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03590718-0BBE-4EEA-B2E6-5C2BA549EF0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03590718-0BBE-4EEA-B2E6-5C2BA549EF0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03590718-0BBE-4EEA-B2E6-5C2BA549EF0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17E4BBF5-B410-4EA6-A6C3-44B940CE4782}
EndGlobalSection
EndGlobal