forked from moiplabs/MoIP.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MoIP.NET.sln
32 lines (32 loc) · 1.82 KB
/
MoIP.NET.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoIPNET", "MoIP.NET\MoIPNET.csproj", "{802F7B30-9D69-4F0E-A5B5-ABB54D224D39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoIP", "MoIP\MoIP.csproj", "{B930530D-95BE-4467-AA7A-06FBB4CFDFCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoIPConsole", "MoIPConsole\MoIPConsole.csproj", "{416515F9-EFAE-47D5-8B9A-BC80B2F83881}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{802F7B30-9D69-4F0E-A5B5-ABB54D224D39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{802F7B30-9D69-4F0E-A5B5-ABB54D224D39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{802F7B30-9D69-4F0E-A5B5-ABB54D224D39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{802F7B30-9D69-4F0E-A5B5-ABB54D224D39}.Release|Any CPU.Build.0 = Release|Any CPU
{B930530D-95BE-4467-AA7A-06FBB4CFDFCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B930530D-95BE-4467-AA7A-06FBB4CFDFCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B930530D-95BE-4467-AA7A-06FBB4CFDFCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B930530D-95BE-4467-AA7A-06FBB4CFDFCE}.Release|Any CPU.Build.0 = Release|Any CPU
{416515F9-EFAE-47D5-8B9A-BC80B2F83881}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{416515F9-EFAE-47D5-8B9A-BC80B2F83881}.Debug|Any CPU.Build.0 = Debug|Any CPU
{416515F9-EFAE-47D5-8B9A-BC80B2F83881}.Release|Any CPU.ActiveCfg = Release|Any CPU
{416515F9-EFAE-47D5-8B9A-BC80B2F83881}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal