mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-26 03:55:06 +00:00
f2ac1ece55
add
54 lines
2.3 KiB
XML
54 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!--Project was exported from assembly: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Fsysna.dljm-a7abcca3397d1344b43d53c1427609ca1808f1991c5d2b158fd67c1ea3e6f19a.exe-->
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{F5C6B779-EA8B-4795-9108-0C2D6CD64BEE}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AssemblyName>Hearding Bot</AssemblyName>
|
|
<ApplicationVersion>0.0.0.0</ApplicationVersion>
|
|
<RootNamespace>Hearding_Bot</RootNamespace>
|
|
</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="System" />
|
|
<Reference Include="System.Management" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="P2P.cs" />
|
|
<Compile Include="rootkit.cs" />
|
|
<Compile Include="DeleteFile.cs" />
|
|
<Compile Include="Config.cs" />
|
|
<Compile Include="Install.cs" />
|
|
<Compile Include="downloadUpdate.cs" />
|
|
<Compile Include="Core.cs" />
|
|
<Compile Include="botInfo.cs" />
|
|
<Compile Include="utSeed.cs" />
|
|
<Compile Include="Irc.cs" />
|
|
<Compile Include="Functions.cs" />
|
|
<Compile Include="Endure.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="InstanceUnique.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |