Mercurial > repos > IBBoard
view IBBoard.csproj @ 9:562390c8d618
Fix variable name errors
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 02 Jan 2009 20:20:10 +0000 |
parents | f9ec2be467fe |
children | 62fb27fd8c29 |
line wrap: on
line source
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectType>Local</ProjectType> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> </ApplicationIcon> <AssemblyKeyContainerName> </AssemblyKeyContainerName> <AssemblyName>IBBoard</AssemblyName> <AssemblyOriginatorKeyFile> </AssemblyOriginatorKeyFile> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> <DelaySign>false</DelaySign> <OutputType>Library</OutputType> <RootNamespace>IBBoard</RootNamespace> <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> <StartupObject> </StartupObject> <FileUpgradeFlags> </FileUpgradeFlags> <UpgradeBackupLocation> </UpgradeBackupLocation> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\IBBoard\bin\Debug\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>DEBUG;TRACE</DefineConstants> <DocumentationFile> </DocumentationFile> <DebugSymbols>true</DebugSymbols> <FileAlignment>4096</FileAlignment> <NoStdLib>false</NoStdLib> <NoWarn> </NoWarn> <Optimize>false</Optimize> <RegisterForComInterop>false</RegisterForComInterop> <RemoveIntegerChecks>false</RemoveIntegerChecks> <TreatWarningsAsErrors>false</TreatWarningsAsErrors> <WarningLevel>4</WarningLevel> <DebugType>full</DebugType> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <OutputPath>bin\Release\</OutputPath> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>TRACE</DefineConstants> <DocumentationFile> </DocumentationFile> <DebugSymbols>false</DebugSymbols> <FileAlignment>4096</FileAlignment> <NoStdLib>false</NoStdLib> <NoWarn> </NoWarn> <Optimize>true</Optimize> <RegisterForComInterop>false</RegisterForComInterop> <RemoveIntegerChecks>false</RemoveIntegerChecks> <TreatWarningsAsErrors>false</TreatWarningsAsErrors> <WarningLevel>4</WarningLevel> <DebugType>none</DebugType> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821"> <SpecificVersion>False</SpecificVersion> <HintPath>libs\log4net.dll</HintPath> </Reference> <Reference Include="System"> <Name>System</Name> </Reference> <Reference Include="System.Data"> <Name>System.Data</Name> </Reference> <Reference Include="System.Windows.Forms"> <Name>System.Windows.Forms</Name> </Reference> <Reference Include="System.Xml"> <Name>System.XML</Name> </Reference> </ItemGroup> <ItemGroup> <Compile Include="Arrays.cs"> <SubType>Code</SubType> </Compile> <Compile Include="AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Collections\SimpleSet.cs" /> <Compile Include="Commands\Command.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Commands\CommandStack.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Constants.cs"> <SubType>Code</SubType> </Compile> <Compile Include="CustomMath\Comparisons.cs"> <SubType>Code</SubType> </Compile> <Compile Include="IBBoard.cs"> <SubType>Code</SubType> </Compile> <Compile Include="IExtendedEnum.cs" /> <Compile Include="io\InvalidFileException.cs" /> <Compile Include="io\UnsupportedFileTypeException.cs" /> <Compile Include="Lang\ITranslatable.cs" /> <Compile Include="Lang\StringManipulation.cs" /> <Compile Include="Lang\Translation.cs" /> <Compile Include="Logging\FileLogger.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Logging\Logger.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Logging\LogItem.cs" /> <Compile Include="Logging\LogNotifier.cs" /> <Compile Include="Logging\SilentLogger.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Logging\TextFileLogger.cs" /> <Compile Include="OperationFailedException.cs" /> <Compile Include="Preferences.cs"> <SubType>Code</SubType> </Compile> <Compile Include="UnixTimestamp.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Xml\IBBXmlResolver.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Xml\IXmlElementName.cs" /> <Compile Include="Xml\XmlParseException.cs" /> </ItemGroup> <ItemGroup> <Content Include="libs\log4net.dll" /> <Content Include="libs\log4net.xml" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> </Project>