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>
|
|
|
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
|
|
|
<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>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;UNITTEST</DefineConstants>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<DocumentationFile>Documents\Nuclex.Support.xml</DocumentationFile>
|
|
|
|
|
</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>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;UNITTEST</DefineConstants>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<DocumentationFile>Documents\Nuclex.Support.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<Reference Include="NMock2, Version=2.0.0.44, Culture=neutral, PublicKeyToken=37d3be0adc87c2b7, processorArchitecture=MSIL">
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\References\nmock\net-2.0\NMock2.dll</HintPath>
|
|
|
|
|
</Reference>
|
2008-08-01 20:55:43 +00:00
|
|
|
|
<Reference Include="nunit.framework, Version=2.4.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\References\nunit\net-2.0\nunit.framework.dll</HintPath>
|
|
|
|
|
</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" />
|
|
|
|
|
<Compile Include="Source\Collections\ItemEventArgs.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\ObservableCollection.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\ObservableCollection.Test.cs">
|
|
|
|
|
<DependentUpon>ObservableCollection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Collections\PairPriorityQueue.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\PairPriorityQueue.Test.cs">
|
|
|
|
|
<DependentUpon>PairPriorityQueue.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Collections\Parentable.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\ParentingCollection.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\PriorityItemPair.cs" />
|
|
|
|
|
<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" />
|
|
|
|
|
<Compile Include="Source\Collections\ReadOnlyDictionary.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\ReadOnlyList.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\ReverseComparer.cs" />
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Collections\RingMemoryStream.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\RingMemoryStream.Test.cs">
|
|
|
|
|
<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-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>
|
|
|
|
|
<Compile Include="Source\Parsing\CommandLineParser.cs" />
|
|
|
|
|
<Compile Include="Source\Parsing\CommandLineParser.Test.cs">
|
|
|
|
|
<DependentUpon>CommandLineParser.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\PathHelper.cs" />
|
|
|
|
|
<Compile Include="Source\PathHelper.Test.cs">
|
|
|
|
|
<DependentUpon>PathHelper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-01-07 18:04:02 +00:00
|
|
|
|
<Compile Include="Source\Plugins\Attributes.cs" />
|
|
|
|
|
<Compile Include="Source\Plugins\Employer.cs" />
|
|
|
|
|
<Compile Include="Source\Plugins\FactoryEmployer.cs" />
|
|
|
|
|
<Compile Include="Source\Plugins\InstanceEmployer.cs" />
|
|
|
|
|
<Compile Include="Source\Plugins\PluginHelper.cs" />
|
|
|
|
|
<Compile Include="Source\Plugins\PluginHost.cs" />
|
|
|
|
|
<Compile Include="Source\Plugins\PluginRepository.cs" />
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\AbortedException.cs" />
|
|
|
|
|
<Compile Include="Source\Scheduling\IAbortable.cs" />
|
|
|
|
|
<Compile Include="Source\Scheduling\Operation.cs" />
|
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" />
|
|
|
|
|
<Compile Include="Source\Scheduling\ThreadOperation.cs" />
|
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" />
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\Tracking\IdleStateEventArgs.cs" />
|
2008-03-26 21:20:52 +00:00
|
|
|
|
<Compile Include="Source\Tracking\Internal\ObservedWeightedWaitable.cs" />
|
|
|
|
|
<Compile Include="Source\Tracking\Internal\WeightedWaitableWrapperCollection.cs" />
|
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-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-06-11 20:28:08 +00:00
|
|
|
|
<Compile Include="Source\Tracking\WaitableGroup.cs" />
|
|
|
|
|
<Compile Include="Source\Tracking\WaitableGroup.Test.cs">
|
|
|
|
|
<DependentUpon>WaitableGroup.cs</DependentUpon>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Tracking\StatusReportEventArgs.cs" />
|
2008-05-13 19:39:59 +00:00
|
|
|
|
<Compile Include="Source\Tracking\Waitable.cs" />
|
2008-03-27 18:34:17 +00:00
|
|
|
|
<Compile Include="Source\Tracking\WeightedWaitable.cs" />
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\WeakReference.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<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>
|