Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2803 was 2803, checked in by mkommend, 15 years ago

changed HL3.3 x64 configuration (ticket #867)

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