mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-21 02:46:10 +00:00
56 lines
2.4 KiB
XML
56 lines
2.4 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\Administrateur\Downloads\Virusshare-00001-msil\Trojan-Dropper.Win32.Sysn.yqv-e3ce6ee871ba297ceca2922e381b424f0f7ea7460fd6109a19139958eafad3cd.exe-->
|
|||
|
<PropertyGroup>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ProjectGuid>{E3F5DA84-7E33-456E-82F5-498614655303}</ProjectGuid>
|
|||
|
<OutputType>WinExe</OutputType>
|
|||
|
<AssemblyName>stub</AssemblyName>
|
|||
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|||
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|||
|
<ApplicationVersion>1.0.0.0</ApplicationVersion>
|
|||
|
<FileAlignment>512</FileAlignment>
|
|||
|
<RootNamespace>stub</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.Drawing" />
|
|||
|
<Reference Include="System.Windows.Forms" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="Form1.cs" />
|
|||
|
<Compile Include="My\MyApplication.cs" />
|
|||
|
<Compile Include="My\MyComputer.cs" />
|
|||
|
<Compile Include="My\MyProject.cs" />
|
|||
|
<Compile Include="My\MySettings.cs" />
|
|||
|
<Compile Include="My\MySettingsProperty.cs" />
|
|||
|
<Compile Include="My\Resources\Resources.cs" />
|
|||
|
<Compile Include="AssemblyInfo.cs" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<EmbeddedResource Include="Form1.resx" />
|
|||
|
<EmbeddedResource Include="Resources.resx" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
</Project>
|