This repository was archived by the owner on Dec 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibVPNET.sln
More file actions
49 lines (49 loc) · 2.34 KB
/
libVPNET.sln
File metadata and controls
49 lines (49 loc) · 2.34 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
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Reference", "Reference", "{C5B15F27-C604-4D10-A432-6E4486A42077}"
ProjectSection(SolutionItems) = preProject
Docs\rc.h = Docs\rc.h
Docs\VP.h = Docs\VP.h
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libVPNET", "libVPNET\libVPNET.csproj", "{DBE501A7-0176-473F-B2E8-F4ADA721917F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{976CEC0A-CDD6-4FFA-AFB3-F5C18049AE68}"
ProjectSection(SolutionItems) = preProject
Readme.markdown = Readme.markdown
Docs\Todo.txt = Docs\Todo.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libVPNET.Tests", "libVPNET.Tests\libVPNET.Tests.csproj", "{6B94EF95-6B49-4B42-AFB0-73216AA089A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{0FA6CD5C-2695-46F2-8C7B-D454157638F9}"
ProjectSection(SolutionItems) = preProject
Testing\Settings.runsettings = Testing\Settings.runsettings
EndProjectSection
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
{6B94EF95-6B49-4B42-AFB0-73216AA089A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B94EF95-6B49-4B42-AFB0-73216AA089A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B94EF95-6B49-4B42-AFB0-73216AA089A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B94EF95-6B49-4B42-AFB0-73216AA089A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal