mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
dd58bd9909
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1430 21ef857c-d57f-4fe0-8362-d861dc6d29cd
87 lines
3.6 KiB
XML
87 lines
3.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" 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>v2.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkSubset>
|
|
</TargetFrameworkSubset>
|
|
</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>
|
|
</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>
|
|
</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="Threading\FastMutex.cs" />
|
|
<Compile Include="Objects\DelayedReleasePool.cs" />
|
|
<Compile Include="DeltaManager.cs" />
|
|
<Compile Include="EnumComparer.cs" />
|
|
<Compile Include="ExtensionAttribute.cs" />
|
|
<Compile Include="FreeList.cs" />
|
|
<Compile Include="Objects\HandleTable.cs" />
|
|
<Compile Include="HistoryManager.cs" />
|
|
<Compile Include="IdGenerator.cs" />
|
|
<Compile Include="Objects\BaseObject.cs" />
|
|
<Compile Include="Objects\IReferenceCountedObject.cs" />
|
|
<Compile Include="IResettable.cs" />
|
|
<Compile Include="Logging.cs" />
|
|
<Compile Include="Threading\RundownProtection.cs" />
|
|
<Compile Include="Threading\SpinLock.cs" />
|
|
<Compile Include="Tokenizer.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>
|
|
<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> |