5
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
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>
|
|
79 <Compile Include="Windows\Forms\ColorableStatusBar.cs">
|
|
80 <SubType>Component</SubType>
|
|
81 </Compile>
|
|
82 <Compile Include="Windows\Forms\ColorableStatusBarPanel.cs">
|
|
83 <SubType>Component</SubType>
|
|
84 </Compile>
|
|
85 <Compile Include="Windows\Forms\Delegates.cs" />
|
|
86 <Compile Include="Windows\Forms\IBBButton.cs">
|
|
87 <SubType>Component</SubType>
|
|
88 </Compile>
|
|
89 <Compile Include="Windows\Forms\IBBForm.cs">
|
|
90 <SubType>Form</SubType>
|
|
91 </Compile>
|
|
92 <Compile Include="Windows\Forms\IBBLabel.cs">
|
|
93 <SubType>Component</SubType>
|
|
94 </Compile>
|
|
95 <Compile Include="Windows\Forms\IBBMenuItem.cs">
|
|
96 <SubType>Component</SubType>
|
|
97 </Compile>
|
|
98 <Compile Include="Windows\Forms\IBBToolBarButton.cs">
|
|
99 <SubType>Component</SubType>
|
|
100 </Compile>
|
|
101 <Compile Include="Windows\Forms\ListViewColumnSorter.cs">
|
|
102 <SubType>Code</SubType>
|
|
103 </Compile>
|
|
104 <Compile Include="Windows\Forms\I18N\ControlTranslator.cs" />
|
|
105 <EmbeddedResource Include="Windows\Forms\ColorableStatusBar.resx">
|
|
106 <DependentUpon>ColorableStatusBar.cs</DependentUpon>
|
|
107 </EmbeddedResource>
|
|
108 <EmbeddedResource Include="Windows\Forms\ColorableStatusBarPanel.resx">
|
|
109 <DependentUpon>ColorableStatusBarPanel.cs</DependentUpon>
|
|
110 </EmbeddedResource>
|
|
111 <EmbeddedResource Include="Windows\Forms\IBBLabel.resx">
|
|
112 <DependentUpon>IBBLabel.cs</DependentUpon>
|
|
113 </EmbeddedResource>
|
|
114 <EmbeddedResource Include="Windows\Forms\IBBMenuItem.resx">
|
|
115 <DependentUpon>IBBMenuItem.cs</DependentUpon>
|
|
116 </EmbeddedResource>
|
|
117 </ItemGroup>
|
|
118 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
119 <PropertyGroup>
|
|
120 <PreBuildEvent>
|
|
121 </PreBuildEvent>
|
|
122 <PostBuildEvent>
|
|
123 </PostBuildEvent>
|
|
124 </PropertyGroup>
|
|
125 <ItemGroup>
|
|
126 <None Include="COPYING.GPL" />
|
|
127 <None Include="COPYING.LGPL" />
|
|
128 </ItemGroup>
|
|
129 </Project> |