Files
wj32 7bd28e4357 moved branches, tags, trunk to 1.x branch
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-25 02:22:46 +00:00

129 lines
5.9 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>
<PlatformTarget>AnyCPU</PlatformTarget>
</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>
</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="Delegates.cs" />
<Compile Include="Linq\GroupedEnumerable.cs" />
<Compile Include="Linq\Grouping.cs" />
<Compile Include="Linq\IGrouping.cs" />
<Compile Include="Linq\ILookup.cs" />
<Compile Include="Linq\IOrderedEnumerable.cs" />
<Compile Include="Linq\Lookup.cs" />
<Compile Include="Linq\OrderByEnumerable.cs" />
<Compile Include="Linq\Query Operators\Aggregation Operators - Average.cs" />
<Compile Include="Linq\Query Operators\Aggregation Operators - Sum.cs" />
<Compile Include="Linq\Query Operators\Aggregation Operators.cs" />
<Compile Include="Linq\Query Operators\Conversion Operators.cs" />
<Compile Include="Linq\Query Operators\Element Operators.cs" />
<Compile Include="Linq\Query Operators\Enumerable Private.cs" />
<Compile Include="Linq\Query Operators\Filtering Operators.cs" />
<Compile Include="Linq\Query Operators\Generation Operators.cs" />
<Compile Include="Linq\Query Operators\Grouping Operators.cs" />
<Compile Include="Linq\Query Operators\Joining Operators.cs" />
<Compile Include="Linq\Query Operators\Misc Operators.cs" />
<Compile Include="Linq\Query Operators\Ordering Operators.cs" />
<Compile Include="Linq\Query Operators\Projection Operators.cs" />
<Compile Include="Linq\Query Operators\Quantifiers.cs" />
<Compile Include="Linq\Query Operators\Set Operators.cs" />
<Compile Include="Linq\ThenByEnumerable.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\SettingsStore.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\IRefCounted.cs" />
<Compile Include="IResettable.cs" />
<Compile Include="Logging.cs" />
<Compile Include="Messaging\MessageQueue.cs" />
<Compile Include="Threading\FastQueue.cs" />
<Compile Include="Threading\RundownProtection.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>
<Content Include="Linq\License.txt" />
</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>