165 lines
7.3 KiB
XML
165 lines
7.3 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>{7767C300-5FD5-4A5D-9D4C-59559CCE48A3}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>AsyncRAT_Sharp</RootNamespace>
|
|
<AssemblyName>AsyncRAT-Sharp</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
</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>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>async_icon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.VisualBasic" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<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="Forms\Form1.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Form1.Designer.cs">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\ProcessManager.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\ProcessManager.Designer.cs">
|
|
<DependentUpon>ProcessManager.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\RemoteDesktop.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\RemoteDesktop.Designer.cs">
|
|
<DependentUpon>RemoteDesktop.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Handle Packet\HandlePacket.cs" />
|
|
<Compile Include="Helper.cs" />
|
|
<Compile Include="MessagePack\BytesTools.cs" />
|
|
<Compile Include="MessagePack\MsgPack.cs" />
|
|
<Compile Include="MessagePack\MsgPackType.cs" />
|
|
<Compile Include="MessagePack\ReadTools.cs" />
|
|
<Compile Include="MessagePack\WriteTools.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Forms\SendFileToMemory.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SendFileToMemory.Designer.cs">
|
|
<DependentUpon>SendFileToMemory.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Settings.cs" />
|
|
<Compile Include="Socket\Clients.cs" />
|
|
<Compile Include="Socket\Listener.cs" />
|
|
<Compile Include="StreamLibrary\Codecs\DirectDriverCodec.cs" />
|
|
<Compile Include="StreamLibrary\Codecs\MJPGCodec.cs" />
|
|
<Compile Include="StreamLibrary\Codecs\QuickCachedStreamCodec.cs" />
|
|
<Compile Include="StreamLibrary\Codecs\QuickStreamCodec.cs" />
|
|
<Compile Include="StreamLibrary\Codecs\SmallCachedStreamCodec.cs" />
|
|
<Compile Include="StreamLibrary\Codecs\SmallStreamCodec.cs" />
|
|
<Compile Include="StreamLibrary\Encoders\GridCoder\GridBlock.cs" />
|
|
<Compile Include="StreamLibrary\Encoders\GridCoder\GridEncoder.cs" />
|
|
<Compile Include="StreamLibrary\Enums.cs" />
|
|
<Compile Include="StreamLibrary\IEncoder.cs" />
|
|
<Compile Include="StreamLibrary\IUnsafeCodec.cs" />
|
|
<Compile Include="StreamLibrary\IVideoCodec.cs" />
|
|
<Compile Include="StreamLibrary\src\CRC32.cs" />
|
|
<Compile Include="StreamLibrary\src\ExtensionAttribute.cs" />
|
|
<Compile Include="StreamLibrary\src\Extentions.cs" />
|
|
<Compile Include="StreamLibrary\src\FastBitmap.cs" />
|
|
<Compile Include="StreamLibrary\src\JpgCompression.cs" />
|
|
<Compile Include="StreamLibrary\src\LzwCompression.cs" />
|
|
<Compile Include="StreamLibrary\src\MurmurHash2Unsafe.cs" />
|
|
<Compile Include="StreamLibrary\src\NativeMethods.cs" />
|
|
<Compile Include="StreamLibrary\src\PayloadWriter.cs" />
|
|
<Compile Include="StreamLibrary\src\PointerHelper.cs" />
|
|
<Compile Include="StreamLibrary\src\SafeQuickLZ.cs" />
|
|
<Compile Include="StreamLibrary\src\SimpleBitmap.cs" />
|
|
<Compile Include="StreamLibrary\UnsafeCodecs\UnsafeCacheCodec.cs" />
|
|
<Compile Include="StreamLibrary\UnsafeCodecs\UnsafeCachedStreamCodec.cs" />
|
|
<Compile Include="StreamLibrary\UnsafeCodecs\UnsafeMiniCodec.cs" />
|
|
<Compile Include="StreamLibrary\UnsafeCodecs\UnsafeOptimizedCodec.cs" />
|
|
<Compile Include="StreamLibrary\UnsafeCodecs\UnsafeQuickStream.cs" />
|
|
<Compile Include="StreamLibrary\UnsafeCodecs\UnsafeStreamCodec.cs" />
|
|
<EmbeddedResource Include="Forms\Form1.resx">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\ProcessManager.resx">
|
|
<DependentUpon>ProcessManager.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\RemoteDesktop.resx">
|
|
<DependentUpon>RemoteDesktop.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>
|
|
<EmbeddedResource Include="Forms\SendFileToMemory.resx">
|
|
<DependentUpon>SendFileToMemory.cs</DependentUpon>
|
|
</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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\Plugin.dll" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="async_icon.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |