-
Notifications
You must be signed in to change notification settings - Fork 2
/
SharpInit.sln
61 lines (61 loc) · 3.99 KB
/
SharpInit.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpInit", "SharpInit\SharpInit.csproj", "{17AB577E-7AAF-4F95-9A9C-689952A2C461}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpInit.Ipc", "SharpInit.Ipc\SharpInit.Ipc.csproj", "{0680CDAA-E88B-4AC8-A726-8F55A3E7EBB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpInitControl", "SharpInitControl\SharpInitControl.csproj", "{D0FB455B-8378-4174-81BD-BDCED75F1315}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpInit.Tests", "SharpInit.Tests\SharpInit.Tests.csproj", "{AFA56531-C38D-4209-9865-51BC4C4875C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpInit.Coverage", "SharpInit.Coverage\SharpInit.Coverage.csproj", "{D395BFA4-1002-4DC4-B8C5-C8D3BFF7D324}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpInit.LoginManager", "SharpInit.LoginManager\SharpInit.LoginManager.csproj", "{169B0A0C-CADA-457E-9300-BF5122B9DAF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tmds.DBus", "Tmds.DBus\src\Tmds.DBus\Tmds.DBus.csproj", "{0488D3C8-9717-4C13-82E2-FF9BA83350D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17AB577E-7AAF-4F95-9A9C-689952A2C461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17AB577E-7AAF-4F95-9A9C-689952A2C461}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17AB577E-7AAF-4F95-9A9C-689952A2C461}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17AB577E-7AAF-4F95-9A9C-689952A2C461}.Release|Any CPU.Build.0 = Release|Any CPU
{0680CDAA-E88B-4AC8-A726-8F55A3E7EBB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0680CDAA-E88B-4AC8-A726-8F55A3E7EBB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0680CDAA-E88B-4AC8-A726-8F55A3E7EBB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0680CDAA-E88B-4AC8-A726-8F55A3E7EBB6}.Release|Any CPU.Build.0 = Release|Any CPU
{D0FB455B-8378-4174-81BD-BDCED75F1315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0FB455B-8378-4174-81BD-BDCED75F1315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0FB455B-8378-4174-81BD-BDCED75F1315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0FB455B-8378-4174-81BD-BDCED75F1315}.Release|Any CPU.Build.0 = Release|Any CPU
{AFA56531-C38D-4209-9865-51BC4C4875C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFA56531-C38D-4209-9865-51BC4C4875C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFA56531-C38D-4209-9865-51BC4C4875C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFA56531-C38D-4209-9865-51BC4C4875C4}.Release|Any CPU.Build.0 = Release|Any CPU
{D395BFA4-1002-4DC4-B8C5-C8D3BFF7D324}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D395BFA4-1002-4DC4-B8C5-C8D3BFF7D324}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D395BFA4-1002-4DC4-B8C5-C8D3BFF7D324}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D395BFA4-1002-4DC4-B8C5-C8D3BFF7D324}.Release|Any CPU.Build.0 = Release|Any CPU
{169B0A0C-CADA-457E-9300-BF5122B9DAF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{169B0A0C-CADA-457E-9300-BF5122B9DAF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{169B0A0C-CADA-457E-9300-BF5122B9DAF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{169B0A0C-CADA-457E-9300-BF5122B9DAF5}.Release|Any CPU.Build.0 = Release|Any CPU
{0488D3C8-9717-4C13-82E2-FF9BA83350D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0488D3C8-9717-4C13-82E2-FF9BA83350D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0488D3C8-9717-4C13-82E2-FF9BA83350D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0488D3C8-9717-4C13-82E2-FF9BA83350D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E67D4F87-1EE0-4C44-A421-CD86C0879ACA}
EndGlobalSection
EndGlobal