-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIptSimulator.sln
40 lines (40 loc) · 2.48 KB
/
IptSimulator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IptSimulator.CiscoTcl", "IptSimulator.CiscoTcl\IptSimulator.CiscoTcl.csproj", "{EEE0C038-33F7-41F7-99BB-112E21EB1683}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IptSimulator.Client", "IptSimulator.Client\IptSimulator.Client.csproj", "{A107EC57-08CF-4FEA-AD82-125EF68BC275}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IptSimulator.CiscoTcl.Test", "IptSimulator.CiscoTcl.Test\IptSimulator.CiscoTcl.Test.csproj", "{4E466BF6-97EC-4FA8-B423-78C39C1E907E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IptSimulator.Core", "IptSimulator.Core\IptSimulator.Core.csproj", "{E0DB2147-83FC-46E5-A0F1-110F72AF1ED9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEE0C038-33F7-41F7-99BB-112E21EB1683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEE0C038-33F7-41F7-99BB-112E21EB1683}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEE0C038-33F7-41F7-99BB-112E21EB1683}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEE0C038-33F7-41F7-99BB-112E21EB1683}.Release|Any CPU.Build.0 = Release|Any CPU
{A107EC57-08CF-4FEA-AD82-125EF68BC275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A107EC57-08CF-4FEA-AD82-125EF68BC275}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A107EC57-08CF-4FEA-AD82-125EF68BC275}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A107EC57-08CF-4FEA-AD82-125EF68BC275}.Release|Any CPU.Build.0 = Release|Any CPU
{4E466BF6-97EC-4FA8-B423-78C39C1E907E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E466BF6-97EC-4FA8-B423-78C39C1E907E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E466BF6-97EC-4FA8-B423-78C39C1E907E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E466BF6-97EC-4FA8-B423-78C39C1E907E}.Release|Any CPU.Build.0 = Release|Any CPU
{E0DB2147-83FC-46E5-A0F1-110F72AF1ED9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0DB2147-83FC-46E5-A0F1-110F72AF1ED9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0DB2147-83FC-46E5-A0F1-110F72AF1ED9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0DB2147-83FC-46E5-A0F1-110F72AF1ED9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal