2007-02-28 20:20:50 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectGuid>{A696702E-AFAD-45E7-88FA-1E2520E5E746}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{9F340DF3-2AED-4330-AC16-78AC2D9B4738};{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>
|
|
|
|
|
<XnaFrameworkVersion>v1.0</XnaFrameworkVersion>
|
|
|
|
|
<XnaPlatform>Windows</XnaPlatform>
|
|
|
|
|
<XNAGlobalContentPipelineAssemblies>Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll;Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll;Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll;Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</XNAGlobalContentPipelineAssemblies>
|
|
|
|
|
<XNAProjectContentPipelineAssemblies>
|
|
|
|
|
</XNAProjectContentPipelineAssemblies>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\x86\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;UNITTEST</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<DocumentationFile>Documentation\Nuclex.Support.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\x86\Release</OutputPath>
|
2007-05-22 20:15:48 +00:00
|
|
|
|
<DefineConstants>TRACE;UNITTEST</DefineConstants>
|
2007-02-28 20:20:50 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<DocumentationFile>Documentation\Nuclex.Support.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Microsoft.Xna.Framework">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.Xna.Framework.Game">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="mscorlib">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2007-04-13 19:31:45 +00:00
|
|
|
|
<Reference Include="NMock2, Version=1.0.2657.18750, Culture=neutral, processorArchitecture=MSIL">
|
2007-02-28 20:20:50 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2007-04-13 19:31:45 +00:00
|
|
|
|
<HintPath>References\nmock\net-2.0\NMock2.dll</HintPath>
|
2007-02-28 20:20:50 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="nunit.framework, Version=2.2.9.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>References\nunit\net-2.0\nunit.framework.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2007-04-16 17:18:16 +00:00
|
|
|
|
<Compile Include="Source\Collections\ObservableCollection.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ObservableCollection</Name>
|
|
|
|
|
</Compile>
|
2007-04-18 20:20:03 +00:00
|
|
|
|
<Compile Include="Source\Collections\ObservableCollection.Test.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ObservableCollection.Test</Name>
|
|
|
|
|
<DependentUpon>ObservableCollection.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Collections\TransformingReadOnlyCollection.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>TransformingReadOnlyCollection</Name>
|
|
|
|
|
</Compile>
|
2007-03-05 18:22:31 +00:00
|
|
|
|
<Compile Include="Source\Collections\UnintrusivePriorityQueue.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>UnintrusivePriorityQueue</Name>
|
|
|
|
|
</Compile>
|
2007-02-28 20:20:50 +00:00
|
|
|
|
<Compile Include="Source\Collections\Parentable.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>Parentable</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Collections\ParentingCollection.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ParentingCollection</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Collections\PriorityQueue.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>PriorityQueue</Name>
|
|
|
|
|
</Compile>
|
2007-03-05 18:22:31 +00:00
|
|
|
|
<Compile Include="Source\Collections\PriorityQueue.Test.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>PriorityQueue.Test</Name>
|
|
|
|
|
<DependentUpon>PriorityQueue.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-02-28 20:20:50 +00:00
|
|
|
|
<Compile Include="Source\Collections\RingMemoryStream.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>RingMemoryStream</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Source\Collections\RingMemoryStream.Test.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>RingMemoryStream.Test</Name>
|
|
|
|
|
<DependentUpon>RingMemoryStream.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-03-05 18:22:31 +00:00
|
|
|
|
<Compile Include="Source\Collections\UnintrusivePriorityQueue.Test.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>UnintrusivePriorityQueue.Test</Name>
|
|
|
|
|
<DependentUpon>UnintrusivePriorityQueue.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-03-28 22:19:34 +00:00
|
|
|
|
<Compile Include="Source\Licensing\LicenseKey.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>LicenseKey</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Licensing\LicenseKey.Test.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>LicenseKey.Test</Name>
|
|
|
|
|
<DependentUpon>LicenseKey.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-05-16 20:28:23 +00:00
|
|
|
|
<Compile Include="Source\Packing\ArevaloRectanglePacker.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ArevaloRectanglePacker</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Packing\ArevaloRectanglePacker.Test.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ArevaloRectanglePacker.Test</Name>
|
|
|
|
|
<DependentUpon>ArevaloRectanglePacker.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Packing\CygonRectanglePacker.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>CygonRectanglePacker</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Packing\CygonRectanglePacker.Test.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>CygonRectanglePacker.Test</Name>
|
|
|
|
|
<DependentUpon>CygonRectanglePacker.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Packing\RectanglePacker.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>RectanglePacker</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Packing\RectanglePacker.Test.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>RectanglePacker.Test</Name>
|
|
|
|
|
<DependentUpon>RectanglePacker.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-05-16 21:27:59 +00:00
|
|
|
|
<Compile Include="Source\Packing\SimpleRectanglePacker.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>SimpleRectanglePacker</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Packing\SimpleRectanglePacker.Test.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>SimpleRectanglePacker.Test</Name>
|
|
|
|
|
<DependentUpon>SimpleRectanglePacker.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-02-28 20:20:50 +00:00
|
|
|
|
<Compile Include="Source\Serialization\BinarySerializer.Test.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>BinarySerializer.Test</Name>
|
|
|
|
|
<DependentUpon>BinarySerializer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Serialization\IBinarySerializable.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>IBinarySerializable</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Serialization\BinarySerializer.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>BinarySerializer</Name>
|
|
|
|
|
</Compile>
|
2007-04-18 20:20:03 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\IAbortable.cs">
|
2007-04-13 19:31:45 +00:00
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>IAbortable</Name>
|
|
|
|
|
</Compile>
|
2007-04-18 20:20:03 +00:00
|
|
|
|
<Compile Include="Source\Tracking\Internal\ObservedProgression.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ObservedProgression</Name>
|
|
|
|
|
</Compile>
|
2007-05-02 19:25:21 +00:00
|
|
|
|
<Compile Include="Source\Tracking\ProgressionTracker.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ProgressionTracker</Name>
|
|
|
|
|
</Compile>
|
2007-04-16 18:31:59 +00:00
|
|
|
|
<Compile Include="Source\Tracking\SetProgression.cs">
|
2007-04-13 19:31:45 +00:00
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
2007-04-16 18:31:59 +00:00
|
|
|
|
<Name>SetProgression</Name>
|
2007-04-13 19:31:45 +00:00
|
|
|
|
</Compile>
|
2007-04-18 20:20:03 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\Operation.cs">
|
2007-04-13 19:31:45 +00:00
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>Operation</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Tracking\Progression.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>Progression</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Tracking\ProgressUpdateEventArgs.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ProgressUpdateEventArgs</Name>
|
|
|
|
|
</Compile>
|
2007-04-18 20:20:03 +00:00
|
|
|
|
<Compile Include="Source\Scheduling\ThreadedMethodOperation.cs">
|
2007-04-13 19:31:45 +00:00
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ThreadedMethodOperation</Name>
|
|
|
|
|
</Compile>
|
2007-04-19 18:18:34 +00:00
|
|
|
|
<Compile Include="Source\Tracking\SetProgression.Test.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>SetProgression.Test</Name>
|
|
|
|
|
<DependentUpon>SetProgression.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-04-16 18:31:59 +00:00
|
|
|
|
<Compile Include="Source\Tracking\WeightedProgression.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>WeightedProgression</Name>
|
|
|
|
|
</Compile>
|
2007-04-18 20:20:03 +00:00
|
|
|
|
<Compile Include="Source\Tracking\Internal\WeightedProgressionWrapperCollection.cs">
|
2007-04-16 18:31:59 +00:00
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
2007-04-18 20:20:03 +00:00
|
|
|
|
<Name>WeightedProgressionWrapperCollection</Name>
|
2007-04-16 18:31:59 +00:00
|
|
|
|
</Compile>
|
2007-02-28 20:20:50 +00:00
|
|
|
|
</ItemGroup>
|
2007-05-08 18:42:00 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Nuclex.Support.txt">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>Nuclex.Support</Name>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
2007-02-28 20:20:50 +00:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA\Game Studio Express\v1.0\Microsoft.Xna.ContentPipeline.targets" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA\Game Studio Express\v1.0\Microsoft.Xna.Common.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>
|