Mercurial > repos > IBBoard
changeset 85:b313214a3427
Re #45: Create composite limit
* Add limit files to project definition
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 12 Jun 2010 12:17:05 +0000 |
parents | 0fc997256e65 |
children | 0744a1cc03cc |
files | IBBoard.csproj |
diffstat | 1 files changed, 8 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/IBBoard.csproj Sat Jun 05 10:57:43 2010 +0000 +++ b/IBBoard.csproj Sat Jun 12 12:17:05 2010 +0000 @@ -131,12 +131,15 @@ <Compile Include="Limits\IPercentageLimit.cs" /> <Compile Include="Limits\INumericLimit.cs" /> <Compile Include="EnumTools.cs" /> - <Compile Include="Lang\ModifiableTranslationSet.cs" /> <Compile Include="Lang\TranslationXmlLoader.cs" /> <Compile Include="Lang\AbstractTranslationSet.cs" /> <Compile Include="Lang\TranslationLanguage.cs" /> <Compile Include="Lang\XmlTranslationSet.cs" /> <Compile Include="Lang\TranslationXmlExtractor.cs" /> + <Compile Include="Limits\AbstractCompositeLimit.cs" /> + <Compile Include="Limits\CompositeMaximumLimit.cs" /> + <Compile Include="Limits\CompositeMinimumLimit.cs" /> + <Compile Include="Lang\ModifiableTranslationSet.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <PropertyGroup> @@ -151,19 +154,19 @@ <None Include="schemas\translation.xsd"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> + <SubType> + </SubType> </None> </ItemGroup> - <ItemGroup> - <Folder Include="Limits\" /> - </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="MITX11License" /> + <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> </Project> \ No newline at end of file