313b006f83
git-svn-id: file:///srv/devel/repo-conversion/nusu@82 d2e56fa2-650e-0410-a79f-9358c0239efd
242 lines
12 KiB
XML
242 lines
12 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{9118C4C7-DC1E-4BFB-A99D-2A22B7590D7F}</ProjectGuid>
|
|
<ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Nuclex.Support</RootNamespace>
|
|
<AssemblyName>Nuclex.Support</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<XnaFrameworkVersion>v3.0</XnaFrameworkVersion>
|
|
<XnaPlatform>Windows</XnaPlatform>
|
|
<XnaCrossPlatformGroupID>83ebf0bc-f29b-41fa-a770-ba1f1ad89a46</XnaCrossPlatformGroupID>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</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>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\x86\Debug</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;WINDOWS;UNITTEST</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoStdLib>true</NoStdLib>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DocumentationFile>Documents\Nuclex.Support.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\x86\Release</OutputPath>
|
|
<DefineConstants>TRACE;WINDOWS;UNITTEST</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoStdLib>true</NoStdLib>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DocumentationFile>Documents\Nuclex.Support.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Xna.Framework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86">
|
|
<Private>False</Private>
|
|
<SpecificVersion>True</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Xna.Framework.Game, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
<SpecificVersion>True</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="mscorlib">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="NMock2, Version=1.0.2657.18750, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\References\nmock\net-2.0\NMock2.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="nunit.framework, Version=2.4.3.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\References\nunit\net-2.0\nunit.framework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</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>
|
|
<Compile Include="Source\Collections\ReadOnlyCollection.cs" />
|
|
<Compile Include="Source\Collections\ReadOnlyDictionary.cs" />
|
|
<Compile Include="Source\Collections\ReadOnlyList.cs" />
|
|
<Compile Include="Source\Collections\ReverseComparer.cs" />
|
|
<Compile Include="Source\Collections\RingMemoryStream.cs" />
|
|
<Compile Include="Source\Collections\RingMemoryStream.Test.cs">
|
|
<DependentUpon>RingMemoryStream.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\Collections\TransformingReadOnlyCollection.cs" />
|
|
<Compile Include="Source\Collections\TransformingReadOnlyCollection.Interfaces.cs">
|
|
<DependentUpon>TransformingReadOnlyCollection.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\FloatHelper.cs" />
|
|
<Compile Include="Source\FloatHelper.Test.cs">
|
|
<DependentUpon>FloatHelper.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\IntegerHelper.cs" />
|
|
<Compile Include="Source\IntegerHelper.Test.cs">
|
|
<DependentUpon>IntegerHelper.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\Licensing\LicenseKey.cs" />
|
|
<Compile Include="Source\Licensing\LicenseKey.Test.cs">
|
|
<DependentUpon>LicenseKey.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\Packing\ArevaloRectanglePacker.cs" />
|
|
<Compile Include="Source\Packing\ArevaloRectanglePacker.Test.cs">
|
|
<DependentUpon>ArevaloRectanglePacker.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\Packing\CygonRectanglePacker.cs" />
|
|
<Compile Include="Source\Packing\CygonRectanglePacker.Test.cs">
|
|
<DependentUpon>CygonRectanglePacker.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\Packing\OutOfSpaceException.cs" />
|
|
<Compile Include="Source\Packing\RectanglePacker.cs" />
|
|
<Compile Include="Source\Packing\RectanglePacker.Test.cs">
|
|
<DependentUpon>RectanglePacker.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\Packing\SimpleRectanglePacker.cs" />
|
|
<Compile Include="Source\Packing\SimpleRectanglePacker.Test.cs">
|
|
<DependentUpon>SimpleRectanglePacker.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>
|
|
<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" />
|
|
<Compile Include="Source\Scheduling\AbortedException.cs" />
|
|
<Compile Include="Source\Scheduling\IAbortable.cs" />
|
|
<Compile Include="Source\Scheduling\Operation.cs" />
|
|
<Compile Include="Source\Scheduling\OperationQueue.cs" />
|
|
<Compile Include="Source\Scheduling\OperationQueue.Test.cs">
|
|
<DependentUpon>OperationQueue.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\Scheduling\ThreadCallbackOperation.cs" />
|
|
<Compile Include="Source\Scheduling\ThreadOperation.cs" />
|
|
<Compile Include="Source\Serialization\BinarySerializer.cs" />
|
|
<Compile Include="Source\Serialization\BinarySerializer.Test.cs">
|
|
<DependentUpon>BinarySerializer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\Serialization\IBinarySerializable.cs" />
|
|
<Compile Include="Source\SpatialPartitioning\BoundingRectangle.cs" />
|
|
<Compile Include="Source\SpatialPartitioning\RTree2.cs" />
|
|
<Compile Include="Source\SpatialPartitioning\RTreeLeaf2.cs" />
|
|
<Compile Include="Source\SpatialPartitioning\RTreeNode2.cs" />
|
|
<Compile Include="Source\SpatialPartitioning\SpatialIndex2.cs" />
|
|
<Compile Include="Source\Tracking\IdleStateEventArgs.cs" />
|
|
<Compile Include="Source\Tracking\Internal\ObservedWeightedWaitable.cs" />
|
|
<Compile Include="Source\Tracking\Internal\WeightedWaitableWrapperCollection.cs" />
|
|
<Compile Include="Source\Tracking\IProgressReporter.cs" />
|
|
<Compile Include="Source\Tracking\IStatusReporter.cs" />
|
|
<Compile Include="Source\Tracking\ProgressReportEventArgs.cs" />
|
|
<Compile Include="Source\Tracking\ProgressTracker.cs" />
|
|
<Compile Include="Source\Tracking\ProgressTracker.Test.cs">
|
|
<DependentUpon>ProgressTracker.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\Tracking\Request.cs" />
|
|
<Compile Include="Source\Tracking\WaitableGroup.cs" />
|
|
<Compile Include="Source\Tracking\WaitableGroup.Test.cs">
|
|
<DependentUpon>WaitableGroup.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Source\Tracking\StatusReportEventArgs.cs" />
|
|
<Compile Include="Source\Tracking\Waitable.cs" />
|
|
<Compile Include="Source\Tracking\WeightedWaitable.cs" />
|
|
<Compile Include="Source\WeakReference.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<NestedContentProject Include="Content\Content.contentproj">
|
|
<Project>c57cb055-80d7-4b9d-a1cb-22f52f73972f</Project>
|
|
<Visible>False</Visible>
|
|
</NestedContentProject>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5</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>
|
|
<ItemGroup>
|
|
<Content Include="Documents\Nuclex.Support.txt" />
|
|
<Content Include="Documents\Request Framework.txt" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\v3.0\Microsoft.Xna.GameStudio.Common.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\v3.0\Microsoft.Xna.GameStudio.NestedContent.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> |