Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj @ 4011

Last change on this file since 4011 was 4011, checked in by mkommend, 14 years ago
  • refactored ViewHost and various views to use fewer nested controls
  • added UnitTests for ContentViews to ensure proper using of the ContentAttribute
  • fixed some views which could not handle null as Content

(ticket #972)

File size: 8.9 KB
RevLine 
[3437]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{AB687BBE-1BFE-476B-906D-44237135431D}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.MainForm.WindowsForms</RootNamespace>
12    <AssemblyName>HeuristicLab.MainForm.WindowsForms-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>bin\Release\HeuristicLab.MainForm.WindowsForms-3.3.xml</DocumentationFile>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\x64\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x64</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
45    <OutputPath>bin\x64\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <Optimize>true</Optimize>
48    <DebugType>pdbonly</DebugType>
49    <PlatformTarget>x64</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51    <DocumentationFile>bin\x64\Release\HeuristicLab.MainForm.WindowsForms-3.3.xml</DocumentationFile>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
54    <DebugSymbols>true</DebugSymbols>
55    <OutputPath>bin\x86\Debug\</OutputPath>
56    <DefineConstants>DEBUG;TRACE</DefineConstants>
57    <DebugType>full</DebugType>
58    <PlatformTarget>x86</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
62    <OutputPath>bin\x86\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <Optimize>true</Optimize>
65    <DebugType>pdbonly</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <DocumentationFile>bin\x86\Release\HeuristicLab.MainForm.WindowsForms-3.3.xml</DocumentationFile>
69  </PropertyGroup>
70  <ItemGroup>
71    <Reference Include="System" />
72    <Reference Include="System.Core">
73      <RequiredTargetFramework>3.5</RequiredTargetFramework>
74    </Reference>
75    <Reference Include="System.Drawing" />
76    <Reference Include="System.Windows.Forms" />
77    <Reference Include="System.Xml.Linq">
78      <RequiredTargetFramework>3.5</RequiredTargetFramework>
79    </Reference>
80    <Reference Include="System.Data.DataSetExtensions">
81      <RequiredTargetFramework>3.5</RequiredTargetFramework>
82    </Reference>
83    <Reference Include="System.Data" />
84    <Reference Include="System.Xml" />
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="ActionUserInterfaceItem.cs" />
88    <Compile Include="AsynchronousContentView.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="AsynchronousContentView.Designer.cs">
92      <DependentUpon>AsynchronousContentView.cs</DependentUpon>
93    </Compile>
94    <Compile Include="ContentView.cs">
95      <SubType>UserControl</SubType>
96    </Compile>
97    <Compile Include="ContentView.Designer.cs">
98      <DependentUpon>ContentView.cs</DependentUpon>
99    </Compile>
100    <None Include="HeuristicLabMainFormWindowsFormsPlugin.cs.frame" />
101    <Compile Include="ControlExtensions.cs" />
102    <Compile Include="DockForm.cs">
103      <SubType>Form</SubType>
104    </Compile>
105    <Compile Include="DockForm.Designer.cs">
106      <DependentUpon>DockForm.cs</DependentUpon>
107    </Compile>
108    <Compile Include="DockingMainForm.cs">
109      <SubType>Form</SubType>
110    </Compile>
111    <Compile Include="DockingMainForm.Designer.cs">
112      <DependentUpon>DockingMainForm.cs</DependentUpon>
113    </Compile>
[3571]114    <Compile Include="Sidebar.cs">
115      <SubType>UserControl</SubType>
116    </Compile>
117    <Compile Include="Sidebar.Designer.cs">
118      <DependentUpon>Sidebar.cs</DependentUpon>
119    </Compile>
[3437]120    <Compile Include="DocumentForm.cs">
121      <SubType>Form</SubType>
122    </Compile>
123    <Compile Include="DocumentForm.Designer.cs">
124      <DependentUpon>DocumentForm.cs</DependentUpon>
125    </Compile>
126    <Compile Include="HeuristicLabMainFormWindowsFormsPlugin.cs" />
127    <Compile Include="MainForm.cs">
128      <SubType>Form</SubType>
129    </Compile>
130    <Compile Include="MainForm.Designer.cs">
131      <DependentUpon>MainForm.cs</DependentUpon>
132    </Compile>
133    <Compile Include="MenuItem.cs" />
134    <Compile Include="MultipleDocumentMainForm.cs">
135      <SubType>Form</SubType>
136    </Compile>
137    <Compile Include="MultipleDocumentMainForm.Designer.cs">
138      <DependentUpon>MultipleDocumentMainForm.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Properties\AssemblyInfo.cs" />
141    <Compile Include="SingleDocumentMainForm.cs">
142      <SubType>Form</SubType>
143    </Compile>
144    <Compile Include="SingleDocumentMainForm.Designer.cs">
145      <DependentUpon>SingleDocumentMainForm.cs</DependentUpon>
146    </Compile>
147    <Compile Include="ToolBarItem.cs" />
148    <Compile Include="View.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
151    <Compile Include="View.Designer.cs">
152      <DependentUpon>View.cs</DependentUpon>
153    </Compile>
154    <Compile Include="ViewContextMenuStrip.cs">
155      <SubType>Component</SubType>
156    </Compile>
157    <Compile Include="ViewContextMenuStrip.Designer.cs">
158      <DependentUpon>ViewContextMenuStrip.cs</DependentUpon>
159    </Compile>
160    <Compile Include="ViewHost.cs">
161      <SubType>UserControl</SubType>
162    </Compile>
163    <Compile Include="ViewHost.Designer.cs">
164      <DependentUpon>ViewHost.cs</DependentUpon>
165    </Compile>
166  </ItemGroup>
167  <ItemGroup>
168    <None Include="HeuristicLab.snk" />
169    <None Include="Properties\AssemblyInfo.frame" />
170  </ItemGroup>
171  <ItemGroup>
[3702]172    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
[3437]173      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
[3702]174      <Name>HeuristicLab.Common.Resources-3.3</Name>
[3437]175    </ProjectReference>
176    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
177      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
178      <Name>HeuristicLab.Common-3.3</Name>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\WinFormsUI-2.3.1\WinFormsUI-2.3.1.csproj">
181      <Project>{1849A92E-DCFC-4E05-BB0A-D7B7A3DAFCFB}</Project>
182      <Name>WinFormsUI-2.3.1</Name>
183    </ProjectReference>
184    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
185      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
186      <Name>HeuristicLab.MainForm-3.3</Name>
187    </ProjectReference>
[3832]188    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[3437]189      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]190      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[3437]191    </ProjectReference>
192  </ItemGroup>
193  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
194  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
195       Other similar extension points exist, see Microsoft.Common.targets.
196  <Target Name="BeforeBuild">
197  </Target>
198  <Target Name="AfterBuild">
199  </Target>
200  -->
201  <PropertyGroup>
202    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
203set ProjectDir=$(ProjectDir)
204set SolutionDir=$(SolutionDir)
205set Outdir=$(Outdir)
206
207call PreBuildEvent.cmd
208SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs"</PreBuildEvent>
209  </PropertyGroup>
210</Project>
Note: See TracBrowser for help on using the repository browser.