Skip to content

Commit

Permalink
[proxy] fix cannot use geoip
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda committed Jun 25, 2020
1 parent 9e05ba1 commit ab1167f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 56 deletions.
2 changes: 1 addition & 1 deletion NaiveSharp/ConstText/Path/Clash.cs
Expand Up @@ -2,7 +2,7 @@
{
public static partial class PATH
{
public const string CLASH = @"3rd\Clash\clash";
public const string CLASH = @"3rd\Clash";
public const string CLASH_EXE = @"3rd\Clash\clash.exe";
}
}
59 changes: 53 additions & 6 deletions NaiveSharp/NaiveSharp.csproj
Expand Up @@ -16,6 +16,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -26,11 +27,16 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>0.5.0.%2a</ApplicationVersion>
<SupportUrl>https://github.com/KevinZonda/NaiveSharp</SupportUrl>
<ErrorReportUrl>https://github.com/KevinZonda/NaiveSharp</ErrorReportUrl>
<ProductName>NaiveSharp</ProductName>
<PublisherName>Kevin Sanchez</PublisherName>
<SuiteName>NaiveSharp</SuiteName>
<ApplicationRevision>3</ApplicationRevision>
<ApplicationVersion>0.6.3.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -56,8 +62,18 @@
<PropertyGroup>
<ApplicationIcon>ns.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<ManifestCertificateThumbprint>A5973F0F71D738B588F1A0E26663AF46DFA29F45</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ManifestKeyFile>NaiveSharp_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -130,7 +146,6 @@
<EmbeddedResource Include="View\MainWindow.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand All @@ -153,7 +168,7 @@
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 x64%29</ProductName>
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
Expand All @@ -162,5 +177,37 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<PublishFile Include="DesignMap\Config.md">
<Visible>False</Visible>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<FileType>File</FileType>
</PublishFile>
<PublishFile Include="DesignMap\File.md">
<Visible>False</Visible>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<FileType>File</FileType>
</PublishFile>
<PublishFile Include="DesignMap\Node.md">
<Visible>False</Visible>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<FileType>File</FileType>
</PublishFile>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
49 changes: 0 additions & 49 deletions NaiveSharp/app.manifest

This file was deleted.

0 comments on commit ab1167f

Please sign in to comment.