-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
ImmediateAccess.sln
59 lines (59 loc) · 3.32 KB
/
ImmediateAccess.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImmediateAccess", "ImmediateAccess\ImmediateAccess.csproj", "{0EC7DA0D-B034-4F5A-9490-8242A0685090}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RasManRepair", "RasManRepair\RasManRepair.csproj", "{49DCA507-23BC-4409-8042-7E9D636C7D77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PolicyDefinitions", "PolicyDefinitions", "{C45518BF-81CC-4F75-B36E-31DF9FE2DA3F}"
ProjectSection(SolutionItems) = preProject
GroupPolicy\PolicyDefinitions\ImmediateAccess.admx = GroupPolicy\PolicyDefinitions\ImmediateAccess.admx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "en-US", "en-US", "{1F5F6FDA-D9DD-46DB-BAC9-EEDCC6AC1BE5}"
ProjectSection(SolutionItems) = preProject
GroupPolicy\PolicyDefinitions\en-US\ImmediateAccess.adml = GroupPolicy\PolicyDefinitions\en-US\ImmediateAccess.adml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImmediateAccessTray", "ImmediateAccessTray\ImmediateAccessTray.csproj", "{ADA0536E-04C3-471E-B822-1A68F203F4F7}"
ProjectSection(ProjectDependencies) = postProject
{A7EDA13F-98D1-4916-A1EF-BDDA3BA63CB6} = {A7EDA13F-98D1-4916-A1EF-BDDA3BA63CB6}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImmediateAccessNConsole", "ImmediateAccessNConsole\ImmediateAccessNConsole.csproj", "{A7EDA13F-98D1-4916-A1EF-BDDA3BA63CB6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0EC7DA0D-B034-4F5A-9490-8242A0685090}.Debug|x64.ActiveCfg = Debug|x64
{0EC7DA0D-B034-4F5A-9490-8242A0685090}.Debug|x64.Build.0 = Debug|x64
{0EC7DA0D-B034-4F5A-9490-8242A0685090}.Release|x64.ActiveCfg = Release|x64
{0EC7DA0D-B034-4F5A-9490-8242A0685090}.Release|x64.Build.0 = Release|x64
{49DCA507-23BC-4409-8042-7E9D636C7D77}.Debug|x64.ActiveCfg = Debug|x64
{49DCA507-23BC-4409-8042-7E9D636C7D77}.Debug|x64.Build.0 = Debug|x64
{49DCA507-23BC-4409-8042-7E9D636C7D77}.Release|x64.ActiveCfg = Release|x64
{49DCA507-23BC-4409-8042-7E9D636C7D77}.Release|x64.Build.0 = Release|x64
{ADA0536E-04C3-471E-B822-1A68F203F4F7}.Debug|x64.ActiveCfg = Debug|x64
{ADA0536E-04C3-471E-B822-1A68F203F4F7}.Debug|x64.Build.0 = Debug|x64
{ADA0536E-04C3-471E-B822-1A68F203F4F7}.Release|x64.ActiveCfg = Release|x64
{ADA0536E-04C3-471E-B822-1A68F203F4F7}.Release|x64.Build.0 = Release|x64
{A7EDA13F-98D1-4916-A1EF-BDDA3BA63CB6}.Debug|x64.ActiveCfg = Debug|x64
{A7EDA13F-98D1-4916-A1EF-BDDA3BA63CB6}.Debug|x64.Build.0 = Debug|x64
{A7EDA13F-98D1-4916-A1EF-BDDA3BA63CB6}.Release|x64.ActiveCfg = Release|x64
{A7EDA13F-98D1-4916-A1EF-BDDA3BA63CB6}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1F5F6FDA-D9DD-46DB-BAC9-EEDCC6AC1BE5} = {C45518BF-81CC-4F75-B36E-31DF9FE2DA3F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {864A18CB-6B86-47B1-8FEA-2200EA89ACF7}
EndGlobalSection
EndGlobal