Mercurial > repos > IBBoard
comparison IBBoard.csproj @ 29:e38192f55d2d
* Add convenience method to get a value from a dictionary in a single line
* Commit .csproj file to include XMLTools in project
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 11 Apr 2009 14:47:20 +0000 |
parents | ea058f9ea9d4 |
children | 23fd4247fc1c |
comparison
equal
deleted
inserted
replaced
28:41ddcd61dc92 | 29:e38192f55d2d |
---|---|
5 <ProductVersion>8.0.50727</ProductVersion> | 5 <ProductVersion>8.0.50727</ProductVersion> |
6 <SchemaVersion>2.0</SchemaVersion> | 6 <SchemaVersion>2.0</SchemaVersion> |
7 <ProjectGuid>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</ProjectGuid> | 7 <ProjectGuid>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</ProjectGuid> |
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
10 <ApplicationIcon> | |
11 </ApplicationIcon> | |
12 <AssemblyKeyContainerName> | 10 <AssemblyKeyContainerName> |
13 </AssemblyKeyContainerName> | 11 </AssemblyKeyContainerName> |
14 <AssemblyName>IBBoard</AssemblyName> | 12 <AssemblyName>IBBoard</AssemblyName> |
15 <AssemblyOriginatorKeyFile> | 13 <AssemblyOriginatorKeyFile> |
16 </AssemblyOriginatorKeyFile> | 14 </AssemblyOriginatorKeyFile> |
19 <DefaultTargetSchema>IE50</DefaultTargetSchema> | 17 <DefaultTargetSchema>IE50</DefaultTargetSchema> |
20 <DelaySign>false</DelaySign> | 18 <DelaySign>false</DelaySign> |
21 <OutputType>Library</OutputType> | 19 <OutputType>Library</OutputType> |
22 <RootNamespace>IBBoard</RootNamespace> | 20 <RootNamespace>IBBoard</RootNamespace> |
23 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | 21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
24 <StartupObject> | |
25 </StartupObject> | |
26 <FileUpgradeFlags> | 22 <FileUpgradeFlags> |
27 </FileUpgradeFlags> | 23 </FileUpgradeFlags> |
28 <UpgradeBackupLocation> | 24 <UpgradeBackupLocation> |
29 </UpgradeBackupLocation> | 25 </UpgradeBackupLocation> |
30 </PropertyGroup> | 26 </PropertyGroup> |
125 <Compile Include="Xml\IXmlElementName.cs" /> | 121 <Compile Include="Xml\IXmlElementName.cs" /> |
126 <Compile Include="Xml\XmlParseException.cs" /> | 122 <Compile Include="Xml\XmlParseException.cs" /> |
127 <Compile Include="Collections\DictionaryUtils.cs" /> | 123 <Compile Include="Collections\DictionaryUtils.cs" /> |
128 <Compile Include="CustomMath\NumberParser.cs" /> | 124 <Compile Include="CustomMath\NumberParser.cs" /> |
129 <Compile Include="Lang\TranslationLoadException.cs" /> | 125 <Compile Include="Lang\TranslationLoadException.cs" /> |
126 <Compile Include="Xml\XmlTools.cs" /> | |
130 </ItemGroup> | 127 </ItemGroup> |
131 <ItemGroup> | 128 <ItemGroup> |
132 <Content Include="libs\log4net.dll" /> | 129 <Content Include="libs\log4net.dll" /> |
133 <Content Include="libs\log4net.xml" /> | 130 <Content Include="libs\log4net.xml" /> |
134 </ItemGroup> | 131 </ItemGroup> |