This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
/
dbus-sharp.sln
37 lines (37 loc) · 2.1 KB
/
dbus-sharp.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}") = "dbus-sharp", "src\dbus-sharp.csproj", "{09A0200F-F3AF-4BD6-9EC4-E7D80D273E4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dbus-monitor", "tools\dbus-monitor.csproj", "{736160C3-844E-43D9-8106-E492D74D92CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dbus-daemon", "src\dbus-daemon.csproj", "{41918B94-6DAD-4C05-9FDF-17D51EC85AF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dbus-sharp-tests", "tests\dbus-sharp-tests.csproj", "{40AB91F9-BA2F-4C02-99F5-1F299CDBE86D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09A0200F-F3AF-4BD6-9EC4-E7D80D273E4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09A0200F-F3AF-4BD6-9EC4-E7D80D273E4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09A0200F-F3AF-4BD6-9EC4-E7D80D273E4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09A0200F-F3AF-4BD6-9EC4-E7D80D273E4C}.Release|Any CPU.Build.0 = Release|Any CPU
{40AB91F9-BA2F-4C02-99F5-1F299CDBE86D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40AB91F9-BA2F-4C02-99F5-1F299CDBE86D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40AB91F9-BA2F-4C02-99F5-1F299CDBE86D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40AB91F9-BA2F-4C02-99F5-1F299CDBE86D}.Release|Any CPU.Build.0 = Release|Any CPU
{41918B94-6DAD-4C05-9FDF-17D51EC85AF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41918B94-6DAD-4C05-9FDF-17D51EC85AF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{736160C3-844E-43D9-8106-E492D74D92CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{736160C3-844E-43D9-8106-E492D74D92CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = src\dbus-sharp.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal