-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIPMessager.NET.sln
37 lines (37 loc) · 2.19 KB
/
IPMessager.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
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPMessager.Net", "IPMessager.Net\IPMessager.Net.csproj", "{8FD4E19F-28B0-4EEA-AFAA-7B273E6AB5B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Addin", "Addin", "{50796561-434E-4754-AE4A-B29B43D5081F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FSLib.IPMessager.LogService", "FSLib.IPMessager.LogService\FSLib.IPMessager.LogService.csproj", "{BF063FD2-070D-4CF0-A653-21B12045616F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FSLib.IPMessager", "FSLib.IPMessager\FSLib.IPMessager.csproj", "{E86FEBC4-2100-44BB-8703-78DB3845E726}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FD4E19F-28B0-4EEA-AFAA-7B273E6AB5B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FD4E19F-28B0-4EEA-AFAA-7B273E6AB5B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FD4E19F-28B0-4EEA-AFAA-7B273E6AB5B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FD4E19F-28B0-4EEA-AFAA-7B273E6AB5B9}.Release|Any CPU.Build.0 = Release|Any CPU
{BF063FD2-070D-4CF0-A653-21B12045616F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF063FD2-070D-4CF0-A653-21B12045616F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF063FD2-070D-4CF0-A653-21B12045616F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF063FD2-070D-4CF0-A653-21B12045616F}.Release|Any CPU.Build.0 = Release|Any CPU
{E86FEBC4-2100-44BB-8703-78DB3845E726}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E86FEBC4-2100-44BB-8703-78DB3845E726}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E86FEBC4-2100-44BB-8703-78DB3845E726}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E86FEBC4-2100-44BB-8703-78DB3845E726}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BF063FD2-070D-4CF0-A653-21B12045616F} = {50796561-434E-4754-AE4A-B29B43D5081F}
EndGlobalSection
EndGlobal