comparison IBBoard-Droid.csproj @ 117:e9f3a4ddf772

* Add Mono for Android version of .csproj file * Update Constants to allow initialisation where we can't pull defaults (e.g. Mono for Android)
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Jul 2012 15:24:17 +0100
parents
children
comparison
equal deleted inserted replaced
116:07660ac09a5f 117:e9f3a4ddf772
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>10.0.0</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{A68B7155-DC24-44F7-9AA2-F0DA9229FB6C}</ProjectGuid>
9 <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
10 <OutputType>Library</OutputType>
11 <RootNamespace>IBBoard</RootNamespace>
12 <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
13 <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
14 <AssemblyName>IBBoard-Droid</AssemblyName>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug</OutputPath>
21 <DefineConstants>DEBUG;</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 <ConsolePause>false</ConsolePause>
25 <AndroidLinkMode>None</AndroidLinkMode>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
34 <ConsolePause>false</ConsolePause>
35 <AndroidLinkMode>SdkOnly</AndroidLinkMode>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="System.Xml" />
40 <Reference Include="System.Core" />
41 </ItemGroup>
42 <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
43 <ItemGroup>
44 <Compile Include="Collections\Collections.cs" />
45 <Compile Include="Collections\DictionaryUtils.cs" />
46 <Compile Include="Collections\SimpleSet.cs" />
47 <Compile Include="Commands\Command.cs" />
48 <Compile Include="Commands\CommandStack.cs" />
49 <Compile Include="CustomMath\Comparisons.cs" />
50 <Compile Include="CustomMath\IBBMath.cs" />
51 <Compile Include="CustomMath\NumberParser.cs" />
52 <Compile Include="IO\BinaryReaderBigEndian.cs" />
53 <Compile Include="IO\InvalidFileException.cs" />
54 <Compile Include="IO\StreamUtil.cs" />
55 <Compile Include="IO\UnsupportedFileTypeException.cs" />
56 <Compile Include="Lang\AbstractTranslationSet.cs" />
57 <Compile Include="Lang\ITranslatable.cs" />
58 <Compile Include="Lang\ModifiableTranslationSet.cs" />
59 <Compile Include="Lang\StringManipulation.cs" />
60 <Compile Include="Lang\Translation.cs" />
61 <Compile Include="Lang\TranslationLanguage.cs" />
62 <Compile Include="Lang\TranslationLoadException.cs" />
63 <Compile Include="Lang\TranslationXmlExtractor.cs" />
64 <Compile Include="Lang\TranslationXmlLoader.cs" />
65 <Compile Include="Lang\XmlTranslationSet.cs" />
66 <Compile Include="Limits\AbsoluteNumericLimit.cs" />
67 <Compile Include="Limits\AbstractCompositeLimit.cs" />
68 <Compile Include="Limits\AbstractLimit.cs" />
69 <Compile Include="Limits\CompositeMaximumLimit.cs" />
70 <Compile Include="Limits\CompositeMinimumLimit.cs" />
71 <Compile Include="Limits\ILimit.cs" />
72 <Compile Include="Limits\INumericLimit.cs" />
73 <Compile Include="Limits\IPercentageLimit.cs" />
74 <Compile Include="Limits\NumericSizeConstrainedLimit.cs" />
75 <Compile Include="Limits\SimpleRoundedPercentageLimit.cs" />
76 <Compile Include="Limits\UnlimitedLimit.cs" />
77 <Compile Include="Logging\FileLogger.cs" />
78 <Compile Include="Logging\Logger.cs" />
79 <Compile Include="Logging\LogItem.cs" />
80 <Compile Include="Logging\LogNotifier.cs" />
81 <Compile Include="Logging\SilentLogger.cs" />
82 <Compile Include="Logging\TextFileLogger.cs" />
83 <Compile Include="Xml\CustomXmlResolver.cs" />
84 <Compile Include="Xml\IBBXmlResolver.cs" />
85 <Compile Include="Xml\IXmlElementName.cs" />
86 <Compile Include="Xml\XmlParseException.cs" />
87 <Compile Include="Xml\XmlTools.cs" />
88 <Compile Include="Arrays.cs" />
89 <Compile Include="AssemblyInfo.cs" />
90 <Compile Include="Constants.cs" />
91 <Compile Include="EnumTools.cs" />
92 <Compile Include="EqualityChecker.cs" />
93 <Compile Include="IBBoard.cs" />
94 <Compile Include="IExtendedEnum.cs" />
95 <Compile Include="OperationFailedException.cs" />
96 <Compile Include="Preferences.cs" />
97 <Compile Include="UnixTimestamp.cs" />
98 <Compile Include="Xml\XmlResourceResolver.cs" />
99 </ItemGroup>
100 <ItemGroup>
101 <None Include="app.config" />
102 <None Include="COPYING.GPL" />
103 <None Include="COPYING.LGPL" />
104 </ItemGroup>
105 <ProjectExtensions>
106 <MonoDevelop>
107 <Properties>
108 <Policies>
109 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" />
110 </Policies>
111 </Properties>
112 </MonoDevelop>
113 </ProjectExtensions>
114 <ItemGroup>
115 <EmbeddedResource Include="schemas\translation.xsd">
116 <DeployService-Deploy>true</DeployService-Deploy>
117 </EmbeddedResource>
118 </ItemGroup>
119 </Project>