mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-30 05:55:06 +00:00
f2ac1ece55
add
68 lines
3.4 KiB
XML
68 lines
3.4 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.Patched.mf-9c4f7eb57e580673b883e57f31931bcbce8bd5d8de1a509a25b8b5a175335d9f.exe-->
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{F7A2A9F7-897A-4619-B7D6-29537F7DBA38}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AssemblyName>updateservice</AssemblyName>
|
|
<ApplicationVersion>0.0.0.0</ApplicationVersion>
|
|
<RootNamespace>Bmc</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.Configuration.Install" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Runtime.Remoting" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="_003CPrivateImplementationDetails_003E.cs" />
|
|
<Compile Include="Services\BmcCredentialFactory.cs" />
|
|
<Compile Include="Services\RemoteServiceBase.cs" />
|
|
<Compile Include="Services\Update\UpdateFetcher.cs" />
|
|
<Compile Include="Services\Update\UpdateServer.cs" />
|
|
<Compile Include="Services\Update\UpdateService.cs" />
|
|
<Compile Include="Services\Update\ProjectInstaller.cs" />
|
|
<Compile Include="Services\Ticket\SecureStateManager.cs" />
|
|
<Compile Include="Broker\ProductState.cs" />
|
|
<Compile Include="Broker\PackageState.cs" />
|
|
<Compile Include="Broker\TicketState.cs" />
|
|
<Compile Include="Broker\Activation.cs" />
|
|
<Compile Include="Broker\Config\ConfigurationManager.cs" />
|
|
<Compile Include="Broker\Proxy\WINHTTP_AUTOPROXY_OPTIONS.cs" />
|
|
<Compile Include="Broker\Proxy\WINHTTP_PROXY_INFO.cs" />
|
|
<Compile Include="Broker\Proxy\WINHTTP_CURRENT_USER_IE_PROXY_CONFIG.cs" />
|
|
<Compile Include="Broker\Proxy\ProxyComponent.cs" />
|
|
<Compile Include="Broker\Proxy\ProxyInfo.cs" />
|
|
<Compile Include="Broker\ResourceSystem\DebugManager.cs" />
|
|
<Compile Include="Broker\ResourceSystem\InvalidResourcePathException.cs" />
|
|
<Compile Include="Broker\ResourceSystem\ResourceManager.cs" />
|
|
<Compile Include="Net\LShift\Utilities\ChecksumUtilities.cs" />
|
|
<Compile Include="Net\LShift\Utilities\ThreadWrapper.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |