-
Notifications
You must be signed in to change notification settings - Fork 0
/
SnmpManager.sln
45 lines (45 loc) · 2.35 KB
/
SnmpManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "SnmpMib", "SnmpMib\SnmpMib.fsproj", "{B9CE0DCA-E6F3-46E3-AB8D-262B270625EA}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Manager", "Manager\Manager.fsproj", "{EDEFDD48-FEB2-4362-B29F-4BF05BDBEBF6}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Tests", "Tests\Tests.fsproj", "{0D877DAF-56B2-4C82-8034-18EDE139BE47}"
ProjectSection(ProjectDependencies) = postProject
{B9CE0DCA-E6F3-46E3-AB8D-262B270625EA} = {B9CE0DCA-E6F3-46E3-AB8D-262B270625EA}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{04238959-9BBD-4F9A-8686-0E377A12059E}"
ProjectSection(SolutionItems) = preProject
task3.pdf = task3.pdf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9CE0DCA-E6F3-46E3-AB8D-262B270625EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9CE0DCA-E6F3-46E3-AB8D-262B270625EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9CE0DCA-E6F3-46E3-AB8D-262B270625EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9CE0DCA-E6F3-46E3-AB8D-262B270625EA}.Release|Any CPU.Build.0 = Release|Any CPU
{EDEFDD48-FEB2-4362-B29F-4BF05BDBEBF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDEFDD48-FEB2-4362-B29F-4BF05BDBEBF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDEFDD48-FEB2-4362-B29F-4BF05BDBEBF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDEFDD48-FEB2-4362-B29F-4BF05BDBEBF6}.Release|Any CPU.Build.0 = Release|Any CPU
{0D877DAF-56B2-4C82-8034-18EDE139BE47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D877DAF-56B2-4C82-8034-18EDE139BE47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D877DAF-56B2-4C82-8034-18EDE139BE47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D877DAF-56B2-4C82-8034-18EDE139BE47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AAF7B87B-2D8E-41C7-9C4F-596CB398588B}
EndGlobalSection
EndGlobal