|
|
|
@ -1,495 +1,27 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net48</TargetFramework>
|
|
|
|
|
<LangVersion>preview</LangVersion>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{0A9785E6-D256-4B73-9757-4EF59955FD1E}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>v2rayN</RootNamespace>
|
|
|
|
|
<AssemblyName>v2rayN</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
|
|
|
|
<PublishUrl>发布\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>2</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<Copyright>Copyright © 2019-2022 (GPLv3)</Copyright>
|
|
|
|
|
<FileVersion>5.33</FileVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>v2rayN.ico</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ManifestCertificateThumbprint>BD431FE78E8A6683106E7110882AE5C41CBF5C60</ManifestCertificateThumbprint>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ManifestKeyFile>v2rayN_TemporaryKey.pfx</ManifestKeyFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<GenerateManifests>false</GenerateManifests>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignManifests>false</SignManifests>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject>v2rayN.Program</StartupObject>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Data.Linq" />
|
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
|
|
|
<Reference Include="System.Messaging" />
|
|
|
|
|
<Reference Include="System.Net" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Net.Http.WebRequest" />
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Base\HttpClientHelper.cs" />
|
|
|
|
|
<Compile Include="Base\ListViewFlickerFree.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\BaseServerForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\BaseServerForm.Designer.cs">
|
|
|
|
|
<DependentUpon>BaseServerForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\MainMsgControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\MainMsgControl.Designer.cs">
|
|
|
|
|
<DependentUpon>MainMsgControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\MsgFilterSetForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\MsgFilterSetForm.Designer.cs">
|
|
|
|
|
<DependentUpon>MsgFilterSetForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\RoutingRuleSettingDetailsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\RoutingRuleSettingDetailsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>RoutingRuleSettingDetailsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\GlobalHotkeySettingForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\GlobalHotkeySettingForm.Designer.cs">
|
|
|
|
|
<DependentUpon>GlobalHotkeySettingForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\RoutingRuleSettingForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\RoutingRuleSettingForm.Designer.cs">
|
|
|
|
|
<DependentUpon>RoutingRuleSettingForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\ServerTransportControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\ServerTransportControl.Designer.cs">
|
|
|
|
|
<DependentUpon>ServerTransportControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\GroupSettingControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\GroupSettingControl.Designer.cs">
|
|
|
|
|
<DependentUpon>GroupSettingControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\GroupSettingForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\GroupSettingForm.Designer.cs">
|
|
|
|
|
<DependentUpon>GroupSettingForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Handler\LazyConfig.cs" />
|
|
|
|
|
<Compile Include="Handler\ShareHandler.cs" />
|
|
|
|
|
<Compile Include="Handler\UpdateHandle.cs" />
|
|
|
|
|
<Compile Include="Mode\ComboItem.cs" />
|
|
|
|
|
<Compile Include="Forms\MainForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\MainForm.Designer.cs">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\RoutingSettingForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\RoutingSettingForm.Designer.cs">
|
|
|
|
|
<DependentUpon>RoutingSettingForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SubSettingForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SubSettingForm.Designer.cs">
|
|
|
|
|
<DependentUpon>SubSettingForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\AddServer2Form.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\AddServer2Form.Designer.cs">
|
|
|
|
|
<DependentUpon>AddServer2Form.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\QRCodeControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\QRCodeControl.Designer.cs">
|
|
|
|
|
<DependentUpon>QRCodeControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SubSettingControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SubSettingControl.Designer.cs">
|
|
|
|
|
<DependentUpon>SubSettingControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Handler\MainFormHandler.cs" />
|
|
|
|
|
<Compile Include="Handler\SpeedtestHandler.cs" />
|
|
|
|
|
<Compile Include="Handler\StatisticsHandler.cs" />
|
|
|
|
|
<Compile Include="Handler\DownloadHandle.cs" />
|
|
|
|
|
<Compile Include="Handler\ProxySetting.cs" />
|
|
|
|
|
<Compile Include="Handler\SysProxyHandle.cs" />
|
|
|
|
|
<Compile Include="Mode\ESpeedActionType.cs" />
|
|
|
|
|
<Compile Include="Mode\EGlobalHotkey.cs" />
|
|
|
|
|
<Compile Include="Mode\ECoreType.cs" />
|
|
|
|
|
<Compile Include="Mode\ESysProxyType.cs" />
|
|
|
|
|
<Compile Include="Mode\EMove.cs" />
|
|
|
|
|
<Compile Include="Mode\EServerColName.cs" />
|
|
|
|
|
<Compile Include="Mode\GitHubRelease.cs" />
|
|
|
|
|
<Compile Include="Mode\RoutingItem.cs" />
|
|
|
|
|
<Compile Include="Mode\RulesItem.cs" />
|
|
|
|
|
<Compile Include="Mode\ServerStatistics.cs" />
|
|
|
|
|
<Compile Include="Mode\CoreInfo.cs" />
|
|
|
|
|
<Compile Include="Mode\SysproxyConfig.cs" />
|
|
|
|
|
<Compile Include="Mode\EConfigType.cs" />
|
|
|
|
|
<Compile Include="Mode\ServerTestItem.cs" />
|
|
|
|
|
<Compile Include="Mode\SsSIP008.cs" />
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Resx\ResUI.zh-Hans.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>ResUI.zh-Hans.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Resx\ResUI.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>ResUI.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Base\StringEx.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\AddServerForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\AddServerForm.Designer.cs">
|
|
|
|
|
<DependentUpon>AddServerForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\BaseForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\BaseForm.Designer.cs">
|
|
|
|
|
<DependentUpon>BaseForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Global.cs" />
|
|
|
|
|
<Compile Include="Handler\QRCodeHelper.cs" />
|
|
|
|
|
<Compile Include="Mode\VmessQRCode.cs" />
|
|
|
|
|
<Compile Include="Mode\V2rayTcpRequest.cs" />
|
|
|
|
|
<Compile Include="Handler\ConfigHandler.cs" />
|
|
|
|
|
<Compile Include="Handler\V2rayHandler.cs" />
|
|
|
|
|
<Compile Include="Mode\V2rayConfig.cs" />
|
|
|
|
|
<Compile Include="Mode\Config.cs" />
|
|
|
|
|
<Compile Include="Forms\OptionSettingForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\OptionSettingForm.Designer.cs">
|
|
|
|
|
<DependentUpon>OptionSettingForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Tool\FileManager.cs" />
|
|
|
|
|
<Compile Include="Tool\Job.cs" />
|
|
|
|
|
<Compile Include="Tool\Logging.cs" />
|
|
|
|
|
<Compile Include="Tool\QueryableExtension.cs" />
|
|
|
|
|
<Compile Include="Tool\UI.cs" />
|
|
|
|
|
<Compile Include="Tool\Utils.cs" />
|
|
|
|
|
<Compile Include="Handler\V2rayConfigHandler.cs" />
|
|
|
|
|
<EmbeddedResource Include="Forms\AddServer2Form.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>AddServer2Form.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\AddServerForm.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>AddServerForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\BaseServerForm.resx">
|
|
|
|
|
<DependentUpon>BaseServerForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\GlobalHotkeySettingForm.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>GlobalHotkeySettingForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\MainForm.resx">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\MainForm.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\MainMsgControl.resx">
|
|
|
|
|
<DependentUpon>MainMsgControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\MainMsgControl.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>MainMsgControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\MsgFilterSetForm.resx">
|
|
|
|
|
<DependentUpon>MsgFilterSetForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\MsgFilterSetForm.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>MsgFilterSetForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\OptionSettingForm.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>OptionSettingForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\QRCodeControl.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>QRCodeControl.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\RoutingRuleSettingDetailsForm.resx">
|
|
|
|
|
<DependentUpon>RoutingRuleSettingDetailsForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\RoutingRuleSettingDetailsForm.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>RoutingRuleSettingDetailsForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\GlobalHotkeySettingForm.resx">
|
|
|
|
|
<DependentUpon>GlobalHotkeySettingForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\RoutingRuleSettingForm.resx">
|
|
|
|
|
<DependentUpon>RoutingRuleSettingForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\RoutingRuleSettingForm.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>RoutingRuleSettingForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\ServerTransportControl.resx">
|
|
|
|
|
<DependentUpon>ServerTransportControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\ServerTransportControl.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>ServerTransportControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\GroupSettingControl.resx">
|
|
|
|
|
<DependentUpon>GroupSettingControl.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\GroupSettingControl.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>GroupSettingControl.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SubSettingControl.resx">
|
|
|
|
|
<DependentUpon>SubSettingControl.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SubSettingControl.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>SubSettingControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\RoutingSettingForm.resx">
|
|
|
|
|
<DependentUpon>RoutingSettingForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\RoutingSettingForm.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>RoutingSettingForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\GroupSettingForm.resx">
|
|
|
|
|
<DependentUpon>GroupSettingForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\GroupSettingForm.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>GroupSettingForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SubSettingForm.resx">
|
|
|
|
|
<DependentUpon>SubSettingForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\AddServerForm.resx">
|
|
|
|
|
<DependentUpon>AddServerForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\BaseForm.resx">
|
|
|
|
|
<DependentUpon>BaseForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\OptionSettingForm.resx">
|
|
|
|
|
<DependentUpon>OptionSettingForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\QRCodeControl.resx">
|
|
|
|
|
<DependentUpon>QRCodeControl.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\AddServer2Form.resx">
|
|
|
|
|
<DependentUpon>AddServer2Form.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SubSettingForm.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>SubSettingForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="app.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
|
|
|
|
<None Include="Resources\sysproxy.exe.gz" />
|
|
|
|
|
<None Include="Resources\sysproxy64.exe.gz" />
|
|
|
|
|
<EmbeddedResource Include="Sample\custom_routing_white" />
|
|
|
|
|
<EmbeddedResource Include="Sample\custom_routing_global" />
|
|
|
|
|
<EmbeddedResource Include="Sample\custom_routing_locked" />
|
|
|
|
|
<EmbeddedResource Include="Sample\custom_routing_black" />
|
|
|
|
|
<Protobuf Include="Protos\Statistics.proto" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Resx\ResUI.zh-Hans.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>ResUI.zh-Hans.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Resx\ResUI.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>ResUI.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="v2rayN.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Sample\SampleClientConfig.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Sample\SampleHttprequest.txt" />
|
|
|
|
|
<EmbeddedResource Include="Sample\SampleHttpresponse.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 4.5</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Sample\SampleServerConfig.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\restart.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\option.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\server.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\minimize.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Resources\NotifyIcon1.ico" />
|
|
|
|
|
<Content Include="Resources\NotifyIcon2.ico" />
|
|
|
|
|
<Content Include="Resources\NotifyIcon3.ico" />
|
|
|
|
|
<EmbeddedResource Include="Sample\SampleInbound.txt" />
|
|
|
|
|
<None Include="Resources\share.png" />
|
|
|
|
|
<None Include="Resources\promotion.png" />
|
|
|
|
|
<None Include="Resources\sub.png" />
|
|
|
|
|
<None Include="Resources\checkupdate.png" />
|
|
|
|
|
<None Include="Resources\about.png" />
|
|
|
|
|
<Content Include="Resources\help.png" />
|
|
|
|
|
<None Include="Resources\notify.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Google.Protobuf">
|
|
|
|
|
<Version>3.21.5</Version>
|
|
|
|
@ -518,19 +50,10 @@
|
|
|
|
|
<Version>0.16.8</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>copy /y $(SolutionDir)v2rayUpgrade\$(OutDir)* $(TargetDir)
|
|
|
|
|
|
|
|
|
|
del $(TargetDir)*.xml $(TargetDir)*.so $(TargetDir)*.dylib
|
|
|
|
|
if not "$(ConfigurationName)" == "Debug" del $(TargetDir)*.pdb</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="..\packages\Grpc.Core.2.23.0\build\net45\Grpc.Core.targets" Condition="Exists('..\packages\Grpc.Core.2.23.0\build\net45\Grpc.Core.targets')" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|