mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 01:46:09 +00:00
51 lines
2.2 KiB
XML
51 lines
2.2 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-00000-msil\Trojan.Win32.KillAV.t-53998dd36d7386675343b9db1e5d7a198613fef641d5cfbb322386108a60238a.exe-->
|
|||
|
<PropertyGroup>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ProjectGuid>{2C36617A-7A03-437D-BDE0-6927AEAD0E4C}</ProjectGuid>
|
|||
|
<OutputType>WinExe</OutputType>
|
|||
|
<AssemblyName>ProcessController</AssemblyName>
|
|||
|
<ApplicationVersion>1.0.1074.17747</ApplicationVersion>
|
|||
|
<RootNamespace>ProcessController.WindowsApplication1</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="Microsoft.VisualBasic" />
|
|||
|
<Reference Include="System" />
|
|||
|
<Reference Include="System.Data" />
|
|||
|
<Reference Include="System.DirectoryServices" />
|
|||
|
<Reference Include="System.Drawing" />
|
|||
|
<Reference Include="System.Management" />
|
|||
|
<Reference Include="System.ServiceProcess" />
|
|||
|
<Reference Include="System.Windows.Forms" />
|
|||
|
<Reference Include="System.Xml" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="MainForm.cs" />
|
|||
|
<Compile Include="AssemblyInfo.cs" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<EmbeddedResource Include="MainForm.resx" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|||
|
</Project>
|