mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-21 20:56:08 +03:00
153 lines
8.5 KiB
XML
153 lines
8.5 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>{15779EE6-D8CA-44BF-BFE2-941E155EEF3F}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ProxySuper.Core</RootNamespace>
|
|
<AssemblyName>ProxySuper.Core</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.7.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MvvmCross, Version=8.0.2.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MvvmCross.8.0.2\lib\net461\MvvmCross.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\json.net\net40\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="QRCoder, Version=1.4.3.0, Culture=neutral, PublicKeyToken=c4ed5b9ae8358a28, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\QRCoder.1.4.3\lib\net40\QRCoder.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Renci.SshNet, Version=2023.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SSH.NET.2023.0.0\lib\net462\Renci.SshNet.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.1\lib\net461\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Console, Version=4.0.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Console.4.3.1\lib\net46\System.Console.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime" />
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<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.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WindowsBase" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App.cs" />
|
|
<Compile Include="Converters\LoginSecretTypeConverter.cs" />
|
|
<Compile Include="Converters\ProxyTypeConverter.cs" />
|
|
<Compile Include="Converters\VisibleConverter.cs" />
|
|
<Compile Include="Helpers\DateTimeUtils.cs" />
|
|
<Compile Include="Models\Caddy.cs" />
|
|
<Compile Include="Models\Hosts\Host.cs" />
|
|
<Compile Include="Models\Hosts\LoginSecretType.cs" />
|
|
<Compile Include="Models\ProjectProgress.cs" />
|
|
<Compile Include="Models\Projects\BrookSettings.cs" />
|
|
<Compile Include="Models\Projects\BrookType.cs" />
|
|
<Compile Include="Models\Projects\HysteriaSettings.cs" />
|
|
<Compile Include="Models\Projects\IProjectSettings.cs" />
|
|
<Compile Include="Models\Hosts\LocalProxy.cs" />
|
|
<Compile Include="Models\Projects\MTProtoGoSettings.cs" />
|
|
<Compile Include="Models\Projects\NaiveProxySettings.cs" />
|
|
<Compile Include="Models\Projects\ProjectType.cs" />
|
|
<Compile Include="Models\Projects\TrojanGoSettings.cs" />
|
|
<Compile Include="Models\Projects\V2raySettings_SS.cs" />
|
|
<Compile Include="Models\Projects\V2raySettings_Trojan.cs" />
|
|
<Compile Include="Models\Projects\V2raySettings_VLESS.cs" />
|
|
<Compile Include="Models\Projects\V2raySettings.cs" />
|
|
<Compile Include="Models\Projects\V2raySettings_VMESS.cs" />
|
|
<Compile Include="Models\Projects\XraySettings.cs" />
|
|
<Compile Include="Models\Projects\RayType.cs" />
|
|
<Compile Include="Models\Record.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Helpers\Utils.cs" />
|
|
<Compile Include="Services\BrookService.cs" />
|
|
<Compile Include="Services\HysteriaService.cs" />
|
|
<Compile Include="Services\MTProtoGoService.cs" />
|
|
<Compile Include="Services\NaiveProxyService.cs" />
|
|
<Compile Include="Services\ServiceBase.cs" />
|
|
<Compile Include="Services\ShareLink.cs" />
|
|
<Compile Include="Services\TrojanGoConfigBuilder.cs" />
|
|
<Compile Include="Services\TrojanGoService.cs" />
|
|
<Compile Include="Services\V2rayConfigBuilder.cs" />
|
|
<Compile Include="Services\V2rayService.cs" />
|
|
<Compile Include="Services\XrayConfigBuilder.cs" />
|
|
<Compile Include="Services\XrayService.cs" />
|
|
<Compile Include="ViewModels\BrookConfigViewModel.cs" />
|
|
<Compile Include="ViewModels\BrookEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\BrookInstallViewModel.cs" />
|
|
<Compile Include="ViewModels\EnableRootViewModel.cs" />
|
|
<Compile Include="ViewModels\HomeViewModel.cs" />
|
|
<Compile Include="ViewModels\HysteriaConfigViewModel.cs" />
|
|
<Compile Include="ViewModels\HysteriaEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\HysteriaInstallViewModel.cs" />
|
|
<Compile Include="ViewModels\MTProtoGoConfigViewModel.cs" />
|
|
<Compile Include="ViewModels\MTProtoGoEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\MTProtoGoInstallViewModel.cs" />
|
|
<Compile Include="ViewModels\NaiveProxyConfigViewModel.cs" />
|
|
<Compile Include="ViewModels\NaiveProxyEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\NaiveProxyInstallViewModel.cs" />
|
|
<Compile Include="ViewModels\ShareLinkViewModel.cs" />
|
|
<Compile Include="ViewModels\TrojanGoConfigViewModel.cs" />
|
|
<Compile Include="ViewModels\TrojanGoEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\TrojanGoInstallViewModel.cs" />
|
|
<Compile Include="ViewModels\V2rayConfigViewModel.cs" />
|
|
<Compile Include="ViewModels\V2rayEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\V2rayInstallViewModel.cs" />
|
|
<Compile Include="ViewModels\XrayConfigViewModel.cs" />
|
|
<Compile Include="ViewModels\XrayEditorViewModel.cs" />
|
|
<Compile Include="ViewModels\XrayInstallViewModel.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |