Mercurial > repos > IBBoard.Windows.Forms
view IBBoard.Windows.Forms.csproj @ 5:c70356dc5609
* Use new .csproj file names
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 25 May 2009 10:27:46 +0000 |
parents | |
children | fa1921ee34a5 |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <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>{E3790268-2082-4975-B1A3-C70B37842CE8}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> </ApplicationIcon> <AssemblyKeyContainerName> </AssemblyKeyContainerName> <AssemblyName>IBBoardWF</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>bin\Debug\</OutputPath> <BaseAddress>285212672</BaseAddress> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>DEBUG;TRACE</DefineConstants> <DocumentationFile> </DocumentationFile> <DebugSymbols>true</DebugSymbols> <FileAlignment>4096</FileAlignment> <Optimize>false</Optimize> <RegisterForComInterop>false</RegisterForComInterop> <RemoveIntegerChecks>false</RemoveIntegerChecks> <WarningLevel>4</WarningLevel> <DebugType>full</DebugType> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <OutputPath>bin\Release\</OutputPath> <BaseAddress>285212672</BaseAddress> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>TRACE</DefineConstants> <DocumentationFile> </DocumentationFile> <FileAlignment>4096</FileAlignment> <Optimize>true</Optimize> <RegisterForComInterop>false</RegisterForComInterop> <RemoveIntegerChecks>false</RemoveIntegerChecks> <WarningLevel>4</WarningLevel> <DebugType>none</DebugType> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <ProjectReference Include="..\IBBoard\IBBoard.csproj"> <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> <Name>IBBoard</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Compile Include="AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Windows\Forms\ColorableStatusBar.cs"> <SubType>Component</SubType> </Compile> <Compile Include="Windows\Forms\ColorableStatusBarPanel.cs"> <SubType>Component</SubType> </Compile> <Compile Include="Windows\Forms\Delegates.cs" /> <Compile Include="Windows\Forms\IBBButton.cs"> <SubType>Component</SubType> </Compile> <Compile Include="Windows\Forms\IBBForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\Forms\IBBLabel.cs"> <SubType>Component</SubType> </Compile> <Compile Include="Windows\Forms\IBBMenuItem.cs"> <SubType>Component</SubType> </Compile> <Compile Include="Windows\Forms\IBBToolBarButton.cs"> <SubType>Component</SubType> </Compile> <Compile Include="Windows\Forms\ListViewColumnSorter.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Windows\Forms\I18N\ControlTranslator.cs" /> <EmbeddedResource Include="Windows\Forms\ColorableStatusBar.resx"> <DependentUpon>ColorableStatusBar.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\Forms\ColorableStatusBarPanel.resx"> <DependentUpon>ColorableStatusBarPanel.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\Forms\IBBLabel.resx"> <DependentUpon>IBBLabel.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\Forms\IBBMenuItem.resx"> <DependentUpon>IBBMenuItem.cs</DependentUpon> </EmbeddedResource> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> <ItemGroup> <None Include="COPYING.GPL" /> <None Include="COPYING.LGPL" /> </ItemGroup> </Project>