mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-26 13:25:26 +00:00
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-00001-msil\Trojan.Win32.Patched.mf-fd200e64412b6be5c177c3cfa7b94e83e807ff04211ce324f12e2ffa5537eb36.exe-->
|
|||
|
<PropertyGroup>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ProjectGuid>{2C47BAE7-6986-482D-AAE6-CC7930F26741}</ProjectGuid>
|
|||
|
<OutputType>WinExe</OutputType>
|
|||
|
<AssemblyName>ticketservice</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="Net\LShift\Utilities\ChecksumUtilities.cs" />
|
|||
|
<Compile Include="Net\LShift\Utilities\ThreadWrapper.cs" />
|
|||
|
<Compile Include="Services\RemoteServiceBase.cs" />
|
|||
|
<Compile Include="Services\Ticket\ActivationManager.cs" />
|
|||
|
<Compile Include="Services\Ticket\TicketServer.cs" />
|
|||
|
<Compile Include="Services\Ticket\TicketService.cs" />
|
|||
|
<Compile Include="Services\Ticket\ProjectInstaller.cs" />
|
|||
|
<Compile Include="Services\Ticket\SecureStateManager.cs" />
|
|||
|
<Compile Include="Services\Ticket\TicketManager.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="AssemblyInfo.cs" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|||
|
</Project>
|