mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-20 18:36:10 +00:00
f2ac1ece55
add
60 lines
2.8 KiB
XML
60 lines
2.8 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-06a1c79ea1bf078d9f5816243d6887697530720ed581c2975d99154e2a24648f.exe-->
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{3933AEB5-C476-4FA9-875F-0DE64DF43C30}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AssemblyName>VMS.OSP.Service</AssemblyName>
|
|
<ApplicationVersion>1.4.2.0</ApplicationVersion>
|
|
<RootNamespace>VMS.OSService</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" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Web.Services" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="OSPVersion.cs" />
|
|
<Compile Include="VMSOSPService.cs" />
|
|
<Compile Include="VMSOSPServiceInstaller.cs" />
|
|
<Compile Include="VMSOSPStartup.cs" />
|
|
<Compile Include="Abstract\AbstractService.cs" />
|
|
<Compile Include="Abstract\BaseServicesSetup.cs" />
|
|
<Compile Include="Concrete\ConcreteServicesSetup.cs" />
|
|
<Compile Include="Concrete\Maintenance\Maintenance.cs" />
|
|
<Compile Include="Concrete\PlatformServiceController\PlatformServiceController.cs" />
|
|
<Compile Include="Concrete\Inventory\InventoryUpdate.cs" />
|
|
<Compile Include="Concrete\Inventory\InventoryReplicator.cs" />
|
|
<Compile Include="VMS\OSP\Properties\Settings.cs" />
|
|
<Compile Include="VMS\OSP\Inventory\Inventory.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="VMSOSPService.resx" />
|
|
<EmbeddedResource Include="VMSOSPServiceInstaller.resx" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |