Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit be11e71

Browse files
Merge pull request #4 from InvisibleManVPN/invisibleman
Invisible Man VPN version 1.1
2 parents f229795 + ea41aeb commit be11e71

6 files changed

Lines changed: 54 additions & 6 deletions

File tree

Invisible Man/Invisible Man.csproj

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
<ManifestKeyFile>Invisible Man_TemporaryKey.pfx</ManifestKeyFile>
6363
</PropertyGroup>
6464
<PropertyGroup>
65-
<GenerateManifests>true</GenerateManifests>
65+
<GenerateManifests>false</GenerateManifests>
6666
</PropertyGroup>
6767
<PropertyGroup>
68-
<SignManifests>true</SignManifests>
68+
<SignManifests>false</SignManifests>
6969
</PropertyGroup>
7070
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
7171
<DebugSymbols>true</DebugSymbols>
@@ -109,6 +109,15 @@
109109
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
110110
<Prefer32Bit>true</Prefer32Bit>
111111
</PropertyGroup>
112+
<PropertyGroup />
113+
<PropertyGroup>
114+
<TargetZone>LocalIntranet</TargetZone>
115+
</PropertyGroup>
116+
<PropertyGroup />
117+
<PropertyGroup />
118+
<PropertyGroup>
119+
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
120+
</PropertyGroup>
112121
<ItemGroup>
113122
<Reference Include="HtmlAgilityPack, Version=1.8.11.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
114123
<HintPath>..\packages\HtmlAgilityPack.1.8.11\lib\Net45\HtmlAgilityPack.dll</HintPath>
@@ -218,6 +227,7 @@
218227
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
219228
</EmbeddedResource>
220229
<None Include="packages.config" />
230+
<None Include="Properties\app.manifest" />
221231
<None Include="Properties\Settings.settings">
222232
<Generator>SettingsSingleFileGenerator</Generator>
223233
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

Invisible Man/Invisible Man.csproj.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<PublishUrlHistory>F:\Giloy\Applications\Invisible Man\Invisible Man\Output\|publish\</PublishUrlHistory>
4+
<PublishUrlHistory>F:\Giloy\Applications\Invisible Man\Setup\|F:\Giloy\Applications\Invisible Man\Invisible Man\Output\|publish\</PublishUrlHistory>
55
<InstallUrlHistory />
66
<SupportUrlHistory />
77
<UpdateUrlHistory />

Invisible Man/InvisibleManCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public ServerInformation(string serverName, string countryImage, string serverAd
3333
class InvisibleManCore
3434
{
3535
// Initialize
36-
public static int bundleIdentifier = 1;
36+
public static int bundleIdentifier = 2;
3737
public static int index = 0;
3838
public static bool isSelectServer = false;
3939

Invisible Man/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
54+
[assembly: AssemblyVersion("1.1.0.0")]
55+
[assembly: AssemblyFileVersion("1.1.0.0")]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
4+
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
5+
<security>
6+
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
7+
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
8+
</requestedPrivileges>
9+
<applicationRequestMinimum>
10+
<defaultAssemblyRequest permissionSetReference="Custom" />
11+
<PermissionSet class="System.Security.PermissionSet" version="1" ID="Custom" SameSite="site" />
12+
</applicationRequestMinimum>
13+
</security>
14+
</trustInfo>
15+
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
16+
<application>
17+
</application>
18+
</compatibility>
19+
</asmv1:assembly>

Invisible Man/app.manifest

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<assemblyIdentity version="1.0.0.0" name="Invisible_Man.app" />
4+
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
5+
<security>
6+
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
7+
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
8+
</requestedPrivileges>
9+
<applicationRequestMinimum>
10+
<PermissionSet ID="Custom" SameSite="site" />
11+
<defaultAssemblyRequest permissionSetReference="Custom" />
12+
</applicationRequestMinimum>
13+
</security>
14+
</trustInfo>
15+
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
16+
<application>
17+
</application>
18+
</compatibility>
19+
</asmv1:assembly>

0 commit comments

Comments
 (0)