Mercurial > repos > IBBoard.Tests
annotate IBBoard.Tests.csproj @ 34:de7c3ee39362
* Fix project to keep VS.Net 2008 happy for the umpty-ninth time
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 03 Apr 2011 13:30:52 +0000 |
parents | f876a4e8eb1b |
children | 8c1e331b47d5 |
rev | line source |
---|---|
34
de7c3ee39362
* Fix project to keep VS.Net 2008 happy for the umpty-ninth time
IBBoard <dev@ibboard.co.uk>
parents:
33
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
de7c3ee39362
* Fix project to keep VS.Net 2008 happy for the umpty-ninth time
IBBoard <dev@ibboard.co.uk>
parents:
33
diff
changeset
|
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
30 | 3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>9.0.30729</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{4160F7B6-4CFA-41FC-B5D7-5C9AE06FEBA7}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <RootNamespace>IBBoard</RootNamespace> | |
11 <FileUpgradeFlags> | |
12 </FileUpgradeFlags> | |
13 <UpgradeBackupLocation> | |
14 </UpgradeBackupLocation> | |
15 <OldToolsVersion>2.0</OldToolsVersion> | |
16 <TargetFrameworkSubset> | |
17 </TargetFrameworkSubset> | |
34
de7c3ee39362
* Fix project to keep VS.Net 2008 happy for the umpty-ninth time
IBBoard <dev@ibboard.co.uk>
parents:
33
diff
changeset
|
18 <IsWebBootstrapper>false</IsWebBootstrapper> |
de7c3ee39362
* Fix project to keep VS.Net 2008 happy for the umpty-ninth time
IBBoard <dev@ibboard.co.uk>
parents:
33
diff
changeset
|
19 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
30 | 20 <PublishUrl>publish\</PublishUrl> |
21 <Install>true</Install> | |
22 <InstallFrom>Disk</InstallFrom> | |
23 <UpdateEnabled>false</UpdateEnabled> | |
24 <UpdateMode>Foreground</UpdateMode> | |
25 <UpdateInterval>7</UpdateInterval> | |
26 <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |
27 <UpdatePeriodically>false</UpdatePeriodically> | |
28 <UpdateRequired>false</UpdateRequired> | |
29 <MapFileExtensions>true</MapFileExtensions> | |
30 <ApplicationRevision>0</ApplicationRevision> | |
31 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |
32 <UseApplicationTrust>false</UseApplicationTrust> | |
33 <BootstrapperEnabled>true</BootstrapperEnabled> | |
34 </PropertyGroup> | |
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
36 <DebugSymbols>true</DebugSymbols> | |
37 <DebugType>full</DebugType> | |
38 <Optimize>false</Optimize> | |
39 <OutputPath>bin\Debug</OutputPath> | |
40 <DefineConstants>DEBUG</DefineConstants> | |
41 <ErrorReport>prompt</ErrorReport> | |
42 <WarningLevel>4</WarningLevel> | |
43 <AssemblyName>IBBoard.Tests</AssemblyName> | |
44 </PropertyGroup> | |
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
46 <DebugType>none</DebugType> | |
47 <Optimize>false</Optimize> | |
48 <OutputPath>bin\Release</OutputPath> | |
49 <ErrorReport>prompt</ErrorReport> | |
50 <WarningLevel>4</WarningLevel> | |
51 <AssemblyName>IBBoard.Tests2</AssemblyName> | |
52 </PropertyGroup> | |
53 <ItemGroup> | |
54 <Compile Include="CustomMath\IBBMathTests.cs" /> | |
55 <Compile Include="Limits\NumericSizeConstrainedLimitTest.cs" /> | |
56 <Compile Include="Limits\SimpleRoundedPercentageLimitTest.cs" /> | |
57 <Compile Include="Limits\AbstractLimitTest.cs" /> | |
58 <Compile Include="Limits\AbsoluteNumericLimitTest.cs" /> | |
59 <Compile Include="Limits\UnlimitedLimitTest.cs" /> | |
60 <Compile Include="Xml\XmlToolsTests.cs" /> | |
61 <Compile Include="EnumToolsTests.cs" /> | |
62 <Compile Include="Lang\TranslationTest.cs" /> | |
63 <Compile Include="Lang\Mock\MockTranslatable.cs" /> | |
64 <Compile Include="Lang\AbstractTranslationSetTest.cs" /> | |
65 <Compile Include="Lang\ModifiableTranslationSetTest.cs" /> | |
66 <Compile Include="Lang\TranslationXmlLoaderTest.cs" /> | |
67 <Compile Include="Lang\TranslationLanguageTest.cs" /> | |
68 <Compile Include="Lang\XmlTranslationSetTest.cs" /> | |
69 <Compile Include="Prefs\PreferencesTest.cs" /> | |
70 <Compile Include="Limits\AbstractCompositeLimitTest.cs" /> | |
71 <Compile Include="Limits\CompositeMinimumLimitTest.cs" /> | |
72 <Compile Include="Limits\CompositeMaximumLimitTest.cs" /> | |
73 <Compile Include="ArraysTests.cs" /> | |
74 <Compile Include="EqualityCheckerTests.cs" /> | |
33
f876a4e8eb1b
* Add basic tests for new stream handling utilities
IBBoard <dev@ibboard.co.uk>
parents:
31
diff
changeset
|
75 <Compile Include="IO\StreamUtilTests.cs" /> |
30 | 76 </ItemGroup> |
77 <ItemGroup> | |
78 <Reference Include="System" /> | |
79 <Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> | |
80 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> | |
81 <Reference Include="System.Xml" /> | |
82 </ItemGroup> | |
83 <ItemGroup> | |
84 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | |
85 <Visible>False</Visible> | |
86 <ProductName>.NET Framework Client Profile</ProductName> | |
87 <Install>false</Install> | |
88 </BootstrapperPackage> | |
89 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | |
90 <Visible>False</Visible> | |
91 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> | |
92 <Install>false</Install> | |
93 </BootstrapperPackage> | |
94 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> | |
95 <Visible>False</Visible> | |
96 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> | |
97 <Install>false</Install> | |
98 </BootstrapperPackage> | |
99 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> | |
100 <Visible>False</Visible> | |
101 <ProductName>.NET Framework 3.5</ProductName> | |
102 <Install>false</Install> | |
103 </BootstrapperPackage> | |
104 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |
105 <Visible>False</Visible> | |
106 <ProductName>.NET Framework 3.5 SP1</ProductName> | |
107 <Install>true</Install> | |
108 </BootstrapperPackage> | |
109 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> | |
110 <Visible>False</Visible> | |
111 <ProductName>Windows Installer 3.1</ProductName> | |
112 <Install>true</Install> | |
113 </BootstrapperPackage> | |
114 </ItemGroup> | |
115 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
116 <ItemGroup> | |
117 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> | |
118 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> | |
119 <Name>IBBoard</Name> | |
120 </ProjectReference> | |
121 <ProjectReference Include="..\IBBoard.NUnit\IBBoard.NUnit.csproj"> | |
122 <Project>{C52AFD32-B869-4E14-AACE-2846AD2CC742}</Project> | |
123 <Name>IBBoard.NUnit</Name> | |
124 </ProjectReference> | |
125 </ItemGroup> | |
126 <ProjectExtensions> | |
127 <MonoDevelop> | |
128 <Properties> | |
129 <Policies> | |
130 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" /> | |
33
f876a4e8eb1b
* Add basic tests for new stream handling utilities
IBBoard <dev@ibboard.co.uk>
parents:
31
diff
changeset
|
131 <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." IncludeInNewFiles="True" /> |
30 | 132 </Policies> |
133 </Properties> | |
134 </MonoDevelop> | |
135 <VisualStudio /> | |
136 </ProjectExtensions> | |
137 <ItemGroup> | |
138 <None Include="app.config" /> | |
139 <None Include="test-data\TranslationTests\schemas\translation.xsd"> | |
140 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> | |
141 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
142 </None> | |
143 <None Include="test-data\TranslationTests\translations\en.translation"> | |
144 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> | |
145 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
146 </None> | |
147 <None Include="test-data\TranslationTests\translations\it.translation"> | |
148 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> | |
149 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
150 </None> | |
151 <None Include="test-data\XmlLoaderTests\translations\en.translation"> | |
152 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> | |
153 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
154 </None> | |
155 <None Include="test-data\XmlLoaderTests\schemas\translation.xsd"> | |
156 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> | |
157 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
158 </None> | |
159 <None Include="test-data\XmlLoaderTests\translations\en-GB.translation"> | |
160 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> | |
161 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
162 </None> | |
163 <None Include="PrefTestPref.xml"> | |
164 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
165 </None> | |
166 </ItemGroup> | |
0
7bd668aeba3c
Re #19 - Add round to half\n * Commit tests for rounding
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
167 </Project> |