view IBBoard.Windows.Forms.csproj @ 21:031354c2a34c default tip

* Add Hyperlink that does sensible stuff by default
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 May 2012 16:45:19 +0100
parents 5f35edc84791
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  <PropertyGroup>
    <ProjectType>Local</ProjectType>
    <ProductVersion>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{E3790268-2082-4975-B1A3-C70B37842CE8}</ProjectGuid>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <AssemblyKeyContainerName>
    </AssemblyKeyContainerName>
    <AssemblyName>IBBoardWF</AssemblyName>
    <DefaultClientScript>JScript</DefaultClientScript>
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
    <DelaySign>false</DelaySign>
    <OutputType>Library</OutputType>
    <RootNamespace>IBBoard</RootNamespace>
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <OldToolsVersion>3.5</OldToolsVersion>
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
    <TargetFrameworkProfile />
  </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\Hyperlink.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Windows\Forms\IBBTabControl.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Windows\Forms\IBBRadioButton.cs">
      <SubType>Component</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\IBBToolStripButton.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Windows\Forms\IBBToolStripMenuItem.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Windows\Forms\IBBToolStripSplitButton.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Windows\Forms\ListViewColumnSorter.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Windows\Forms\I18N\ControlTranslator.cs" />
    <Compile Include="Windows\Forms\Util\ControlValueChangedChecker.cs" />
    <Compile Include="Windows\Forms\Util\WidgetValuesUtil.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>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
      <Visible>False</Visible>
      <ProductName>Windows Installer 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="COPYING.GPL" />
    <None Include="COPYING.LGPL" />
  </ItemGroup>
</Project>