mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
b02427417c
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5614 21ef857c-d57f-4fe0-8362-d861dc6d29cd
149 lines
6.4 KiB
XML
149 lines
6.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{8E10F5E8-D4FA-4980-BB23-2EDD134AC15E}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ProcessHacker.Common</RootNamespace>
|
|
<AssemblyName>ProcessHacker.Common</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation />
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Release\ProcessHacker.Common.xml</DocumentationFile>
|
|
<NoWarn>1591</NoWarn>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BaseConverter.cs" />
|
|
<Compile Include="ByteStreamReader.cs" />
|
|
<Compile Include="CircularBuffer.cs" />
|
|
<Compile Include="LibC.cs" />
|
|
<Compile Include="LinkedList.cs" />
|
|
<Compile Include="Messaging\Message.cs" />
|
|
<Compile Include="Messaging\MessageQueueListener.cs" />
|
|
<Compile Include="Objects\SecuredHandleTable.cs" />
|
|
<Compile Include="Settings\SettingDefaultAttribute.cs" />
|
|
<Compile Include="Settings\SettingsBase.cs" />
|
|
<Compile Include="Settings\ISettingsStore.cs" />
|
|
<Compile Include="Settings\VolatileSettingsStore.cs" />
|
|
<Compile Include="Settings\XmlFileSettingsStore.cs" />
|
|
<Compile Include="String255.cs" />
|
|
<Compile Include="Threading\FairResourceLock.cs" />
|
|
<Compile Include="Threading\FastEvent.cs" />
|
|
<Compile Include="Threading\FastLock.cs" />
|
|
<Compile Include="Threading\FastMutex.cs" />
|
|
<Compile Include="Objects\DelayedReleasePool.cs" />
|
|
<Compile Include="DeltaManager.cs" />
|
|
<Compile Include="EnumComparer.cs" />
|
|
<Compile Include="FreeList.cs" />
|
|
<Compile Include="Objects\HandleTable.cs" />
|
|
<Compile Include="IdGenerator.cs" />
|
|
<Compile Include="Objects\BaseObject.cs" />
|
|
<Compile Include="Objects\IRefCounted.cs" />
|
|
<Compile Include="IResettable.cs" />
|
|
<Compile Include="Logging.cs" />
|
|
<Compile Include="Messaging\MessageQueue.cs" />
|
|
<Compile Include="Threading\FastResourceLock.cs" />
|
|
<Compile Include="Threading\Interlocked2.cs" />
|
|
<Compile Include="Threading\IResourceLock.cs" />
|
|
<Compile Include="Threading\NativeMethods.cs" />
|
|
<Compile Include="Threading\RundownProtection.cs" />
|
|
<Compile Include="Threading\ActionSync.cs" />
|
|
<Compile Include="Threading\SemaphorePair.cs" />
|
|
<Compile Include="Threading\SpinLock.cs" />
|
|
<Compile Include="Threading\FastStack.cs" />
|
|
<Compile Include="Threading\WaitableQueue.cs" />
|
|
<Compile Include="Threading\ThreadTask.cs" />
|
|
<Compile Include="Tokenizer.cs" />
|
|
<Compile Include="Ui\ColumnHeaderExtensions.cs" />
|
|
<Compile Include="Ui\SortedListViewComparer.cs" />
|
|
<Compile Include="Utils.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="WeakReference.cs" />
|
|
<Compile Include="WorkQueue.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |