Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLab.MainForm.WindowsForms-3.2.csproj @ 3391

Last change on this file since 3391 was 3281, checked in by mkommend, 14 years ago

implemented showInViewHost and moved ViewHost from Core.Views to MainForm.WindowsForm (ticket #961)

File size: 9.5 KB
Line 
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.2</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.2.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.2.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.2.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>
114    <Compile Include="DocumentForm.cs">
115      <SubType>Form</SubType>
116    </Compile>
117    <Compile Include="DocumentForm.Designer.cs">
118      <DependentUpon>DocumentForm.cs</DependentUpon>
119    </Compile>
120    <Compile Include="HeuristicLabMainFormWindowsFormsPlugin.cs" />
121    <Compile Include="MainForm.cs">
122      <SubType>Form</SubType>
123    </Compile>
124    <Compile Include="MainForm.Designer.cs">
125      <DependentUpon>MainForm.cs</DependentUpon>
126    </Compile>
127    <Compile Include="MenuItem.cs" />
128    <Compile Include="MultipleDocumentMainForm.cs">
129      <SubType>Form</SubType>
130    </Compile>
131    <Compile Include="MultipleDocumentMainForm.Designer.cs">
132      <DependentUpon>MultipleDocumentMainForm.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Properties\AssemblyInfo.cs" />
135    <Compile Include="SingleDocumentMainForm.cs">
136      <SubType>Form</SubType>
137    </Compile>
138    <Compile Include="SingleDocumentMainForm.Designer.cs">
139      <DependentUpon>SingleDocumentMainForm.cs</DependentUpon>
140    </Compile>
141    <Compile Include="ToolBarItem.cs" />
142    <Compile Include="View.cs">
143      <SubType>UserControl</SubType>
144    </Compile>
145    <Compile Include="View.Designer.cs">
146      <DependentUpon>View.cs</DependentUpon>
147    </Compile>
148    <Compile Include="ViewContextMenuStrip.cs">
149      <SubType>Component</SubType>
150    </Compile>
151    <Compile Include="ViewContextMenuStrip.Designer.cs">
152      <DependentUpon>ViewContextMenuStrip.cs</DependentUpon>
153    </Compile>
154    <Compile Include="ViewHost.cs">
155      <SubType>UserControl</SubType>
156    </Compile>
157    <Compile Include="ViewHost.Designer.cs">
158      <DependentUpon>ViewHost.cs</DependentUpon>
159    </Compile>
160  </ItemGroup>
161  <ItemGroup>
162    <None Include="HeuristicLab.snk" />
163    <None Include="Properties\AssemblyInfo.frame" />
164  </ItemGroup>
165  <ItemGroup>
166    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
167      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
168      <Name>HeuristicLab.Common.Resources-3.2</Name>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\WinFormsUI-2.3.1\WinFormsUI-2.3.1.csproj">
171      <Project>{1849A92E-DCFC-4E05-BB0A-D7B7A3DAFCFB}</Project>
172      <Name>WinFormsUI-2.3.1</Name>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
175      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
176      <Name>HeuristicLab.MainForm-3.2</Name>
177    </ProjectReference>
178    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
179      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
180      <Name>HeuristicLab.PluginInfrastructure</Name>
181    </ProjectReference>
182  </ItemGroup>
183  <ItemGroup>
184    <EmbeddedResource Include="DockForm.resx">
185      <DependentUpon>DockForm.cs</DependentUpon>
186      <SubType>Designer</SubType>
187    </EmbeddedResource>
188    <EmbeddedResource Include="DockingMainForm.resx">
189      <DependentUpon>DockingMainForm.cs</DependentUpon>
190    </EmbeddedResource>
191    <EmbeddedResource Include="DocumentForm.resx">
192      <DependentUpon>DocumentForm.cs</DependentUpon>
193      <SubType>Designer</SubType>
194    </EmbeddedResource>
195    <EmbeddedResource Include="MainForm.resx">
196      <DependentUpon>MainForm.cs</DependentUpon>
197    </EmbeddedResource>
198    <EmbeddedResource Include="MultipleDocumentMainForm.resx">
199      <DependentUpon>MultipleDocumentMainForm.cs</DependentUpon>
200    </EmbeddedResource>
201    <EmbeddedResource Include="SingleDocumentMainForm.resx">
202      <DependentUpon>SingleDocumentMainForm.cs</DependentUpon>
203    </EmbeddedResource>
204    <EmbeddedResource Include="ViewContextMenuStrip.resx">
205      <DependentUpon>ViewContextMenuStrip.cs</DependentUpon>
206    </EmbeddedResource>
207  </ItemGroup>
208  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
209  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
210       Other similar extension points exist, see Microsoft.Common.targets.
211  <Target Name="BeforeBuild">
212  </Target>
213  <Target Name="AfterBuild">
214  </Target>
215  -->
216  <PropertyGroup>
217    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
218set ProjectDir=$(ProjectDir)
219set SolutionDir=$(SolutionDir)
220set Outdir=$(Outdir)
221
222call PreBuildEvent.cmd
223SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs"</PreBuildEvent>
224  </PropertyGroup>
225</Project>
Note: See TracBrowser for help on using the repository browser.