mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-20 18:36:10 +00:00
f2ac1ece55
add
106 lines
5.7 KiB
XML
106 lines
5.7 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\HackTool.Win32.KMSAuto.i-f317ba4d4051fad64a0aa45b587fa3dcea795bac30acec2872779abe31a07cbe.exe-->
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{91CB1C5F-5AF8-4A91-A13B-6157536EDB08}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AssemblyName>AutoKMS</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.Management" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="TaskSchedulerInterop\HResult.cs" />
|
|
<Compile Include="TaskSchedulerInterop\TaskTriggerType.cs" />
|
|
<Compile Include="TaskSchedulerInterop\Daily.cs" />
|
|
<Compile Include="TaskSchedulerInterop\Weekly.cs" />
|
|
<Compile Include="TaskSchedulerInterop\MonthlyDate.cs" />
|
|
<Compile Include="TaskSchedulerInterop\MonthlyDOW.cs" />
|
|
<Compile Include="TaskSchedulerInterop\TriggerTypeData.cs" />
|
|
<Compile Include="TaskSchedulerInterop\TaskTrigger.cs" />
|
|
<Compile Include="TaskSchedulerInterop\SystemTime.cs" />
|
|
<Compile Include="TaskSchedulerInterop\PropSheetHeader.cs" />
|
|
<Compile Include="TaskSchedulerInterop\PropSheetFlags.cs" />
|
|
<Compile Include="TaskSchedulerInterop\PropertySheetDisplay.cs" />
|
|
<Compile Include="TaskSchedulerInterop\ITaskScheduler.cs" />
|
|
<Compile Include="TaskSchedulerInterop\IEnumWorkItems.cs" />
|
|
<Compile Include="TaskSchedulerInterop\ITask.cs" />
|
|
<Compile Include="TaskSchedulerInterop\ITaskTrigger.cs" />
|
|
<Compile Include="TaskSchedulerInterop\IProvideTaskPage.cs" />
|
|
<Compile Include="TaskSchedulerInterop\CTaskScheduler.cs" />
|
|
<Compile Include="TaskSchedulerInterop\CTask.cs" />
|
|
<Compile Include="TaskSchedulerInterop\CoTaskMem.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Result.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Common.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Configuration\SettingsIDObject.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Configuration\GlobalSettingsObject.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Configuration\AutoKMSSettingsObject.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Configuration\AutoRearmSettingsObject.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Configuration\EZActivatorSettingsObject.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Configuration\PathsSettingsObject.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Configuration\Settings.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Configuration\IniFile.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Logic\KMSEditor.cs" />
|
|
<Compile Include="Office_2010_Toolkit\Logic\Activation.cs" />
|
|
<Compile Include="TaskScheduler\TriggerList.cs" />
|
|
<Compile Include="TaskScheduler\TriggerType.cs" />
|
|
<Compile Include="TaskScheduler\DaysOfTheWeek.cs" />
|
|
<Compile Include="TaskScheduler\WhichWeek.cs" />
|
|
<Compile Include="TaskScheduler\MonthsOfTheYear.cs" />
|
|
<Compile Include="TaskScheduler\Trigger.cs" />
|
|
<Compile Include="TaskScheduler\StartableTrigger.cs" />
|
|
<Compile Include="TaskScheduler\RunOnceTrigger.cs" />
|
|
<Compile Include="TaskScheduler\DailyTrigger.cs" />
|
|
<Compile Include="TaskScheduler\WeeklyTrigger.cs" />
|
|
<Compile Include="TaskScheduler\MonthlyDOWTrigger.cs" />
|
|
<Compile Include="TaskScheduler\MonthlyTrigger.cs" />
|
|
<Compile Include="TaskScheduler\OnIdleTrigger.cs" />
|
|
<Compile Include="TaskScheduler\OnSystemStartTrigger.cs" />
|
|
<Compile Include="TaskScheduler\OnLogonTrigger.cs" />
|
|
<Compile Include="TaskScheduler\TaskFlags.cs" />
|
|
<Compile Include="TaskScheduler\TaskStatus.cs" />
|
|
<Compile Include="TaskScheduler\Task.cs" />
|
|
<Compile Include="TaskScheduler\Scheduler.cs" />
|
|
<Compile Include="TaskScheduler\TaskList.cs" />
|
|
<Compile Include="TaskScheduler\ScheduledTasks.cs" />
|
|
<Compile Include="AutoKMS\AutoKMSService.cs" />
|
|
<Compile Include="AutoKMS\AutoKMS.cs" />
|
|
<Compile Include="AutoKMS\Program.cs" />
|
|
<Compile Include="AutoKMS\Properties\Settings.cs" />
|
|
<Compile Include="AutoKMS\Properties\Resources.cs" />
|
|
<Compile Include="HybridService\ServiceInstaller.cs" />
|
|
<Compile Include="ProcessMemoryReaderLib\ProcessMemoryReaderApi.cs" />
|
|
<Compile Include="ProcessMemoryReaderLib\ProcessMemoryReader.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="AutoKMS\AutoKMSService.resx" />
|
|
<EmbeddedResource Include="AutoKMS\Properties\Resources.resx" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |