Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2665 was 2665, checked in by swagner, 14 years ago

Continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core (#95)

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