Mercurial > repos > IBBoard
changeset 19:711807b9155a
Re #10 - Convert to .csproj files
* Add missing classes to IBBoard .csproj
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 17 Feb 2009 15:58:56 +0000 |
parents | 62fb27fd8c29 |
children | 855b4903b256 |
files | IBBoard.csproj |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/IBBoard.csproj Tue Feb 17 14:54:38 2009 +0000 +++ b/IBBoard.csproj Tue Feb 17 15:58:56 2009 +0000 @@ -29,7 +29,7 @@ </UpgradeBackupLocation> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <OutputPath>bin/Debug/</OutputPath> + <OutputPath>bin\Debug\</OutputPath> <BaseAddress>285212672</BaseAddress> <ConfigurationOverrideFile> </ConfigurationOverrideFile> @@ -124,6 +124,8 @@ </Compile> <Compile Include="Xml\IXmlElementName.cs" /> <Compile Include="Xml\XmlParseException.cs" /> + <Compile Include="Collections\DictionaryUtils.cs" /> + <Compile Include="CustomMath\NumberParser.cs" /> </ItemGroup> <ItemGroup> <Content Include="libs\log4net.dll" />