mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
f2ac1ece55
add
62 lines
2.8 KiB
XML
62 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.00004-msil\Virus.Win32.Sality.sil-66a8bf80b7d1c03c218a77899ddc10c75b21c3784127eb96343f22ad5b31b4d6.exe-->
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{1FF1C4CA-7390-4347-B826-49B68E812360}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AssemblyName>PMSInstallInit</AssemblyName>
|
|
<ApplicationVersion>1.0.0.0</ApplicationVersion>
|
|
</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.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="INetFwAuthorizedApplication.cs" />
|
|
<Compile Include="INetFwAuthorizedApplications.cs" />
|
|
<Compile Include="INetFwIcmpSettings.cs" />
|
|
<Compile Include="INetFwMgr.cs" />
|
|
<Compile Include="INetFwOpenPort.cs" />
|
|
<Compile Include="INetFwOpenPorts.cs" />
|
|
<Compile Include="INetFwPolicy.cs" />
|
|
<Compile Include="INetFwProfile.cs" />
|
|
<Compile Include="INetFwRemoteAdminSettings.cs" />
|
|
<Compile Include="INetFwService.cs" />
|
|
<Compile Include="INetFwServices.cs" />
|
|
<Compile Include="NET_FW_IP_PROTOCOL_.cs" />
|
|
<Compile Include="NET_FW_IP_VERSION_.cs" />
|
|
<Compile Include="NET_FW_PROFILE_TYPE_.cs" />
|
|
<Compile Include="NET_FW_SCOPE_.cs" />
|
|
<Compile Include="NET_FW_SERVICE_TYPE_.cs" />
|
|
<Compile Include="PinnacleSys\MediaServer\MainForm.cs" />
|
|
<Compile Include="PinnacleSys\MediaServer\MyApplicationContext.cs" />
|
|
<Compile Include="PinnacleSys\FirewallConfig\WinXPFirewall.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="PinnacleSys\MediaServer\MainForm.resx" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |