2008-08-01 20:55:43 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2008-10-22 20:45:13 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{9118C4C7-DC1E-4BFB-A99D-2A22B7590D7F}</ProjectGuid>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Nuclex.Support</RootNamespace>
|
|
|
|
|
<AssemblyName>Nuclex.Support</AssemblyName>
|
2008-05-13 19:39:59 +00:00
|
|
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
</PropertyGroup>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2010-04-16 11:09:25 +00:00
|
|
|
|
<OutputPath>bin\net-2.0\Debug\</OutputPath>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;UNITTEST</DefineConstants>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2010-04-16 11:09:25 +00:00
|
|
|
|
<DocumentationFile>bin\net-2.0\Debug\Nuclex.Support.xml</DocumentationFile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
</PropertyGroup>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2010-04-16 11:09:25 +00:00
|
|
|
|
<OutputPath>bin\net-2.0\Release\</OutputPath>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<DefineConstants>TRACE;UNITTEST</DefineConstants>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2010-04-16 11:09:25 +00:00
|
|
|
|
<DocumentationFile>bin\net-2.0\Release\Nuclex.Support.xml</DocumentationFile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2010-04-28 13:19:43 +00:00
|
|
|
|
<Reference Include="NMock2, Version=2.1.3641.27570, Culture=neutral, PublicKeyToken=96bb577564343f16, processorArchitecture=MSIL">
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\References\nmock\net-2.0\NMock2.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-04-28 13:19:43 +00:00
|
|
|
|
<Reference Include="nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2009-01-13 19:30:33 +00:00
|
|
|
|
<HintPath>..\References\nunit\net-2.0\framework\nunit.framework.dll</HintPath>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
</Reference>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<Reference Include="System" />
|
2008-07-17 20:44:40 +00:00
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2007-12-14 20:43:34 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2009-09-15 19:39:08 +00:00
|
|
|
|
<Compile Include="Source\AffineThreadPool.Test.cs">
|
|
|
|
|
<DependentUpon>AffineThreadPool.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-01-07 19:05:29 +00:00
|
|
|
|
<Compile Include="Source\AssertHelper.cs" />
|
|
|
|
|
<Compile Include="Source\AssertHelper.Test.cs">
|
|
|
|
|
<DependentUpon>AssertHelper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-07-10 18:42:23 +00:00
|
|
|
|
<Compile Include="Source\Collections\Deque.cs" />
|
2009-07-13 19:34:27 +00:00
|
|
|
|
<Compile Include="Source\Collections\Deque.Insertion.cs">
|
|
|
|
|
<DependentUpon>Deque.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-07-14 20:15:34 +00:00
|
|
|
|
<Compile Include="Source\Collections\Deque.Interfaces.cs">
|
|
|
|
|
<DependentUpon>Deque.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-07-13 19:34:27 +00:00
|
|
|
|
<Compile Include="Source\Collections\Deque.Removal.cs">
|
|
|
|
|
<DependentUpon>Deque.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-07-14 20:15:34 +00:00
|
|
|
|
<Compile Include="Source\Collections\Deque.Search.cs">
|
|
|
|
|
<DependentUpon>Deque.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-07-10 18:42:23 +00:00
|
|
|
|
<Compile Include="Source\Collections\Deque.Test.cs">
|
|
|
|
|
<DependentUpon>Deque.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-03-19 19:34:11 +00:00
|
|
|
|
<Compile Include="Source\Collections\IObservableCollection.cs" />
|
2010-03-15 19:08:10 +00:00
|
|
|
|
<Compile Include="Source\Collections\IRecyclable.cs" />
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Collections\ItemEventArgs.cs" />
|
2008-11-27 18:56:08 +00:00
|
|
|
|
<Compile Include="Source\Collections\ItemEventArgs.Test.cs">
|
|
|
|
|
<DependentUpon>ItemEventArgs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Collections\ObservableCollection.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\ObservableCollection.Test.cs">
|
|
|
|
|
<DependentUpon>ObservableCollection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-01-26 20:05:32 +00:00
|
|
|
|
<Compile Include="Source\Collections\ObservableDictionary.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\ObservableDictionary.Test.cs">
|
|
|
|
|
<DependentUpon>ObservableDictionary.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Collections\PairPriorityQueue.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\PairPriorityQueue.Test.cs">
|
|
|
|
|
<DependentUpon>PairPriorityQueue.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Collections\Parentable.cs" />
|
2008-11-27 18:56:08 +00:00
|
|
|
|
<Compile Include="Source\Collections\Parentable.Test.cs">
|
|
|
|
|
<DependentUpon>Parentable.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Collections\ParentingCollection.cs" />
|
2008-11-27 18:56:08 +00:00
|
|
|
|
<Compile Include="Source\Collections\ParentingCollection.Test.cs">
|
|
|
|
|
<DependentUpon>ParentingCollection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2010-03-15 19:08:10 +00:00
|
|
|
|
<Compile Include="Source\Collections\Pool.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\Pool.Test.cs">
|
|
|
|
|
<DependentUpon>Pool.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Collections\PriorityItemPair.cs" />
|
2008-11-27 18:56:08 +00:00
|
|
|
|
<Compile Include="Source\Collections\PriorityItemPair.Test.cs">
|
|
|
|
|
<DependentUpon>PriorityItemPair.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Collections\PriorityQueue.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\PriorityQueue.Test.cs">
|
|
|
|
|
<DependentUpon>PriorityQueue.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-07-17 20:44:40 +00:00
|
|
|
|
<Compile Include="Source\Collections\ReadOnlyCollection.cs" />
|
2008-11-27 19:02:48 +00:00
|
|
|
|
<Compile Include="Source\Collections\ReadOnlyCollection.Test.cs">
|
|
|
|
|
<DependentUpon>ReadOnlyCollection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-07-17 20:44:40 +00:00
|
|
|
|
<Compile Include="Source\Collections\ReadOnlyDictionary.cs" />
|
2008-11-27 19:40:43 +00:00
|
|
|
|
<Compile Include="Source\Collections\ReadOnlyDictionary.Test.cs">
|
|
|
|
|
<DependentUpon>ReadOnlyDictionary.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-07-17 20:44:40 +00:00
|
|
|
|
<Compile Include="Source\Collections\ReadOnlyList.cs" />
|
2008-11-27 19:40:43 +00:00
|
|
|
|
<Compile Include="Source\Collections\ReadOnlyList.Test.cs">
|
|
|
|
|
<DependentUpon>ReadOnlyList.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-07-17 20:44:40 +00:00
|
|
|
|
<Compile Include="Source\Collections\ReverseComparer.cs" />
|
2008-11-27 19:04:09 +00:00
|
|
|
|
<Compile Include="Source\Collections\ReverseComparer.Test.cs">
|
|
|
|
|
<DependentUpon>ReverseComparer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-09-15 19:39:08 +00:00
|
|
|
|
<Compile Include="Source\AffineThreadPool.cs" />
|
2009-12-01 19:17:31 +00:00
|
|
|
|
<Compile Include="Source\EnumHelper.cs" />
|
|
|
|
|
<Compile Include="Source\EnumHelper.Test.cs">
|
|
|
|
|
<DependentUpon>EnumHelper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-05-27 19:55:06 +00:00
|
|
|
|
<Compile Include="Source\Plugins\PrototypeFactory.cs" />
|
|
|
|
|
<Compile Include="Source\Plugins\PrototypeFactory.Test.cs">
|
|
|
|
|
<DependentUpon>PrototypeFactory.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-06-08 20:32:14 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\GenericTimeSource.Test.cs">
|
|
|
|
|
<DependentUpon>GenericTimeSource.cs</DependentUpon>
|
2009-06-04 19:32:15 +00:00
|
|
|
|
</Compile>
|
2010-02-11 21:07:04 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\ISchedulerService.cs" />
|
2009-06-04 19:32:15 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\ITimeSource.cs" />
|
|
|
|
|
<Compile Include="Source\Scheduling\Scheduler.cs" />
|
2009-06-08 20:32:14 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\GenericTimeSource.cs" />
|
|
|
|
|
<Compile Include="Source\Scheduling\Scheduler.Test.cs">
|
|
|
|
|
<DependentUpon>Scheduler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2010-03-03 20:47:45 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\Scheduler.TimeSource.cs">
|
|
|
|
|
<DependentUpon>Scheduler.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-06-04 19:32:15 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\WindowsTimeSource.cs" />
|
|
|
|
|
<Compile Include="Source\Scheduling\WindowsTimeSource.Test.cs">
|
|
|
|
|
<DependentUpon>WindowsTimeSource.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-09-18 20:06:09 +00:00
|
|
|
|
<Compile Include="Source\Semaphore.cs" />
|
|
|
|
|
<Compile Include="Source\Semaphore.Test.cs">
|
|
|
|
|
<DependentUpon>Semaphore.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-05-27 19:55:06 +00:00
|
|
|
|
<Compile Include="Source\Services\AppDomainTypeLister.cs" />
|
|
|
|
|
<Compile Include="Source\Services\AppDomainTypeLister.Test.cs">
|
|
|
|
|
<DependentUpon>AppDomainTypeLister.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-05-28 19:50:30 +00:00
|
|
|
|
<Compile Include="Source\Services\MultiAssemblyTypeLister.cs" />
|
|
|
|
|
<Compile Include="Source\Services\ExplicitTypeLister.Test.cs">
|
|
|
|
|
<DependentUpon>ExplicitTypeLister.cs</DependentUpon>
|
2009-05-27 19:55:06 +00:00
|
|
|
|
</Compile>
|
2009-05-20 20:14:21 +00:00
|
|
|
|
<Compile Include="Source\Services\Instancing.cs" />
|
2009-05-27 19:55:06 +00:00
|
|
|
|
<Compile Include="Source\Services\ITypeLister.cs" />
|
2009-05-28 19:50:30 +00:00
|
|
|
|
<Compile Include="Source\Services\MultiAssemblyTypeLister.Test.cs">
|
|
|
|
|
<DependentUpon>MultiAssemblyTypeLister.cs</DependentUpon>
|
2009-05-27 19:55:06 +00:00
|
|
|
|
</Compile>
|
2009-05-20 20:14:21 +00:00
|
|
|
|
<Compile Include="Source\Services\ProgressTracking\IProgressPublishingService.cs" />
|
2009-05-27 19:55:06 +00:00
|
|
|
|
<Compile Include="Source\Services\ProgressTracking\IProgressCollectingService.cs" />
|
2009-05-20 20:14:21 +00:00
|
|
|
|
<Compile Include="Source\Services\ProgressTracking\ITrackedProcess.cs" />
|
|
|
|
|
<Compile Include="Source\Services\ProgressTracking\ProgressTrackingComponent.cs" />
|
2009-05-27 19:55:06 +00:00
|
|
|
|
<Compile Include="Source\Services\RepositoryTypeLister.cs" />
|
|
|
|
|
<Compile Include="Source\Services\RepositoryTypeLister.Test.cs">
|
|
|
|
|
<DependentUpon>RepositoryTypeLister.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-05-28 19:50:30 +00:00
|
|
|
|
<Compile Include="Source\Services\ServiceManager.Analyzer.cs">
|
|
|
|
|
<DependentUpon>ServiceManager.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-05-20 20:14:21 +00:00
|
|
|
|
<Compile Include="Source\Services\ServiceManager.cs" />
|
|
|
|
|
<Compile Include="Source\Services\ServiceManager.For.cs">
|
|
|
|
|
<DependentUpon>ServiceManager.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-05-05 19:31:05 +00:00
|
|
|
|
<Compile Include="Source\IO\PartialStream.cs" />
|
|
|
|
|
<Compile Include="Source\IO\PartialStream.Test.cs">
|
|
|
|
|
<DependentUpon>PartialStream.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-04-28 20:44:36 +00:00
|
|
|
|
<Compile Include="Source\IO\RingMemoryStream.cs" />
|
|
|
|
|
<Compile Include="Source\IO\RingMemoryStream.Test.cs">
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<DependentUpon>RingMemoryStream.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Collections\TransformingReadOnlyCollection.cs" />
|
2008-01-07 18:04:02 +00:00
|
|
|
|
<Compile Include="Source\Collections\TransformingReadOnlyCollection.Interfaces.cs">
|
|
|
|
|
<DependentUpon>TransformingReadOnlyCollection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-11-27 19:40:43 +00:00
|
|
|
|
<Compile Include="Source\Collections\TransformingReadOnlyCollection.Test.cs">
|
|
|
|
|
<DependentUpon>TransformingReadOnlyCollection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-03-11 19:20:28 +00:00
|
|
|
|
<Compile Include="Source\Collections\WeakCollection.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\WeakCollection.Interfaces.cs">
|
|
|
|
|
<DependentUpon>WeakCollection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Collections\WeakCollection.Test.cs">
|
|
|
|
|
<DependentUpon>WeakCollection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-26 20:04:33 +00:00
|
|
|
|
<Compile Include="Source\FloatHelper.cs" />
|
|
|
|
|
<Compile Include="Source\FloatHelper.Test.cs">
|
|
|
|
|
<DependentUpon>FloatHelper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-07-17 21:19:41 +00:00
|
|
|
|
<Compile Include="Source\IntegerHelper.cs" />
|
|
|
|
|
<Compile Include="Source\IntegerHelper.Test.cs">
|
|
|
|
|
<DependentUpon>IntegerHelper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Licensing\LicenseKey.cs" />
|
|
|
|
|
<Compile Include="Source\Licensing\LicenseKey.Test.cs">
|
|
|
|
|
<DependentUpon>LicenseKey.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-04-14 20:25:56 +00:00
|
|
|
|
<Compile Include="Source\Parsing\CommandLine.Argument.cs">
|
2008-12-09 20:55:34 +00:00
|
|
|
|
<DependentUpon>CommandLine.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Parsing\CommandLine.Formatter.cs">
|
|
|
|
|
<DependentUpon>CommandLine.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Parsing\CommandLine.Test.cs">
|
|
|
|
|
<DependentUpon>CommandLine.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-12-03 18:58:20 +00:00
|
|
|
|
<Compile Include="Source\Parsing\CommandLine.cs" />
|
2008-12-09 20:55:34 +00:00
|
|
|
|
<Compile Include="Source\Parsing\CommandLine.Parser.cs">
|
|
|
|
|
<DependentUpon>CommandLine.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\PathHelper.cs" />
|
|
|
|
|
<Compile Include="Source\PathHelper.Test.cs">
|
|
|
|
|
<DependentUpon>PathHelper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-01-13 18:50:52 +00:00
|
|
|
|
<Compile Include="Source\Plugins\AssemblyLoadEventArgs.cs" />
|
|
|
|
|
<Compile Include="Source\Plugins\AssemblyLoadEventArgs.Test.cs">
|
|
|
|
|
<DependentUpon>AssemblyLoadEventArgs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-12-09 19:41:43 +00:00
|
|
|
|
<Compile Include="Source\Plugins\IAbstractFactory.cs" />
|
2008-11-28 19:34:43 +00:00
|
|
|
|
<Compile Include="Source\Plugins\Employer.Test.cs">
|
|
|
|
|
<DependentUpon>Employer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Plugins\FactoryEmployer.Test.cs">
|
|
|
|
|
<DependentUpon>FactoryEmployer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-12-09 19:41:43 +00:00
|
|
|
|
<Compile Include="Source\Plugins\IAssemblyLoader.cs" />
|
2008-11-28 19:34:43 +00:00
|
|
|
|
<Compile Include="Source\Plugins\InstanceEmployer.Test.cs">
|
|
|
|
|
<DependentUpon>InstanceEmployer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-11-26 19:15:36 +00:00
|
|
|
|
<Compile Include="Source\Plugins\NoPluginAttribute.cs" />
|
2008-01-07 18:04:02 +00:00
|
|
|
|
<Compile Include="Source\Plugins\Employer.cs" />
|
|
|
|
|
<Compile Include="Source\Plugins\FactoryEmployer.cs" />
|
|
|
|
|
<Compile Include="Source\Plugins\InstanceEmployer.cs" />
|
2008-11-28 19:34:43 +00:00
|
|
|
|
<Compile Include="Source\Plugins\NoPluginAttribute.Test.cs">
|
|
|
|
|
<DependentUpon>NoPluginAttribute.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-01-07 18:04:02 +00:00
|
|
|
|
<Compile Include="Source\Plugins\PluginHelper.cs" />
|
2008-11-26 19:15:36 +00:00
|
|
|
|
<Compile Include="Source\Plugins\PluginHelper.Test.cs">
|
|
|
|
|
<DependentUpon>PluginHelper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-01-07 18:04:02 +00:00
|
|
|
|
<Compile Include="Source\Plugins\PluginHost.cs" />
|
2008-11-28 19:34:43 +00:00
|
|
|
|
<Compile Include="Source\Plugins\PluginHost.Test.cs">
|
|
|
|
|
<DependentUpon>PluginHost.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-01-07 18:04:02 +00:00
|
|
|
|
<Compile Include="Source\Plugins\PluginRepository.cs" />
|
2008-11-28 19:34:43 +00:00
|
|
|
|
<Compile Include="Source\Plugins\PluginRepository.Test.cs">
|
|
|
|
|
<DependentUpon>PluginRepository.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\AbortedException.cs" />
|
2008-12-07 19:36:29 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\AbortedException.Test.cs">
|
|
|
|
|
<DependentUpon>AbortedException.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\IAbortable.cs" />
|
|
|
|
|
<Compile Include="Source\Scheduling\Operation.cs" />
|
2008-12-07 19:36:29 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\Operation.Test.cs">
|
|
|
|
|
<DependentUpon>Operation.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-06-11 20:28:08 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\OperationQueue.cs" />
|
|
|
|
|
<Compile Include="Source\Scheduling\OperationQueue.Test.cs">
|
|
|
|
|
<DependentUpon>OperationQueue.cs</DependentUpon>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Scheduling\ThreadCallbackOperation.cs" />
|
2008-12-07 19:36:29 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\ThreadCallbackOperation.Test.cs">
|
|
|
|
|
<DependentUpon>ThreadCallbackOperation.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\ThreadOperation.cs" />
|
2008-12-07 19:36:29 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\ThreadOperation.Test.cs">
|
|
|
|
|
<DependentUpon>ThreadOperation.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-05-27 19:55:06 +00:00
|
|
|
|
<Compile Include="Source\Services\ServiceManager.Test.cs">
|
|
|
|
|
<DependentUpon>ServiceManager.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-05-28 19:50:30 +00:00
|
|
|
|
<Compile Include="Source\Services\ExplicitTypeLister.cs" />
|
2008-10-22 20:45:13 +00:00
|
|
|
|
<Compile Include="Source\Shared.cs" />
|
2008-11-26 19:15:36 +00:00
|
|
|
|
<Compile Include="Source\Shared.Test.cs">
|
|
|
|
|
<DependentUpon>Shared.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-04-22 18:55:59 +00:00
|
|
|
|
<Compile Include="Source\IO\ChainStream.cs" />
|
|
|
|
|
<Compile Include="Source\IO\ChainStream.Test.cs">
|
|
|
|
|
<DependentUpon>ChainStream.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2010-02-11 21:07:04 +00:00
|
|
|
|
<Compile Include="Source\StringBuilderHelper.cs" />
|
|
|
|
|
<Compile Include="Source\StringBuilderHelper.Test.cs">
|
|
|
|
|
<DependentUpon>StringBuilderHelper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-07-28 19:58:15 +00:00
|
|
|
|
<Compile Include="Source\StringHelper.cs" />
|
2008-07-30 18:32:35 +00:00
|
|
|
|
<Compile Include="Source\StringHelper.Test.cs">
|
|
|
|
|
<DependentUpon>StringHelper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\StringSegment.cs" />
|
2008-11-26 19:15:36 +00:00
|
|
|
|
<Compile Include="Source\StringSegment.Test.cs">
|
|
|
|
|
<DependentUpon>StringSegment.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Tracking\IdleStateEventArgs.cs" />
|
2008-12-03 18:58:20 +00:00
|
|
|
|
<Compile Include="Source\Tracking\IdleStateEventArgs.Test.cs">
|
|
|
|
|
<DependentUpon>IdleStateEventArgs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Tracking\Internal\ObservedWeightedTransaction.cs" />
|
|
|
|
|
<Compile Include="Source\Tracking\Internal\ObservedWeightedTransaction.Test.cs">
|
|
|
|
|
<DependentUpon>ObservedWeightedTransaction.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Tracking\Internal\WeightedTransactionWrapperCollection.cs" />
|
|
|
|
|
<Compile Include="Source\Tracking\Internal\WeightedTransactionWrapperCollection.Test.cs">
|
|
|
|
|
<DependentUpon>WeightedTransactionWrapperCollection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-03-26 21:03:49 +00:00
|
|
|
|
<Compile Include="Source\Tracking\IProgressReporter.cs" />
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Tracking\IStatusReporter.cs" />
|
2008-05-13 19:39:59 +00:00
|
|
|
|
<Compile Include="Source\Tracking\ProgressReportEventArgs.cs" />
|
2008-12-03 18:58:20 +00:00
|
|
|
|
<Compile Include="Source\Tracking\ProgressReportEventArgs.Test.cs">
|
|
|
|
|
<DependentUpon>ProgressReportEventArgs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-03-26 21:20:52 +00:00
|
|
|
|
<Compile Include="Source\Tracking\ProgressTracker.cs" />
|
|
|
|
|
<Compile Include="Source\Tracking\ProgressTracker.Test.cs">
|
|
|
|
|
<DependentUpon>ProgressTracker.cs</DependentUpon>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
</Compile>
|
2008-05-13 19:39:59 +00:00
|
|
|
|
<Compile Include="Source\Tracking\Request.cs" />
|
2008-12-07 19:01:43 +00:00
|
|
|
|
<Compile Include="Source\Tracking\Request.Test.cs">
|
|
|
|
|
<DependentUpon>Request.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-12-03 18:58:20 +00:00
|
|
|
|
<Compile Include="Source\Tracking\StatusReportEventArgs.Test.cs">
|
|
|
|
|
<DependentUpon>StatusReportEventArgs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Tracking\Transaction.Test.cs">
|
|
|
|
|
<DependentUpon>Transaction.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Tracking\TransactionGroup.cs" />
|
|
|
|
|
<Compile Include="Source\Tracking\TransactionGroup.Test.cs">
|
|
|
|
|
<DependentUpon>TransactionGroup.cs</DependentUpon>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Tracking\StatusReportEventArgs.cs" />
|
2008-12-03 18:58:20 +00:00
|
|
|
|
<Compile Include="Source\Tracking\Transaction.cs" />
|
|
|
|
|
<Compile Include="Source\Tracking\WeightedTransaction.cs" />
|
|
|
|
|
<Compile Include="Source\Tracking\WeightedTransaction.Test.cs">
|
|
|
|
|
<DependentUpon>WeightedTransaction.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\WeakReference.cs" />
|
2008-11-26 19:15:36 +00:00
|
|
|
|
<Compile Include="Source\WeakReference.Test.cs">
|
|
|
|
|
<DependentUpon>WeakReference.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-05-20 20:14:21 +00:00
|
|
|
|
<Compile Include="Source\XmlHelper.cs" />
|
|
|
|
|
<Compile Include="Source\XmlHelper.Test.cs">
|
|
|
|
|
<DependentUpon>XmlHelper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2008-12-11 20:15:21 +00:00
|
|
|
|
<Content Include="Documents\CommandLine.txt" />
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Content Include="Documents\Nuclex.Support.txt" />
|
2008-06-05 19:19:00 +00:00
|
|
|
|
<Content Include="Documents\Request Framework.txt" />
|
2007-12-14 20:43:34 +00:00
|
|
|
|
</ItemGroup>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<!-- 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>
|