1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-22 05:06:08 +03:00
ProxySU/ProxySuper.Core/ProxySuper.Core.csproj

104 lines
5.3 KiB
XML
Raw Normal View History

2021-05-08 13:52:59 +03:00
<?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.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</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="MvvmCross, Version=7.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MvvmCross.7.1.2\lib\net461\MvvmCross.dll</HintPath>
</Reference>
2021-05-13 04:58:45 +03:00
<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>
2021-05-15 11:45:36 +03:00
<Reference Include="PresentationCore" />
2021-05-13 04:58:45 +03:00
<Reference Include="PresentationFramework" />
2021-05-22 06:12:26 +03:00
<Reference Include="QRCoder, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\QRCoder.1.4.1\lib\net40\QRCoder.dll</HintPath>
</Reference>
2021-05-13 04:58:45 +03:00
<Reference Include="Renci.SshNet, Version=2020.0.1.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>..\packages\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll</HintPath>
</Reference>
2021-05-08 13:52:59 +03:00
<Reference Include="System" />
<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" />
2021-05-15 11:45:36 +03:00
<Reference Include="System.Web" />
2021-05-08 13:52:59 +03:00
<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" />
2021-05-20 13:32:17 +03:00
<Reference Include="WindowsBase" />
2021-05-08 13:52:59 +03:00
</ItemGroup>
<ItemGroup>
<Compile Include="App.cs" />
2021-05-15 11:45:36 +03:00
<Compile Include="Converters\LoginSecretTypeConverter.cs" />
<Compile Include="Converters\ProxyTypeConverter.cs" />
<Compile Include="Converters\VisibleConverter.cs" />
2021-05-13 04:58:45 +03:00
<Compile Include="Helpers\DateTimeUtils.cs" />
2021-05-14 14:07:19 +03:00
<Compile Include="Models\Hosts\Host.cs" />
<Compile Include="Models\Hosts\LocalProxyType.cs" />
<Compile Include="Models\Hosts\LoginSecretType.cs" />
<Compile Include="Models\Projects\IProjectSettings.cs" />
<Compile Include="Models\Hosts\LocalProxy.cs" />
2021-05-20 13:32:17 +03:00
<Compile Include="Models\Projects\NaiveProxySettings.cs" />
2021-05-14 14:07:19 +03:00
<Compile Include="Models\Projects\ProjectType.cs" />
<Compile Include="Models\Projects\TrojanGoSettings.cs" />
<Compile Include="Models\Projects\XraySettings_SS.cs" />
<Compile Include="Models\Projects\XraySettings_Trojan.cs" />
<Compile Include="Models\Projects\XraySettings_VLESS.cs" />
<Compile Include="Models\Projects\XraySettings.cs" />
<Compile Include="Models\Projects\XraySettings_VMESS.cs" />
<Compile Include="Models\Projects\XrayType.cs" />
<Compile Include="Models\Record.cs" />
2021-05-08 13:52:59 +03:00
<Compile Include="Properties\AssemblyInfo.cs" />
2021-05-16 04:12:47 +03:00
<Compile Include="Helpers\Utils.cs" />
2021-05-13 04:58:45 +03:00
<Compile Include="Services\ProjectBase.cs" />
2021-05-15 11:45:36 +03:00
<Compile Include="Services\ShareLink.cs" />
2021-05-13 04:58:45 +03:00
<Compile Include="Services\TrojanGoConfigBuilder.cs" />
<Compile Include="Services\TrojanGoProject.cs" />
<Compile Include="Services\XrayConfigBuilder.cs" />
<Compile Include="Services\XrayProject.cs" />
2021-05-14 14:07:19 +03:00
<Compile Include="ViewModels\HomeViewModel.cs" />
2021-05-16 11:29:37 +03:00
<Compile Include="ViewModels\TrojanGoEditorViewModel.cs" />
2021-05-20 13:32:17 +03:00
<Compile Include="ViewModels\TrojanGoInstallerViewModel.cs" />
2021-05-22 06:12:26 +03:00
<Compile Include="ViewModels\XrayConfigViewModel.cs" />
2021-05-14 14:07:19 +03:00
<Compile Include="ViewModels\XrayEditorViewModel.cs" />
2021-05-20 13:32:17 +03:00
<Compile Include="ViewModels\XrayInstallerViewModel.cs" />
2021-05-08 13:52:59 +03:00
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
2021-05-15 11:45:36 +03:00
<ItemGroup />
2021-05-08 13:52:59 +03:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>