177 lines
8.3 KiB
XML
Executable File
177 lines
8.3 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{D934058E-A7DB-493F-A741-AE8E3DF867F4}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>winPEAS</RootNamespace>
|
|
<AssemblyName>winPEAS</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<TargetFrameworkProfile />
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<LangVersion>8.0</LangVersion>
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<LangVersion>8.0</LangVersion>
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<LangVersion>8.0</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<LangVersion>8.0</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<LangVersion>8.0</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<LangVersion>8.0</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.DirectoryServices.AccountManagement" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ApplicationInfo.cs" />
|
|
<Compile Include="Beaprint.cs" />
|
|
<Compile Include="InterestingFiles.cs" />
|
|
<Compile Include="KnownFileCredsInfo.cs" />
|
|
<Compile Include="MyUtils.cs" />
|
|
<Compile Include="NetworkInfo.cs" />
|
|
<Compile Include="ProcessesInfo.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ServicesInfo.cs" />
|
|
<Compile Include="SystemInfo.cs" />
|
|
<Compile Include="TaskScheduler\Action.cs" />
|
|
<Compile Include="TaskScheduler\ActionCollection.cs" />
|
|
<Compile Include="TaskScheduler\CultureSwitcher.cs" />
|
|
<Compile Include="TaskScheduler\EnumGlobalizer.cs" />
|
|
<Compile Include="TaskScheduler\JetBrains.Annotations.cs" />
|
|
<Compile Include="TaskScheduler\NamedValueCollection.cs" />
|
|
<Compile Include="TaskScheduler\Native\AccessControlExtension.cs" />
|
|
<Compile Include="TaskScheduler\Native\ADVAPI32.cs" />
|
|
<Compile Include="TaskScheduler\Native\EnumUtil.cs" />
|
|
<Compile Include="TaskScheduler\Native\InteropUtil.cs" />
|
|
<Compile Include="TaskScheduler\Native\KERNEL32.cs" />
|
|
<Compile Include="TaskScheduler\Native\NetServerEnum.cs" />
|
|
<Compile Include="TaskScheduler\Native\NTDSAPI.cs" />
|
|
<Compile Include="TaskScheduler\Native\SYSTEMTIME.cs" />
|
|
<Compile Include="TaskScheduler\Native\WindowsImpersonatedIdentity.cs" />
|
|
<Compile Include="TaskScheduler\NotV1SupportedException.cs" />
|
|
<Compile Include="TaskScheduler\ReflectionHelper.cs" />
|
|
<Compile Include="TaskScheduler\ResourceReferenceValue.cs" />
|
|
<Compile Include="TaskScheduler\Task.cs" />
|
|
<Compile Include="TaskScheduler\TaskCollection.cs" />
|
|
<Compile Include="TaskScheduler\TaskEvent.cs" />
|
|
<Compile Include="TaskScheduler\TaskEventWatcher.cs" />
|
|
<Compile Include="TaskScheduler\TaskFolder.cs" />
|
|
<Compile Include="TaskScheduler\TaskFolderCollection.cs" />
|
|
<Compile Include="TaskScheduler\TaskHandlerInterfaces.cs" />
|
|
<Compile Include="TaskScheduler\TaskSecurity.cs" />
|
|
<Compile Include="TaskScheduler\TaskService.cs" />
|
|
<Compile Include="TaskScheduler\TaskServiceCronExt.cs" />
|
|
<Compile Include="TaskScheduler\Trigger.cs" />
|
|
<Compile Include="TaskScheduler\TriggerCollection.cs" />
|
|
<Compile Include="TaskScheduler\User.cs" />
|
|
<Compile Include="TaskScheduler\V1\TaskSchedulerV1Interop.cs" />
|
|
<Compile Include="TaskScheduler\V2\TaskSchedulerV2Interop.cs" />
|
|
<Compile Include="TaskScheduler\Wildcard.cs" />
|
|
<Compile Include="TaskScheduler\XmlSerializationHelper.cs" />
|
|
<Compile Include="UserInfo.cs" />
|
|
<Compile Include="Watson.cs" />
|
|
<Compile Include="Wifi.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Resources.de.resx" />
|
|
<EmbeddedResource Include="Properties\Resources.es.resx" />
|
|
<EmbeddedResource Include="Properties\Resources.fr.resx" />
|
|
<EmbeddedResource Include="Properties\Resources.it.resx" />
|
|
<EmbeddedResource Include="Properties\Resources.pl.resx" />
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.ru.resx" />
|
|
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |