Mercurial > repos > IBBoard.Tests
changeset 30:bcec0303ac24
* Migrate to VS.Net 2008
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 28 Sep 2010 19:56:18 +0000 |
parents | 9bdfaf717b58 |
children | d8b6dcfb053d |
files | IBBoard.Tests.csproj |
diffstat | 1 files changed, 165 insertions(+), 120 deletions(-) [+] |
line wrap: on
line diff
--- a/IBBoard.Tests.csproj Sat Aug 21 16:03:03 2010 +0000 +++ b/IBBoard.Tests.csproj Tue Sep 28 19:56:18 2010 +0000 @@ -1,121 +1,166 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion>8.0.50727</ProductVersion> - <SchemaVersion>2.0</SchemaVersion> - <ProjectGuid>{4160F7B6-4CFA-41FC-B5D7-5C9AE06FEBA7}</ProjectGuid> - <OutputType>Library</OutputType> - <RootNamespace>IBBoard</RootNamespace> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <DebugSymbols>true</DebugSymbols> - <DebugType>full</DebugType> - <Optimize>false</Optimize> - <OutputPath>bin\Debug</OutputPath> - <DefineConstants>DEBUG</DefineConstants> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - <AssemblyName>IBBoard.Tests</AssemblyName> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>none</DebugType> - <Optimize>false</Optimize> - <OutputPath>bin\Release</OutputPath> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - <AssemblyName>IBBoard.Tests2</AssemblyName> - </PropertyGroup> - <ItemGroup> - <Compile Include="CustomMath\IBBMathTests.cs" /> - <Compile Include="Limits\NumericSizeConstrainedLimitTest.cs" /> - <Compile Include="Limits\SimpleRoundedPercentageLimitTest.cs" /> - <Compile Include="Limits\AbstractLimitTest.cs" /> - <Compile Include="Limits\AbsoluteNumericLimitTest.cs" /> - <Compile Include="Limits\UnlimitedLimitTest.cs" /> - <Compile Include="Xml\XmlToolsTests.cs" /> - <Compile Include="EnumToolsTests.cs" /> - <Compile Include="Lang\TranslationTest.cs" /> - <Compile Include="Lang\Mock\MockTranslatable.cs" /> - <Compile Include="Lang\AbstractTranslationSetTest.cs" /> - <Compile Include="Lang\ModifiableTranslationSetTest.cs" /> - <Compile Include="Lang\TranslationXmlLoaderTest.cs" /> - <Compile Include="Lang\TranslationLanguageTest.cs" /> - <Compile Include="Lang\XmlTranslationSetTest.cs" /> - <Compile Include="Prefs\PreferencesTest.cs" /> - <Compile Include="Limits\AbstractCompositeLimitTest.cs" /> - <Compile Include="Limits\CompositeMinimumLimitTest.cs" /> - <Compile Include="Limits\CompositeMaximumLimitTest.cs" /> - <Compile Include="ArraysTests.cs" /> - <Compile Include="EqualityCheckerTests.cs" /> - </ItemGroup> - <ItemGroup> - <Reference Include="System" /> - <Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> - <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> - <Reference Include="System.Xml" /> - </ItemGroup> - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> - <ItemGroup> - <Folder Include="CustomMath\" /> - <Folder Include="Limits\" /> - <Folder Include="Xml\" /> - <Folder Include="Lang\" /> - <Folder Include="test-data\" /> - <Folder Include="Lang\Mock\" /> - <Folder Include="test-data\TranslationTests\" /> - <Folder Include="test-data\XmlLoaderTests\" /> - <Folder Include="test-data\XmlLoaderTests\translations\" /> - <Folder Include="Prefs\" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\IBBoard\IBBoard.csproj"> - <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> - <Name>IBBoard</Name> - </ProjectReference> - <ProjectReference Include="..\IBBoard.NUnit\IBBoard.NUnit.csproj"> - <Project>{C52AFD32-B869-4E14-AACE-2846AD2CC742}</Project> - <Name>IBBoard.NUnit</Name> - </ProjectReference> - </ItemGroup> - <ProjectExtensions> - <MonoDevelop> - <Properties> - <Policies> - <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" /> - <StandardHeader Text=" This file (${FileName}) is a part of the ${ProjectName} project and is copyright ${Year} ${CopyrightHolder}

 The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license." inheritsSet="Apache2License" /> - </Policies> - </Properties> - </MonoDevelop> - </ProjectExtensions> - <ItemGroup> - <None Include="test-data\TranslationTests\schemas\translation.xsd"> - <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> - <None Include="test-data\TranslationTests\translations\en.translation"> - <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> - <None Include="test-data\TranslationTests\translations\it.translation"> - <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> - <None Include="test-data\XmlLoaderTests\translations\en.translation"> - <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> - <None Include="test-data\XmlLoaderTests\schemas\translation.xsd"> - <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> - <None Include="test-data\XmlLoaderTests\translations\en-GB.translation"> - <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> - <None Include="PrefTestPref.xml"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> - </ItemGroup> +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>9.0.30729</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{4160F7B6-4CFA-41FC-B5D7-5C9AE06FEBA7}</ProjectGuid> + <OutputType>Library</OutputType> + <RootNamespace>IBBoard</RootNamespace> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + <OldToolsVersion>2.0</OldToolsVersion> + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> + <TargetFrameworkSubset> + </TargetFrameworkSubset> + <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|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug</OutputPath> + <DefineConstants>DEBUG</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <AssemblyName>IBBoard.Tests</AssemblyName> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>none</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Release</OutputPath> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <AssemblyName>IBBoard.Tests2</AssemblyName> + </PropertyGroup> + <ItemGroup> + <Compile Include="CustomMath\IBBMathTests.cs" /> + <Compile Include="Limits\NumericSizeConstrainedLimitTest.cs" /> + <Compile Include="Limits\SimpleRoundedPercentageLimitTest.cs" /> + <Compile Include="Limits\AbstractLimitTest.cs" /> + <Compile Include="Limits\AbsoluteNumericLimitTest.cs" /> + <Compile Include="Limits\UnlimitedLimitTest.cs" /> + <Compile Include="Xml\XmlToolsTests.cs" /> + <Compile Include="EnumToolsTests.cs" /> + <Compile Include="Lang\TranslationTest.cs" /> + <Compile Include="Lang\Mock\MockTranslatable.cs" /> + <Compile Include="Lang\AbstractTranslationSetTest.cs" /> + <Compile Include="Lang\ModifiableTranslationSetTest.cs" /> + <Compile Include="Lang\TranslationXmlLoaderTest.cs" /> + <Compile Include="Lang\TranslationLanguageTest.cs" /> + <Compile Include="Lang\XmlTranslationSetTest.cs" /> + <Compile Include="Prefs\PreferencesTest.cs" /> + <Compile Include="Limits\AbstractCompositeLimitTest.cs" /> + <Compile Include="Limits\CompositeMinimumLimitTest.cs" /> + <Compile Include="Limits\CompositeMaximumLimitTest.cs" /> + <Compile Include="ArraysTests.cs" /> + <Compile Include="EqualityCheckerTests.cs" /> + </ItemGroup> + <ItemGroup> + <Reference Include="System" /> + <Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> + <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework Client Profile</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <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>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1</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> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <ItemGroup> + <ProjectReference Include="..\IBBoard\IBBoard.csproj"> + <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> + <Name>IBBoard</Name> + </ProjectReference> + <ProjectReference Include="..\IBBoard.NUnit\IBBoard.NUnit.csproj"> + <Project>{C52AFD32-B869-4E14-AACE-2846AD2CC742}</Project> + <Name>IBBoard.NUnit</Name> + </ProjectReference> + </ItemGroup> + <ProjectExtensions> + <MonoDevelop> + <Properties> + <Policies> + <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" /> + <StandardHeader Text=" This file (${FileName}) is a part of the ${ProjectName} project and is copyright ${Year} ${CopyrightHolder}

 The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license." inheritsSet="Apache2License" /> + </Policies> + </Properties> + </MonoDevelop> + <VisualStudio /> + </ProjectExtensions> + <ItemGroup> + <None Include="app.config" /> + <None Include="test-data\TranslationTests\schemas\translation.xsd"> + <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> + <None Include="test-data\TranslationTests\translations\en.translation"> + <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> + <None Include="test-data\TranslationTests\translations\it.translation"> + <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> + <None Include="test-data\XmlLoaderTests\translations\en.translation"> + <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> + <None Include="test-data\XmlLoaderTests\schemas\translation.xsd"> + <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> + <None Include="test-data\XmlLoaderTests\translations\en-GB.translation"> + <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> + <None Include="PrefTestPref.xml"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> + </ItemGroup> </Project> \ No newline at end of file