mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
418 lines
20 KiB
XML
418 lines
20 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{4B041B91-5790-4571-8C58-C63FFE4BC9F8}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>Netch</RootNamespace>
|
|
<AssemblyName>Netch</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<PublishUrl>publish\</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>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject>Netch.Netch</StartupObject>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<LangVersion>7.2</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<LangVersion>7.2</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Netch.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>App.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ini-parser.2.5.2\lib\net20\INIFileParser.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="3rd\DnsClient.NET\DnsDatagramReader.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsDatagramWriter.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsHeaderFlag.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsMessageHandler.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsOpCode.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsQueryExtensions.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsQueryResponse.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsQuestion.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsRecordFactory.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsRequestHeader.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsRequestMessage.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsResponseCode.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsResponseHeader.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsResponseMessage.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsString.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsTcpMessageHandler.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\DnsUdpMessageHandler.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\IDnsQuery.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\IDnsQueryResponse.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\ILookupClient.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Internal\PooledBytes.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Internal\StringBuilderObjectPool.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Interop\DisposableIntPtr.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Interop\Interop.Libraries.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Interop\Linux\RowConfigReader.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Interop\Linux\StringParsingHelper.Dns.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Interop\Windows\IpHlpApi\FixedNetworkInformation.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Interop\Windows\IpHlpApi\Interop.IpHlpApi.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\IpAddressExtensions.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\LookupClient.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\NameServer.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\AaaaRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\AddressRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\AfsDbRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\ARecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\CaaRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\CNameRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\DnsResourceRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\EmptyRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\HinfoRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\MbRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\MgRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\MInfoRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\MrRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\MXRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\NsRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\NullRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\Options\OptRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\PtrRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\ResourceRecordType.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\RpRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\SoaRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\SrvRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\SshfpRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\TxtRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\UriRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\Protocol\WksRecord.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\QueryClass.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\QueryType.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\ResourceRecordCollectionExtensions.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\ResponseCache.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\StaticLog.cs" />
|
|
<Compile Include="3rd\DnsClient.NET\TaskExtensions.cs" />
|
|
<Compile Include="3rd\DNS\Client\ClientRequest.cs" />
|
|
<Compile Include="3rd\DNS\Client\ClientResponse.cs" />
|
|
<Compile Include="3rd\DNS\Client\DnsClient.cs" />
|
|
<Compile Include="3rd\DNS\Client\RequestResolver\IRequestResolver.cs" />
|
|
<Compile Include="3rd\DNS\Client\RequestResolver\NullRequestResolver.cs" />
|
|
<Compile Include="3rd\DNS\Client\RequestResolver\TcpRequestResolver.cs" />
|
|
<Compile Include="3rd\DNS\Client\RequestResolver\UdpRequestResolver.cs" />
|
|
<Compile Include="3rd\DNS\Client\ResponseException.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\CharacterString.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Domain.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Header.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\IMessage.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\IMessageEntry.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\IRequest.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\IResponse.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Marshalling\EndianAttribute.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Marshalling\Endianness.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Marshalling\Struct.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\OperationCode.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Question.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\RecordClass.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\RecordType.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Request.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResourceRecords\BaseResourceRecord.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResourceRecords\CanonicalNameResourceRecord.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResourceRecords\IPAddressResourceRecord.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResourceRecords\IResourceRecord.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResourceRecords\MailExchangeResourceRecord.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResourceRecords\NameServerResourceRecord.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResourceRecords\PointerResourceRecord.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResourceRecords\ResourceRecord.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResourceRecords\ResourceRecordFactory.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResourceRecords\StartOfAuthorityResourceRecord.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResourceRecords\TextResourceRecord.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Response.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\ResponseCode.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Utils\ByteExtensions.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Utils\ByteStream.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Utils\ObjectStringifier.cs" />
|
|
<Compile Include="3rd\DNS\Protocol\Utils\TaskExtensions.cs" />
|
|
<Compile Include="3rd\DNS\Server\DnsServer.cs" />
|
|
<Compile Include="3rd\DNS\Server\MasterFile.cs" />
|
|
<Compile Include="3rd\NFSDK2\nfapinet.cs" />
|
|
<Compile Include="Controllers\DNSController.cs" />
|
|
<Compile Include="Controllers\HTTPController.cs" />
|
|
<Compile Include="Controllers\MainController.cs" />
|
|
<Compile Include="Controllers\NFController.cs" />
|
|
<Compile Include="Controllers\PrivoxyController.cs" />
|
|
<Compile Include="Controllers\SSRController.cs" />
|
|
<Compile Include="Controllers\SSController.cs" />
|
|
<Compile Include="Controllers\TUNTAPController.cs" />
|
|
<Compile Include="Controllers\UpdateChecker.cs" />
|
|
<Compile Include="Controllers\VMessController.cs" />
|
|
<Compile Include="Forms\AboutForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\AboutForm.Designer.cs">
|
|
<DependentUpon>AboutForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\GlobalBypassIPForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\GlobalBypassIPForm.Designer.cs">
|
|
<DependentUpon>GlobalBypassIPForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Mode\Process.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Mode\Process.Designer.cs">
|
|
<DependentUpon>Process.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Server\VMess.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Server\VMess.Designer.cs">
|
|
<DependentUpon>VMess.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Server\ShadowsocksR.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Server\ShadowsocksR.Designer.cs">
|
|
<DependentUpon>ShadowsocksR.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Server\Socks5.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Server\Socks5.Designer.cs">
|
|
<DependentUpon>Socks5.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Server\Shadowsocks.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Server\Shadowsocks.Designer.cs">
|
|
<DependentUpon>Shadowsocks.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SettingForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SettingForm.Designer.cs">
|
|
<DependentUpon>SettingForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SubscribeForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SubscribeForm.Designer.cs">
|
|
<DependentUpon>SubscribeForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Global.cs" />
|
|
<Compile Include="Models\GitHubRelease\Asset.cs" />
|
|
<Compile Include="Models\GitHubRelease\GitHubRelease.cs" />
|
|
<Compile Include="Models\GitHubRelease\GitHubUser.cs" />
|
|
<Compile Include="Models\GitHubRelease\Release.cs" />
|
|
<Compile Include="Models\GitHubRelease\VersionComparer.cs" />
|
|
<Compile Include="Models\GitHubRelease\VersionUtil.cs" />
|
|
<Compile Include="Models\LegacyServer.cs" />
|
|
<Compile Include="Models\LegacySetting.cs" />
|
|
<Compile Include="NativeMethods.cs" />
|
|
<Compile Include="Netch.cs" />
|
|
<Compile Include="Models\Information\VMess.cs" />
|
|
<Compile Include="Models\Mode.cs" />
|
|
<Compile Include="Models\Server.cs" />
|
|
<Compile Include="Models\Setting.cs" />
|
|
<Compile Include="Models\SSD\Main.cs" />
|
|
<Compile Include="Models\SSD\Server.cs" />
|
|
<Compile Include="Models\State.cs" />
|
|
<Compile Include="Models\SubscribeLink.cs" />
|
|
<Compile Include="Models\VMess.cs" />
|
|
<Compile Include="Override\ToolStripProfessionalRender.cs" />
|
|
<Compile Include="Override\WebClient.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Utils\Configuration.cs" />
|
|
<Compile Include="3rd\FS\FolderSelect.cs" />
|
|
<Compile Include="Utils\DNS.cs" />
|
|
<Compile Include="Utils\i18N.cs" />
|
|
<Compile Include="Utils\Logging.cs" />
|
|
<Compile Include="3rd\FS\Reflector.cs" />
|
|
<Compile Include="Resolver.cs" />
|
|
<Compile Include="Utils\Bandwidth.cs" />
|
|
<Compile Include="Utils\ShareLink.cs" />
|
|
<Compile Include="Utils\TUNTAP.cs" />
|
|
<Compile Include="Win32Native.cs" />
|
|
<EmbeddedResource Include="Forms\AboutForm.resx">
|
|
<DependentUpon>AboutForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\GlobalBypassIPForm.resx">
|
|
<DependentUpon>GlobalBypassIPForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\MainForm.resx">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Mode\Process.resx">
|
|
<DependentUpon>Process.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Server\VMess.resx">
|
|
<DependentUpon>VMess.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Server\ShadowsocksR.resx">
|
|
<DependentUpon>ShadowsocksR.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Server\Socks5.resx">
|
|
<DependentUpon>Socks5.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Server\Shadowsocks.resx">
|
|
<DependentUpon>Shadowsocks.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\SettingForm.resx">
|
|
<DependentUpon>SettingForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\SubscribeForm.resx">
|
|
<DependentUpon>SubscribeForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<None Include="App.manifest" />
|
|
<None Include="packages.config" />
|
|
<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\CNIP" />
|
|
<None Include="Resources\defaultTUNTAP" />
|
|
<None Include="Resources\zh-CN" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Netch.ico" />
|
|
<Content Include="Resources\N3RO.png" />
|
|
<Content Include="Resources\NetchTrayIcon.png" />
|
|
<None Include="Resources\Netch.png" />
|
|
<None Include="Resources\speed.png" />
|
|
<None Include="Resources\edit.png" />
|
|
<None Include="Resources\delete.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Connected Services\" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>@ECHO OFF
|
|
RD /S /Q $(TargetDir)bin > NUL 2>&1
|
|
RD /S /Q $(TargetDir)i18n > NUL 2>&1
|
|
RD /S /Q $(TargetDir)mode > NUL 2>&1
|
|
|
|
MKDIR $(TargetDir)bin > NUL 2>&1
|
|
MKDIR $(TargetDir)i18n > NUL 2>&1
|
|
MKDIR $(TargetDir)mode > NUL 2>&1
|
|
|
|
COPY /Y $(SolutionDir)binaries\$(PlatformName)\* $(TargetDir)bin > NUL 2>&1
|
|
COPY /Y $(SolutionDir)binaries\* $(TargetDir)bin > NUL 2>&1
|
|
MOVE /Y $(TargetDir)bin\nfapinet.dll $(TargetDir)nfapinet.dll > NUL 2>&1
|
|
COPY /Y $(SolutionDir)translations\i18n\* $(TargetDir)i18n > NUL 2>&1
|
|
COPY /Y $(SolutionDir)modes\mode\*.txt $(TargetDir)mode > NUL 2>&1</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |