Skip to content

Commit 3b3e4cb

Browse files
committedApr 25, 2021
Fix port issue.
1 parent 8b31a37 commit 3b3e4cb

File tree

3 files changed

+27
-335
lines changed

3 files changed

+27
-335
lines changed
 

‎GlobalParameters/GlobalAssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
[assembly: AssemblyMetadata("Website", "https://github.com/belowaverage-org/ImmediateAccess")]
1010
[assembly: ComVisible(false)]
1111
[assembly: Guid("0ec7da0d-b034-4f5a-9490-8242a0685090")]
12-
[assembly: AssemblyVersion("1.0.0.1")]
13-
[assembly: AssemblyFileVersion("1.0.0.1")]
12+
[assembly: AssemblyVersion("1.0.0.2")]
13+
[assembly: AssemblyFileVersion("1.0.0.2")]

‎ImmediateAccess/Classes/TestNetwork.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public static async Task<bool> SelectOnlineVpnProfile()
3333
{
3434
ManagementObject vpnStatus = await VpnStatus.Get(vpnProfile);
3535
if (vpnStatus == null) continue;
36-
Task<bool> ping = VpnServerPing((string)vpnStatus.GetPropertyValue("ServerAddress"));
36+
string[] host = ((string)vpnStatus.GetPropertyValue("ServerAddress")).Split(':'); //Remove port number.
37+
Task<bool> ping = VpnServerPing(host[0]);
3738
bool finished = ping.Wait((int)PolicyReader.Policies["VpnServerPingTimeoutMS"]);
3839
if (finished && await ping)
3940
{

‎Install/Install.vdproj

+23-332
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,6 @@
2121
}
2222
"Entry"
2323
{
24-
"MsmKey" = "8:_02C12D3FD3974FF2BE0BEAE35F840960"
25-
"OwnerKey" = "8:_4F3CF1D239F189CE7607377337C62AFD"
26-
"MsmSig" = "8:_UNDEFINED"
27-
}
28-
"Entry"
29-
{
30-
"MsmKey" = "8:_02C12D3FD3974FF2BE0BEAE35F840960"
31-
"OwnerKey" = "8:_07E42A51681C4466AE1CE5477AAB5FEB"
32-
"MsmSig" = "8:_UNDEFINED"
33-
}
34-
"Entry"
35-
{
36-
"MsmKey" = "8:_02C12D3FD3974FF2BE0BEAE35F840960"
37-
"OwnerKey" = "8:_9DE6B5ED975F915DFD78447D2906A0FC"
38-
"MsmSig" = "8:_UNDEFINED"
39-
}
40-
"Entry"
41-
{
4224
"MsmKey" = "8:_07E42A51681C4466AE1CE5477AAB5FEB"
4325
"OwnerKey" = "8:_UNDEFINED"
4426
"MsmSig" = "8:_UNDEFINED"
@@ -51,12 +33,6 @@
5133
}
5234
"Entry"
5335
{
54-
"MsmKey" = "8:_30CCD99E27F62383A1FC00DC4AB202D1"
55-
"OwnerKey" = "8:_07E42A51681C4466AE1CE5477AAB5FEB"
56-
"MsmSig" = "8:_UNDEFINED"
57-
}
58-
"Entry"
59-
{
6036
"MsmKey" = "8:_41FBA64A98654061BC58ED31DF1DA036"
6137
"OwnerKey" = "8:_UNDEFINED"
6238
"MsmSig" = "8:_UNDEFINED"
@@ -69,18 +45,6 @@
6945
}
7046
"Entry"
7147
{
72-
"MsmKey" = "8:_4F3CF1D239F189CE7607377337C62AFD"
73-
"OwnerKey" = "8:_07E42A51681C4466AE1CE5477AAB5FEB"
74-
"MsmSig" = "8:_UNDEFINED"
75-
}
76-
"Entry"
77-
{
78-
"MsmKey" = "8:_4F3CF1D239F189CE7607377337C62AFD"
79-
"OwnerKey" = "8:_9DE6B5ED975F915DFD78447D2906A0FC"
80-
"MsmSig" = "8:_UNDEFINED"
81-
}
82-
"Entry"
83-
{
8448
"MsmKey" = "8:_4F8CDA9A95974E449AF0BF712BE0F0F4"
8549
"OwnerKey" = "8:_UNDEFINED"
8650
"MsmSig" = "8:_UNDEFINED"
@@ -93,30 +57,6 @@
9357
}
9458
"Entry"
9559
{
96-
"MsmKey" = "8:_930FFF605B7A1D03712D6A114F42DA87"
97-
"OwnerKey" = "8:_9DE6B5ED975F915DFD78447D2906A0FC"
98-
"MsmSig" = "8:_UNDEFINED"
99-
}
100-
"Entry"
101-
{
102-
"MsmKey" = "8:_930FFF605B7A1D03712D6A114F42DA87"
103-
"OwnerKey" = "8:_07E42A51681C4466AE1CE5477AAB5FEB"
104-
"MsmSig" = "8:_UNDEFINED"
105-
}
106-
"Entry"
107-
{
108-
"MsmKey" = "8:_9DE6B5ED975F915DFD78447D2906A0FC"
109-
"OwnerKey" = "8:_07E42A51681C4466AE1CE5477AAB5FEB"
110-
"MsmSig" = "8:_UNDEFINED"
111-
}
112-
"Entry"
113-
{
114-
"MsmKey" = "8:_A0C8D4F1D083A78B937DD4C758E20760"
115-
"OwnerKey" = "8:_07E42A51681C4466AE1CE5477AAB5FEB"
116-
"MsmSig" = "8:_UNDEFINED"
117-
}
118-
"Entry"
119-
{
12060
"MsmKey" = "8:_B3A6E4E5DACC44F58249BCD591006FC4"
12161
"OwnerKey" = "8:_UNDEFINED"
12262
"MsmSig" = "8:_UNDEFINED"
@@ -129,31 +69,13 @@
12969
}
13070
"Entry"
13171
{
132-
"MsmKey" = "8:_E1C9ADE0CA69BDE1F5243023C01748C7"
133-
"OwnerKey" = "8:_07E42A51681C4466AE1CE5477AAB5FEB"
134-
"MsmSig" = "8:_UNDEFINED"
135-
}
136-
"Entry"
137-
{
13872
"MsmKey" = "8:_UNDEFINED"
13973
"OwnerKey" = "8:_B3A6E4E5DACC44F58249BCD591006FC4"
14074
"MsmSig" = "8:_UNDEFINED"
14175
}
14276
"Entry"
14377
{
14478
"MsmKey" = "8:_UNDEFINED"
145-
"OwnerKey" = "8:_30CCD99E27F62383A1FC00DC4AB202D1"
146-
"MsmSig" = "8:_UNDEFINED"
147-
}
148-
"Entry"
149-
{
150-
"MsmKey" = "8:_UNDEFINED"
151-
"OwnerKey" = "8:_A0C8D4F1D083A78B937DD4C758E20760"
152-
"MsmSig" = "8:_UNDEFINED"
153-
}
154-
"Entry"
155-
{
156-
"MsmKey" = "8:_UNDEFINED"
15779
"OwnerKey" = "8:_CF0BF7B4FB194341A2DFD8DDB683E129"
15880
"MsmSig" = "8:_UNDEFINED"
15981
}
@@ -169,36 +91,6 @@
16991
"OwnerKey" = "8:_07E42A51681C4466AE1CE5477AAB5FEB"
17092
"MsmSig" = "8:_UNDEFINED"
17193
}
172-
"Entry"
173-
{
174-
"MsmKey" = "8:_UNDEFINED"
175-
"OwnerKey" = "8:_E1C9ADE0CA69BDE1F5243023C01748C7"
176-
"MsmSig" = "8:_UNDEFINED"
177-
}
178-
"Entry"
179-
{
180-
"MsmKey" = "8:_UNDEFINED"
181-
"OwnerKey" = "8:_9DE6B5ED975F915DFD78447D2906A0FC"
182-
"MsmSig" = "8:_UNDEFINED"
183-
}
184-
"Entry"
185-
{
186-
"MsmKey" = "8:_UNDEFINED"
187-
"OwnerKey" = "8:_930FFF605B7A1D03712D6A114F42DA87"
188-
"MsmSig" = "8:_UNDEFINED"
189-
}
190-
"Entry"
191-
{
192-
"MsmKey" = "8:_UNDEFINED"
193-
"OwnerKey" = "8:_4F3CF1D239F189CE7607377337C62AFD"
194-
"MsmSig" = "8:_UNDEFINED"
195-
}
196-
"Entry"
197-
{
198-
"MsmKey" = "8:_UNDEFINED"
199-
"OwnerKey" = "8:_02C12D3FD3974FF2BE0BEAE35F840960"
200-
"MsmSig" = "8:_UNDEFINED"
201-
}
20294
}
20395
"Configurations"
20496
{
@@ -224,6 +116,14 @@
224116
"PrerequisitesLocation" = "2:1"
225117
"Url" = "8:"
226118
"ComponentsUrl" = "8:"
119+
"Items"
120+
{
121+
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.7.2"
122+
{
123+
"Name" = "8:Microsoft .NET Framework 4.7.2 (x86 and x64)"
124+
"ProductCode" = "8:.NETFramework,Version=v4.7.2"
125+
}
126+
}
227127
}
228128
}
229129
"Debug 86"
@@ -248,6 +148,14 @@
248148
"PrerequisitesLocation" = "2:1"
249149
"Url" = "8:"
250150
"ComponentsUrl" = "8:"
151+
"Items"
152+
{
153+
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.7.2"
154+
{
155+
"Name" = "8:Microsoft .NET Framework 4.7.2 (x86 and x64)"
156+
"ProductCode" = "8:.NETFramework,Version=v4.7.2"
157+
}
158+
}
251159
}
252160
}
253161
"Release 64"
@@ -407,37 +315,6 @@
407315
"IsDependency" = "11:FALSE"
408316
"IsolateTo" = "8:"
409317
}
410-
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_02C12D3FD3974FF2BE0BEAE35F840960"
411-
{
412-
"AssemblyRegister" = "3:1"
413-
"AssemblyIsInGAC" = "11:FALSE"
414-
"AssemblyAsmDisplayName" = "8:PInvoke.Windows.Core, Version=0.6.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL"
415-
"ScatterAssemblies"
416-
{
417-
"_02C12D3FD3974FF2BE0BEAE35F840960"
418-
{
419-
"Name" = "8:PInvoke.Windows.Core.dll"
420-
"Attributes" = "3:512"
421-
}
422-
}
423-
"SourcePath" = "8:PInvoke.Windows.Core.dll"
424-
"TargetName" = "8:"
425-
"Tag" = "8:"
426-
"Folder" = "8:_C5E061F36C26430F83F0893936388B8F"
427-
"Condition" = "8:"
428-
"Transitive" = "11:FALSE"
429-
"Vital" = "11:TRUE"
430-
"ReadOnly" = "11:FALSE"
431-
"Hidden" = "11:FALSE"
432-
"System" = "11:FALSE"
433-
"Permanent" = "11:FALSE"
434-
"SharedLegacy" = "11:FALSE"
435-
"PackageAs" = "3:1"
436-
"Register" = "3:1"
437-
"Exclude" = "11:FALSE"
438-
"IsDependency" = "11:TRUE"
439-
"IsolateTo" = "8:"
440-
}
441318
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1D877752773C47FFBA271C073C2C6EC9"
442319
{
443320
"SourcePath" = "8:..\\ImmediateAccessAssets\\startmenu_150.png"
@@ -458,37 +335,6 @@
458335
"IsDependency" = "11:FALSE"
459336
"IsolateTo" = "8:"
460337
}
461-
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_30CCD99E27F62383A1FC00DC4AB202D1"
462-
{
463-
"AssemblyRegister" = "3:1"
464-
"AssemblyIsInGAC" = "11:FALSE"
465-
"AssemblyAsmDisplayName" = "8:ImmediateAccess, Version=1.0.0.1, Culture=neutral, processorArchitecture=x86"
466-
"ScatterAssemblies"
467-
{
468-
"_30CCD99E27F62383A1FC00DC4AB202D1"
469-
{
470-
"Name" = "8:ImmediateAccess.exe"
471-
"Attributes" = "3:512"
472-
}
473-
}
474-
"SourcePath" = "8:ImmediateAccess.exe"
475-
"TargetName" = "8:"
476-
"Tag" = "8:"
477-
"Folder" = "8:_C5E061F36C26430F83F0893936388B8F"
478-
"Condition" = "8:"
479-
"Transitive" = "11:FALSE"
480-
"Vital" = "11:TRUE"
481-
"ReadOnly" = "11:FALSE"
482-
"Hidden" = "11:FALSE"
483-
"System" = "11:FALSE"
484-
"Permanent" = "11:FALSE"
485-
"SharedLegacy" = "11:FALSE"
486-
"PackageAs" = "3:1"
487-
"Register" = "3:1"
488-
"Exclude" = "11:TRUE"
489-
"IsDependency" = "11:TRUE"
490-
"IsolateTo" = "8:"
491-
}
492338
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_41FBA64A98654061BC58ED31DF1DA036"
493339
{
494340
"SourcePath" = "8:..\\GroupPolicy\\PolicyDefinitions\\en-US\\ImmediateAccess.adml"
@@ -529,37 +375,6 @@
529375
"IsDependency" = "11:FALSE"
530376
"IsolateTo" = "8:"
531377
}
532-
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4F3CF1D239F189CE7607377337C62AFD"
533-
{
534-
"AssemblyRegister" = "3:1"
535-
"AssemblyIsInGAC" = "11:FALSE"
536-
"AssemblyAsmDisplayName" = "8:PInvoke.Kernel32, Version=0.6.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL"
537-
"ScatterAssemblies"
538-
{
539-
"_4F3CF1D239F189CE7607377337C62AFD"
540-
{
541-
"Name" = "8:PInvoke.Kernel32.dll"
542-
"Attributes" = "3:512"
543-
}
544-
}
545-
"SourcePath" = "8:PInvoke.Kernel32.dll"
546-
"TargetName" = "8:"
547-
"Tag" = "8:"
548-
"Folder" = "8:_C5E061F36C26430F83F0893936388B8F"
549-
"Condition" = "8:"
550-
"Transitive" = "11:FALSE"
551-
"Vital" = "11:TRUE"
552-
"ReadOnly" = "11:FALSE"
553-
"Hidden" = "11:FALSE"
554-
"System" = "11:FALSE"
555-
"Permanent" = "11:FALSE"
556-
"SharedLegacy" = "11:FALSE"
557-
"PackageAs" = "3:1"
558-
"Register" = "3:1"
559-
"Exclude" = "11:FALSE"
560-
"IsDependency" = "11:TRUE"
561-
"IsolateTo" = "8:"
562-
}
563378
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4F8CDA9A95974E449AF0BF712BE0F0F4"
564379
{
565380
"SourcePath" = "8:..\\GroupPolicy\\PolicyDefinitions\\ImmediateAccess.admx"
@@ -580,130 +395,6 @@
580395
"IsDependency" = "11:FALSE"
581396
"IsolateTo" = "8:"
582397
}
583-
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_930FFF605B7A1D03712D6A114F42DA87"
584-
{
585-
"AssemblyRegister" = "3:1"
586-
"AssemblyIsInGAC" = "11:FALSE"
587-
"AssemblyAsmDisplayName" = "8:Validation, Version=2.4.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL"
588-
"ScatterAssemblies"
589-
{
590-
"_930FFF605B7A1D03712D6A114F42DA87"
591-
{
592-
"Name" = "8:Validation.dll"
593-
"Attributes" = "3:512"
594-
}
595-
}
596-
"SourcePath" = "8:Validation.dll"
597-
"TargetName" = "8:"
598-
"Tag" = "8:"
599-
"Folder" = "8:_C5E061F36C26430F83F0893936388B8F"
600-
"Condition" = "8:"
601-
"Transitive" = "11:FALSE"
602-
"Vital" = "11:TRUE"
603-
"ReadOnly" = "11:FALSE"
604-
"Hidden" = "11:FALSE"
605-
"System" = "11:FALSE"
606-
"Permanent" = "11:FALSE"
607-
"SharedLegacy" = "11:FALSE"
608-
"PackageAs" = "3:1"
609-
"Register" = "3:1"
610-
"Exclude" = "11:FALSE"
611-
"IsDependency" = "11:TRUE"
612-
"IsolateTo" = "8:"
613-
}
614-
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9DE6B5ED975F915DFD78447D2906A0FC"
615-
{
616-
"AssemblyRegister" = "3:1"
617-
"AssemblyIsInGAC" = "11:FALSE"
618-
"AssemblyAsmDisplayName" = "8:PInvoke.User32, Version=0.6.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL"
619-
"ScatterAssemblies"
620-
{
621-
"_9DE6B5ED975F915DFD78447D2906A0FC"
622-
{
623-
"Name" = "8:PInvoke.User32.dll"
624-
"Attributes" = "3:512"
625-
}
626-
}
627-
"SourcePath" = "8:PInvoke.User32.dll"
628-
"TargetName" = "8:"
629-
"Tag" = "8:"
630-
"Folder" = "8:_C5E061F36C26430F83F0893936388B8F"
631-
"Condition" = "8:"
632-
"Transitive" = "11:FALSE"
633-
"Vital" = "11:TRUE"
634-
"ReadOnly" = "11:FALSE"
635-
"Hidden" = "11:FALSE"
636-
"System" = "11:FALSE"
637-
"Permanent" = "11:FALSE"
638-
"SharedLegacy" = "11:FALSE"
639-
"PackageAs" = "3:1"
640-
"Register" = "3:1"
641-
"Exclude" = "11:FALSE"
642-
"IsDependency" = "11:TRUE"
643-
"IsolateTo" = "8:"
644-
}
645-
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A0C8D4F1D083A78B937DD4C758E20760"
646-
{
647-
"AssemblyRegister" = "3:1"
648-
"AssemblyIsInGAC" = "11:FALSE"
649-
"AssemblyAsmDisplayName" = "8:ImmediateAccessNConsole, Version=1.0.0.1, Culture=neutral, processorArchitecture=x86"
650-
"ScatterAssemblies"
651-
{
652-
"_A0C8D4F1D083A78B937DD4C758E20760"
653-
{
654-
"Name" = "8:ImmediateAccessNConsole.exe"
655-
"Attributes" = "3:512"
656-
}
657-
}
658-
"SourcePath" = "8:ImmediateAccessNConsole.exe"
659-
"TargetName" = "8:"
660-
"Tag" = "8:"
661-
"Folder" = "8:_C5E061F36C26430F83F0893936388B8F"
662-
"Condition" = "8:"
663-
"Transitive" = "11:FALSE"
664-
"Vital" = "11:TRUE"
665-
"ReadOnly" = "11:FALSE"
666-
"Hidden" = "11:FALSE"
667-
"System" = "11:FALSE"
668-
"Permanent" = "11:FALSE"
669-
"SharedLegacy" = "11:FALSE"
670-
"PackageAs" = "3:1"
671-
"Register" = "3:1"
672-
"Exclude" = "11:FALSE"
673-
"IsDependency" = "11:TRUE"
674-
"IsolateTo" = "8:"
675-
}
676-
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E1C9ADE0CA69BDE1F5243023C01748C7"
677-
{
678-
"AssemblyRegister" = "3:1"
679-
"AssemblyIsInGAC" = "11:FALSE"
680-
"AssemblyAsmDisplayName" = "8:PInvoke.Windows.ShellScalingApi, Version=0.6.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL"
681-
"ScatterAssemblies"
682-
{
683-
"_E1C9ADE0CA69BDE1F5243023C01748C7"
684-
{
685-
"Name" = "8:PInvoke.Windows.ShellScalingApi.dll"
686-
"Attributes" = "3:512"
687-
}
688-
}
689-
"SourcePath" = "8:PInvoke.Windows.ShellScalingApi.dll"
690-
"TargetName" = "8:"
691-
"Tag" = "8:"
692-
"Folder" = "8:_C5E061F36C26430F83F0893936388B8F"
693-
"Condition" = "8:"
694-
"Transitive" = "11:FALSE"
695-
"Vital" = "11:TRUE"
696-
"ReadOnly" = "11:FALSE"
697-
"Hidden" = "11:FALSE"
698-
"System" = "11:FALSE"
699-
"Permanent" = "11:FALSE"
700-
"SharedLegacy" = "11:FALSE"
701-
"PackageAs" = "3:1"
702-
"Register" = "3:1"
703-
"Exclude" = "11:FALSE"
704-
"IsDependency" = "11:TRUE"
705-
"IsolateTo" = "8:"
706-
}
707398
}
708399
"FileType"
709400
{
@@ -815,15 +506,15 @@
815506
{
816507
"Name" = "8:Microsoft Visual Studio"
817508
"ProductName" = "8:Immediate Access"
818-
"ProductCode" = "8:{3BEA3FE6-0817-491C-915E-0E6EEE5F5B2F}"
819-
"PackageCode" = "8:{F4E5FAC9-2790-47EE-BB9B-150D68694B60}"
509+
"ProductCode" = "8:{E2DBBE6E-C3FB-4A79-B7C3-2D46347680F2}"
510+
"PackageCode" = "8:{633C0D6B-CDAB-48C0-84A9-559778EBC402}"
820511
"UpgradeCode" = "8:{369529A5-9F12-47D6-9E8F-3046CE27FA9D}"
821512
"AspNetVersion" = "8:4.0.30319.0"
822513
"RestartWWWService" = "11:FALSE"
823514
"RemovePreviousVersions" = "11:TRUE"
824515
"DetectNewerInstalledVersion" = "11:TRUE"
825516
"InstallAllUsers" = "11:TRUE"
826-
"ProductVersion" = "8:1.0.1"
517+
"ProductVersion" = "8:1.0.2"
827518
"Manufacturer" = "8:Below Average"
828519
"ARPHELPTELEPHONE" = "8:"
829520
"ARPHELPLINK" = "8:https://belowaverage.org/contact"
@@ -985,7 +676,7 @@
985676
{
986677
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_07E42A51681C4466AE1CE5477AAB5FEB"
987678
{
988-
"SourcePath" = "8:"
679+
"SourcePath" = "8:..\\ImmediateAccessTray\\obj\\x64\\Debug\\ImmediateAccessTray.exe"
989680
"TargetName" = "8:"
990681
"Tag" = "8:"
991682
"Folder" = "8:_C5E061F36C26430F83F0893936388B8F"
@@ -1013,7 +704,7 @@
1013704
}
1014705
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_88FFFA1B232348ECA70BE66C05A3D7D1"
1015706
{
1016-
"SourcePath" = "8:"
707+
"SourcePath" = "8:..\\ImmediateAccessNConsole\\obj\\x64\\Debug\\ImmediateAccessNConsole.exe"
1017708
"TargetName" = "8:"
1018709
"Tag" = "8:"
1019710
"Folder" = "8:_C5E061F36C26430F83F0893936388B8F"
@@ -1041,7 +732,7 @@
1041732
}
1042733
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_B3A6E4E5DACC44F58249BCD591006FC4"
1043734
{
1044-
"SourcePath" = "8:"
735+
"SourcePath" = "8:..\\ImmediateAccess\\obj\\x64\\Debug\\ImmediateAccess.exe"
1045736
"TargetName" = "8:"
1046737
"Tag" = "8:"
1047738
"Folder" = "8:_C5E061F36C26430F83F0893936388B8F"
@@ -1069,7 +760,7 @@
1069760
}
1070761
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_CF0BF7B4FB194341A2DFD8DDB683E129"
1071762
{
1072-
"SourcePath" = "8:"
763+
"SourcePath" = "8:..\\RasManRepair\\obj\\x64\\Debug\\RasManRepair.exe"
1073764
"TargetName" = "8:"
1074765
"Tag" = "8:"
1075766
"Folder" = "8:_C5E061F36C26430F83F0893936388B8F"

0 commit comments

Comments
 (0)
Please sign in to comment.