Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj @ 2663

Last change on this file since 2663 was 2663, checked in by swagner, 15 years ago

Started to adapt HeuristicLab.Data and HeuristicLab.Operators according to the changes in HeuristicLab.Core (#95)

File size: 10.7 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>{E226881D-315F-423D-B419-A766FE0D8685}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Core.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Core.Views-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.Core.Views-3.3.XML</DocumentationFile>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="System" />
38    <Reference Include="System.Core">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41    <Reference Include="System.Design" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Windows.Forms" />
44    <Reference Include="System.Xml.Linq">
45      <RequiredTargetFramework>3.5</RequiredTargetFramework>
46    </Reference>
47    <Reference Include="System.Data.DataSetExtensions">
48      <RequiredTargetFramework>3.5</RequiredTargetFramework>
49    </Reference>
50    <Reference Include="System.Data" />
51    <Reference Include="System.Xml" />
52  </ItemGroup>
53  <ItemGroup>
54    <Compile Include="CreateParameterDialog.cs">
55      <SubType>Form</SubType>
56    </Compile>
57    <Compile Include="CreateParameterDialog.Designer.cs">
58      <DependentUpon>CreateParameterDialog.cs</DependentUpon>
59    </Compile>
60    <Compile Include="Auxiliary.cs" />
61    <Compile Include="EngineBaseView.cs">
62      <SubType>UserControl</SubType>
63    </Compile>
64    <Compile Include="EngineBaseView.Designer.cs">
65      <DependentUpon>EngineBaseView.cs</DependentUpon>
66    </Compile>
67    <Compile Include="OperatorGraphView.cs">
68      <SubType>UserControl</SubType>
69    </Compile>
70    <Compile Include="OperatorGraphView.Designer.cs">
71      <DependentUpon>OperatorGraphView.cs</DependentUpon>
72    </Compile>
73    <Compile Include="OperatorsSidebar.cs">
74      <SubType>UserControl</SubType>
75    </Compile>
76    <Compile Include="OperatorsSidebar.Designer.cs">
77      <DependentUpon>OperatorsSidebar.cs</DependentUpon>
78    </Compile>
79    <Compile Include="OperatorTreeView.cs">
80      <SubType>UserControl</SubType>
81    </Compile>
82    <Compile Include="OperatorTreeView.Designer.cs">
83      <DependentUpon>OperatorTreeView.cs</DependentUpon>
84    </Compile>
85    <Compile Include="TypeSelectorDialog.cs">
86      <SubType>Form</SubType>
87    </Compile>
88    <Compile Include="TypeSelectorDialog.Designer.cs">
89      <DependentUpon>TypeSelectorDialog.cs</DependentUpon>
90    </Compile>
91    <Compile Include="TypeSelector.cs">
92      <SubType>UserControl</SubType>
93    </Compile>
94    <Compile Include="TypeSelector.Designer.cs">
95      <DependentUpon>TypeSelector.cs</DependentUpon>
96    </Compile>
97    <Compile Include="ViewHost.cs">
98      <SubType>UserControl</SubType>
99    </Compile>
100    <Compile Include="ViewHost.Designer.cs">
101      <DependentUpon>ViewHost.cs</DependentUpon>
102    </Compile>
103    <Compile Include="ParameterBaseView.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="ParameterBaseView.Designer.cs">
107      <DependentUpon>ParameterBaseView.cs</DependentUpon>
108    </Compile>
109    <Compile Include="OperatorCollectionView.cs">
110      <SubType>UserControl</SubType>
111    </Compile>
112    <Compile Include="OperatorCollectionView.Designer.cs">
113      <DependentUpon>OperatorCollectionView.cs</DependentUpon>
114    </Compile>
115    <Compile Include="OperatorSetView.cs">
116      <SubType>UserControl</SubType>
117    </Compile>
118    <Compile Include="OperatorSetView.Designer.cs">
119      <DependentUpon>OperatorSetView.cs</DependentUpon>
120    </Compile>
121    <Compile Include="ItemSetView.cs">
122      <SubType>UserControl</SubType>
123    </Compile>
124    <Compile Include="ItemSetView.Designer.cs">
125      <DependentUpon>ItemSetView.cs</DependentUpon>
126    </Compile>
127    <Compile Include="ItemCollectionView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="ItemCollectionView.Designer.cs">
131      <DependentUpon>ItemCollectionView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="ScopeListView.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="ScopeListView.Designer.cs">
137      <DependentUpon>ScopeListView.cs</DependentUpon>
138    </Compile>
139    <Compile Include="OperatorListView.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="OperatorListView.Designer.cs">
143      <DependentUpon>OperatorListView.cs</DependentUpon>
144    </Compile>
145    <Compile Include="ItemListView.cs">
146      <SubType>UserControl</SubType>
147    </Compile>
148    <Compile Include="ItemListView.Designer.cs">
149      <DependentUpon>ItemListView.cs</DependentUpon>
150    </Compile>
151    <Compile Include="IObjectView.cs" />
152    <Compile Include="ObjectViewBase.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="ObjectViewBase.Designer.cs">
156      <DependentUpon>ObjectViewBase.cs</DependentUpon>
157    </Compile>
158    <Compile Include="NamedItemBaseView.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="NamedItemBaseView.Designer.cs">
162      <DependentUpon>NamedItemBaseView.cs</DependentUpon>
163    </Compile>
164    <Compile Include="ParameterView.cs">
165      <SubType>UserControl</SubType>
166    </Compile>
167    <Compile Include="ParameterView.Designer.cs">
168      <DependentUpon>ParameterView.cs</DependentUpon>
169    </Compile>
170    <Compile Include="ScopeView.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="ScopeView.Designer.cs">
174      <DependentUpon>ScopeView.cs</DependentUpon>
175    </Compile>
176    <Compile Include="VariableCollectionView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="VariableCollectionView.Designer.cs">
180      <DependentUpon>VariableCollectionView.cs</DependentUpon>
181    </Compile>
182    <Compile Include="ParameterCollectionView.cs">
183      <SubType>UserControl</SubType>
184    </Compile>
185    <Compile Include="ParameterCollectionView.Designer.cs">
186      <DependentUpon>ParameterCollectionView.cs</DependentUpon>
187    </Compile>
188    <Compile Include="NamedItemCollectionView.cs">
189      <SubType>UserControl</SubType>
190    </Compile>
191    <Compile Include="NamedItemCollectionView.Designer.cs">
192      <DependentUpon>NamedItemCollectionView.cs</DependentUpon>
193    </Compile>
194    <Compile Include="HeuristicLabCoreViewsPlugin.cs" />
195    <Compile Include="ItemBaseView.cs">
196      <SubType>UserControl</SubType>
197    </Compile>
198    <Compile Include="ItemBaseView.Designer.cs">
199      <DependentUpon>ItemBaseView.cs</DependentUpon>
200    </Compile>
201    <Compile Include="ItemViewBase.cs">
202      <SubType>UserControl</SubType>
203    </Compile>
204    <Compile Include="ItemViewBase.Designer.cs">
205      <DependentUpon>ItemViewBase.cs</DependentUpon>
206    </Compile>
207    <Compile Include="Properties\AssemblyInfo.cs" />
208    <Compile Include="VariableView.cs">
209      <SubType>UserControl</SubType>
210    </Compile>
211    <Compile Include="VariableView.Designer.cs">
212      <DependentUpon>VariableView.cs</DependentUpon>
213    </Compile>
214  </ItemGroup>
215  <ItemGroup>
216    <None Include="HeuristicLab.snk" />
217    <None Include="Properties\AssemblyInfo.frame" />
218  </ItemGroup>
219  <ItemGroup>
220    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
221      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
222      <Name>HeuristicLab.Collections-3.3</Name>
223    </ProjectReference>
224    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
225      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
226      <Name>HeuristicLab.Common.Resources-3.2</Name>
227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
229      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
230      <Name>HeuristicLab.Common-3.2</Name>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
233      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
234      <Name>HeuristicLab.Core-3.3</Name>
235    </ProjectReference>
236    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
237      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
238      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
239    </ProjectReference>
240    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
241      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
242      <Name>HeuristicLab.MainForm-3.2</Name>
243    </ProjectReference>
244    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
245      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
246      <Name>HeuristicLab.PluginInfrastructure</Name>
247    </ProjectReference>
248  </ItemGroup>
249  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
250  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
251       Other similar extension points exist, see Microsoft.Common.targets.
252  <Target Name="BeforeBuild">
253  </Target>
254  <Target Name="AfterBuild">
255  </Target>
256  -->
257  <PropertyGroup>
258    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
259set ProjectDir=$(ProjectDir)
260set SolutionDir=$(SolutionDir)
261set Outdir=$(Outdir)
262
263call PreBuildEvent.cmd</PreBuildEvent>
264  </PropertyGroup>
265</Project>
Note: See TracBrowser for help on using the repository browser.