Mercurial > repos > IBBoard.Windows.Forms
annotate IBBoard.Windows.Forms.csproj @ 13:ac5dc16fba1f
Re #29: Create IBBRadioButton for WinForms
* Add IBBRadioButton (just needs a marker interface)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 22 Mar 2010 20:56:09 +0000 |
parents | 7274f305eb49 |
children | 7c459ebc4210 |
rev | line source |
---|---|
9
fa1921ee34a5
Re warfoundry:#115: Typing number for equipment amount doesn't update Okay button
IBBoard <dev@ibboard.co.uk>
parents:
5
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
5 | 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 <PropertyGroup> | |
4 <ProjectType>Local</ProjectType> | |
5 <ProductVersion>8.0.50727</ProductVersion> | |
6 <SchemaVersion>2.0</SchemaVersion> | |
7 <ProjectGuid>{E3790268-2082-4975-B1A3-C70B37842CE8}</ProjectGuid> | |
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
10 <ApplicationIcon> | |
11 </ApplicationIcon> | |
12 <AssemblyKeyContainerName> | |
13 </AssemblyKeyContainerName> | |
14 <AssemblyName>IBBoardWF</AssemblyName> | |
15 <AssemblyOriginatorKeyFile> | |
16 </AssemblyOriginatorKeyFile> | |
17 <DefaultClientScript>JScript</DefaultClientScript> | |
18 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | |
19 <DefaultTargetSchema>IE50</DefaultTargetSchema> | |
20 <DelaySign>false</DelaySign> | |
21 <OutputType>Library</OutputType> | |
22 <RootNamespace>IBBoard</RootNamespace> | |
23 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | |
24 <StartupObject> | |
25 </StartupObject> | |
26 <FileUpgradeFlags> | |
27 </FileUpgradeFlags> | |
28 <UpgradeBackupLocation> | |
29 </UpgradeBackupLocation> | |
30 </PropertyGroup> | |
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
32 <OutputPath>bin\Debug\</OutputPath> | |
33 <BaseAddress>285212672</BaseAddress> | |
34 <ConfigurationOverrideFile> | |
35 </ConfigurationOverrideFile> | |
36 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
37 <DocumentationFile> | |
38 </DocumentationFile> | |
39 <DebugSymbols>true</DebugSymbols> | |
40 <FileAlignment>4096</FileAlignment> | |
41 <Optimize>false</Optimize> | |
42 <RegisterForComInterop>false</RegisterForComInterop> | |
43 <RemoveIntegerChecks>false</RemoveIntegerChecks> | |
44 <WarningLevel>4</WarningLevel> | |
45 <DebugType>full</DebugType> | |
46 <ErrorReport>prompt</ErrorReport> | |
47 </PropertyGroup> | |
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
49 <OutputPath>bin\Release\</OutputPath> | |
50 <BaseAddress>285212672</BaseAddress> | |
51 <ConfigurationOverrideFile> | |
52 </ConfigurationOverrideFile> | |
53 <DefineConstants>TRACE</DefineConstants> | |
54 <DocumentationFile> | |
55 </DocumentationFile> | |
56 <FileAlignment>4096</FileAlignment> | |
57 <Optimize>true</Optimize> | |
58 <RegisterForComInterop>false</RegisterForComInterop> | |
59 <RemoveIntegerChecks>false</RemoveIntegerChecks> | |
60 <WarningLevel>4</WarningLevel> | |
61 <DebugType>none</DebugType> | |
62 <ErrorReport>prompt</ErrorReport> | |
63 </PropertyGroup> | |
64 <ItemGroup> | |
65 <Reference Include="System" /> | |
66 <Reference Include="System.Data" /> | |
67 <Reference Include="System.Drawing" /> | |
68 <Reference Include="System.Windows.Forms" /> | |
69 <Reference Include="System.Xml" /> | |
70 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> | |
71 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> | |
72 <Name>IBBoard</Name> | |
73 </ProjectReference> | |
74 </ItemGroup> | |
75 <ItemGroup> | |
76 <Compile Include="AssemblyInfo.cs"> | |
77 <SubType>Code</SubType> | |
78 </Compile> | |
13
ac5dc16fba1f
Re #29: Create IBBRadioButton for WinForms
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
79 <Compile Include="Windows\Forms\IBBRadioButton.cs"> |
ac5dc16fba1f
Re #29: Create IBBRadioButton for WinForms
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
80 <SubType>Component</SubType> |
ac5dc16fba1f
Re #29: Create IBBRadioButton for WinForms
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
81 </Compile> |
5 | 82 <Compile Include="Windows\Forms\ColorableStatusBar.cs"> |
83 <SubType>Component</SubType> | |
84 </Compile> | |
85 <Compile Include="Windows\Forms\ColorableStatusBarPanel.cs"> | |
86 <SubType>Component</SubType> | |
87 </Compile> | |
88 <Compile Include="Windows\Forms\Delegates.cs" /> | |
89 <Compile Include="Windows\Forms\IBBButton.cs"> | |
90 <SubType>Component</SubType> | |
91 </Compile> | |
92 <Compile Include="Windows\Forms\IBBForm.cs"> | |
93 <SubType>Form</SubType> | |
94 </Compile> | |
95 <Compile Include="Windows\Forms\IBBLabel.cs"> | |
96 <SubType>Component</SubType> | |
97 </Compile> | |
98 <Compile Include="Windows\Forms\IBBMenuItem.cs"> | |
99 <SubType>Component</SubType> | |
100 </Compile> | |
101 <Compile Include="Windows\Forms\IBBToolBarButton.cs"> | |
102 <SubType>Component</SubType> | |
103 </Compile> | |
12
7274f305eb49
Fixes #28: Create translatable toolbar items for new toolbars
IBBoard <dev@ibboard.co.uk>
parents:
11
diff
changeset
|
104 <Compile Include="Windows\Forms\IBBToolStripButton.cs"> |
7274f305eb49
Fixes #28: Create translatable toolbar items for new toolbars
IBBoard <dev@ibboard.co.uk>
parents:
11
diff
changeset
|
105 <SubType>Component</SubType> |
7274f305eb49
Fixes #28: Create translatable toolbar items for new toolbars
IBBoard <dev@ibboard.co.uk>
parents:
11
diff
changeset
|
106 </Compile> |
11
d052bc59cb22
Fixes #27: Create translatable menu items for new menus
IBBoard <dev@ibboard.co.uk>
parents:
9
diff
changeset
|
107 <Compile Include="Windows\Forms\IBBToolStripMenuItem.cs"> |
d052bc59cb22
Fixes #27: Create translatable menu items for new menus
IBBoard <dev@ibboard.co.uk>
parents:
9
diff
changeset
|
108 <SubType>Component</SubType> |
d052bc59cb22
Fixes #27: Create translatable menu items for new menus
IBBoard <dev@ibboard.co.uk>
parents:
9
diff
changeset
|
109 </Compile> |
12
7274f305eb49
Fixes #28: Create translatable toolbar items for new toolbars
IBBoard <dev@ibboard.co.uk>
parents:
11
diff
changeset
|
110 <Compile Include="Windows\Forms\IBBToolStripSplitButton.cs"> |
7274f305eb49
Fixes #28: Create translatable toolbar items for new toolbars
IBBoard <dev@ibboard.co.uk>
parents:
11
diff
changeset
|
111 <SubType>Component</SubType> |
7274f305eb49
Fixes #28: Create translatable toolbar items for new toolbars
IBBoard <dev@ibboard.co.uk>
parents:
11
diff
changeset
|
112 </Compile> |
5 | 113 <Compile Include="Windows\Forms\ListViewColumnSorter.cs"> |
114 <SubType>Code</SubType> | |
115 </Compile> | |
116 <Compile Include="Windows\Forms\I18N\ControlTranslator.cs" /> | |
9
fa1921ee34a5
Re warfoundry:#115: Typing number for equipment amount doesn't update Okay button
IBBoard <dev@ibboard.co.uk>
parents:
5
diff
changeset
|
117 <Compile Include="Windows\Forms\Util\ControlValueChangedChecker.cs" /> |
5 | 118 <EmbeddedResource Include="Windows\Forms\ColorableStatusBar.resx"> |
119 <DependentUpon>ColorableStatusBar.cs</DependentUpon> | |
120 </EmbeddedResource> | |
121 <EmbeddedResource Include="Windows\Forms\ColorableStatusBarPanel.resx"> | |
122 <DependentUpon>ColorableStatusBarPanel.cs</DependentUpon> | |
123 </EmbeddedResource> | |
124 <EmbeddedResource Include="Windows\Forms\IBBLabel.resx"> | |
125 <DependentUpon>IBBLabel.cs</DependentUpon> | |
126 </EmbeddedResource> | |
127 <EmbeddedResource Include="Windows\Forms\IBBMenuItem.resx"> | |
128 <DependentUpon>IBBMenuItem.cs</DependentUpon> | |
129 </EmbeddedResource> | |
130 </ItemGroup> | |
131 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
132 <PropertyGroup> | |
133 <PreBuildEvent> | |
134 </PreBuildEvent> | |
135 <PostBuildEvent> | |
136 </PostBuildEvent> | |
137 </PropertyGroup> | |
138 <ItemGroup> | |
139 <None Include="COPYING.GPL" /> | |
140 <None Include="COPYING.LGPL" /> | |
141 </ItemGroup> | |
142 </Project> |