Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core/HeuristicLab.Core.csproj @ 166

Last change on this file since 166 was 61, checked in by swagner, 16 years ago

Worked on ticket #48

  • merged changes from branch Modularization (r55:59) back into trunk again
File size: 14.4 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.21022</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{F43B59AB-2B8C-4570-BC1E-15592086517C}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Core</RootNamespace>
11    <AssemblyName>HeuristicLab.Core</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <PublishUrl>http://localhost/HeuristicLab.Core/</PublishUrl>
20    <Install>true</Install>
21    <InstallFrom>Web</InstallFrom>
22    <UpdateEnabled>true</UpdateEnabled>
23    <UpdateMode>Foreground</UpdateMode>
24    <UpdateInterval>7</UpdateInterval>
25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26    <UpdatePeriodically>false</UpdatePeriodically>
27    <UpdateRequired>false</UpdateRequired>
28    <MapFileExtensions>true</MapFileExtensions>
29    <ApplicationRevision>0</ApplicationRevision>
30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31    <IsWebBootstrapper>true</IsWebBootstrapper>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <BootstrapperEnabled>true</BootstrapperEnabled>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36    <DebugSymbols>true</DebugSymbols>
37    <DebugType>full</DebugType>
38    <Optimize>false</Optimize>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43    <DocumentationFile>
44    </DocumentationFile>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53    <DocumentationFile>bin\Release\HeuristicLab.Core.XML</DocumentationFile>
54    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
55  </PropertyGroup>
56  <ItemGroup>
57    <Reference Include="System" />
58    <Reference Include="System.Data" />
59    <Reference Include="System.Drawing" />
60    <Reference Include="System.Windows.Forms" />
61    <Reference Include="System.Xml" />
62  </ItemGroup>
63  <ItemGroup>
64    <Compile Include="Auxiliary.cs" />
65    <Compile Include="ChooseItemDialog.cs">
66      <SubType>Form</SubType>
67    </Compile>
68    <Compile Include="ChooseItemDialog.Designer.cs">
69      <DependentUpon>ChooseItemDialog.cs</DependentUpon>
70    </Compile>
71    <Compile Include="ChooseOperatorDialog.cs">
72      <SubType>Form</SubType>
73    </Compile>
74    <Compile Include="ChooseOperatorDialog.Designer.cs">
75      <DependentUpon>ChooseOperatorDialog.cs</DependentUpon>
76    </Compile>
77    <Compile Include="ConstrainedItemBase.cs" />
78    <Compile Include="ConstrainedItemBaseView.cs">
79      <SubType>UserControl</SubType>
80    </Compile>
81    <Compile Include="ConstrainedItemBaseView.Designer.cs">
82      <DependentUpon>ConstrainedItemBaseView.cs</DependentUpon>
83    </Compile>
84    <Compile Include="ConstraintEventArgs.cs" />
85    <Compile Include="AtomicOperation.cs" />
86    <Compile Include="CompositeOperation.cs" />
87    <Compile Include="ChooseTypeDialog.cs">
88      <SubType>Form</SubType>
89    </Compile>
90    <Compile Include="ChooseTypeDialog.Designer.cs">
91      <DependentUpon>ChooseTypeDialog.cs</DependentUpon>
92    </Compile>
93    <Compile Include="AliasEventArgs.cs" />
94    <Compile Include="OperatorBaseDescriptionView.cs">
95      <SubType>UserControl</SubType>
96    </Compile>
97    <Compile Include="OperatorBaseDescriptionView.Designer.cs">
98      <DependentUpon>OperatorBaseDescriptionView.cs</DependentUpon>
99    </Compile>
100    <Compile Include="Interfaces\IOperation.cs" />
101    <Compile Include="Interfaces\IOperatorLibrary.cs" />
102    <Compile Include="Interfaces\IVisualizationItem.cs" />
103    <Compile Include="NameChangingEventArgs.cs" />
104    <Compile Include="OperationEventArgs.cs" />
105    <Compile Include="OperatorBaseVariablesView.cs">
106      <SubType>UserControl</SubType>
107    </Compile>
108    <Compile Include="OperatorBaseVariablesView.Designer.cs">
109      <DependentUpon>OperatorBaseVariablesView.cs</DependentUpon>
110    </Compile>
111    <Compile Include="OperatorBaseVariableInfosView.cs">
112      <SubType>UserControl</SubType>
113    </Compile>
114    <Compile Include="OperatorBaseVariableInfosView.Designer.cs">
115      <DependentUpon>OperatorBaseVariableInfosView.cs</DependentUpon>
116    </Compile>
117    <Compile Include="ExceptionEventArgs.cs" />
118    <Compile Include="Interfaces\IConstrainedItem.cs" />
119    <Compile Include="Interfaces\IConstraint.cs" />
120    <Compile Include="Interfaces\IItem.cs" />
121    <Compile Include="ItemBase.cs" />
122    <Compile Include="ItemBaseView.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="ItemBaseView.Designer.cs">
126      <DependentUpon>ItemBaseView.cs</DependentUpon>
127    </Compile>
128    <Compile Include="ItemEventArgs.cs" />
129    <Compile Include="ItemIndexEventArgs.cs" />
130    <Compile Include="OperatorLibrary.cs" />
131    <Compile Include="OperatorLibraryEditor.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="OperatorLibraryEditor.Designer.cs">
135      <DependentUpon>OperatorLibraryEditor.cs</DependentUpon>
136    </Compile>
137    <Compile Include="Properties\Resources.Designer.cs">
138      <AutoGen>True</AutoGen>
139      <DesignTime>True</DesignTime>
140      <DependentUpon>Resources.resx</DependentUpon>
141    </Compile>
142    <Compile Include="ScopeIndexEventArgs.cs" />
143    <Compile Include="EngineBaseEditor.cs">
144      <SubType>UserControl</SubType>
145    </Compile>
146    <Compile Include="EngineBaseEditor.Designer.cs">
147      <DependentUpon>EngineBaseEditor.cs</DependentUpon>
148    </Compile>
149    <Compile Include="VariableInfoEventArgs.cs" />
150    <Compile Include="VariableEventArgs.cs" />
151    <Compile Include="Interfaces\IOperatorGroup.cs" />
152    <Compile Include="Interfaces\IOperatorGraph.cs" />
153    <Compile Include="Interfaces\IScope.cs" />
154    <Compile Include="Interfaces\IVariable.cs" />
155    <Compile Include="Interfaces\IVariableInfo.cs" />
156    <Compile Include="OperatorEventArgs.cs" />
157    <Compile Include="OperatorGroup.cs">
158      <SubType>Code</SubType>
159    </Compile>
160    <Compile Include="OperatorIndexEventArgs.cs" />
161    <Compile Include="ScopeEventArgs.cs" />
162    <Compile Include="OperatorBaseView.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="OperatorBaseView.Designer.cs">
166      <DependentUpon>OperatorBaseView.cs</DependentUpon>
167    </Compile>
168    <Compile Include="OperatorGraphView.cs">
169      <SubType>UserControl</SubType>
170    </Compile>
171    <Compile Include="OperatorGraphView.Designer.cs">
172      <DependentUpon>OperatorGraphView.cs</DependentUpon>
173    </Compile>
174    <Compile Include="ScopeView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="ScopeView.Designer.cs">
178      <DependentUpon>ScopeView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="VariableInfoView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="VariableInfoView.Designer.cs">
184      <DependentUpon>VariableInfoView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="VariableView.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="VariableView.Designer.cs">
190      <DependentUpon>VariableView.cs</DependentUpon>
191    </Compile>
192    <Compile Include="ViewBase.cs">
193      <SubType>UserControl</SubType>
194    </Compile>
195    <Compile Include="ViewBase.Designer.cs">
196      <DependentUpon>ViewBase.cs</DependentUpon>
197    </Compile>
198    <Compile Include="Interfaces\IViewable.cs" />
199    <Compile Include="Interfaces\IView.cs" />
200    <Compile Include="EditorBase.cs">
201      <SubType>UserControl</SubType>
202    </Compile>
203    <Compile Include="EditorBase.Designer.cs">
204      <DependentUpon>EditorBase.cs</DependentUpon>
205    </Compile>
206    <Compile Include="Interfaces\IEditable.cs" />
207    <Compile Include="Interfaces\IEditor.cs" />
208    <Compile Include="OperatorBase.cs" />
209    <Compile Include="Interfaces\IRandom.cs" />
210    <Compile Include="OperatorGraph.cs" />
211    <Compile Include="StorableBase.cs" />
212    <Compile Include="Scope.cs" />
213    <Compile Include="EngineBase.cs" />
214    <Compile Include="Interfaces\IEngine.cs" />
215    <Compile Include="Interfaces\IOperator.cs" />
216    <Compile Include="Interfaces\IStorable.cs" />
217    <Compile Include="PersistenceManager.cs" />
218    <Compile Include="HeuristicLabCorePlugin.cs" />
219    <Compile Include="Properties\AssemblyInfo.cs" />
220    <Compile Include="Variable.cs" />
221    <Compile Include="VariableInfo.cs" />
222    <Compile Include="VariableKind.cs" />
223    <Compile Include="VariablesScopeView.cs">
224      <SubType>UserControl</SubType>
225    </Compile>
226    <Compile Include="VariablesScopeView.Designer.cs">
227      <DependentUpon>VariablesScopeView.cs</DependentUpon>
228    </Compile>
229  </ItemGroup>
230  <ItemGroup>
231    <None Include="HeuristicLab.snk" />
232    <None Include="Properties\AssemblyInfo.frame" />
233  </ItemGroup>
234  <ItemGroup>
235    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
236      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
237      <Name>HeuristicLab.PluginInfrastructure</Name>
238    </ProjectReference>
239  </ItemGroup>
240  <ItemGroup>
241    <EmbeddedResource Include="ChooseItemDialog.resx">
242      <DependentUpon>ChooseItemDialog.cs</DependentUpon>
243      <SubType>Designer</SubType>
244    </EmbeddedResource>
245    <EmbeddedResource Include="ChooseOperatorDialog.resx">
246      <DependentUpon>ChooseOperatorDialog.cs</DependentUpon>
247      <SubType>Designer</SubType>
248    </EmbeddedResource>
249    <EmbeddedResource Include="ConstrainedItemBaseView.resx">
250      <DependentUpon>ConstrainedItemBaseView.cs</DependentUpon>
251      <SubType>Designer</SubType>
252    </EmbeddedResource>
253    <EmbeddedResource Include="ChooseTypeDialog.resx">
254      <DependentUpon>ChooseTypeDialog.cs</DependentUpon>
255      <SubType>Designer</SubType>
256    </EmbeddedResource>
257    <EmbeddedResource Include="OperatorBaseDescriptionView.resx">
258      <DependentUpon>OperatorBaseDescriptionView.cs</DependentUpon>
259      <SubType>Designer</SubType>
260    </EmbeddedResource>
261    <EmbeddedResource Include="OperatorBaseVariablesView.resx">
262      <DependentUpon>OperatorBaseVariablesView.cs</DependentUpon>
263      <SubType>Designer</SubType>
264    </EmbeddedResource>
265    <EmbeddedResource Include="OperatorBaseVariableInfosView.resx">
266      <DependentUpon>OperatorBaseVariableInfosView.cs</DependentUpon>
267      <SubType>Designer</SubType>
268    </EmbeddedResource>
269    <EmbeddedResource Include="EditorBase.resx">
270      <SubType>Designer</SubType>
271      <DependentUpon>EditorBase.cs</DependentUpon>
272    </EmbeddedResource>
273    <EmbeddedResource Include="ItemBaseView.resx">
274      <DependentUpon>ItemBaseView.cs</DependentUpon>
275      <SubType>Designer</SubType>
276    </EmbeddedResource>
277    <EmbeddedResource Include="OperatorBaseView.resx">
278      <DependentUpon>OperatorBaseView.cs</DependentUpon>
279      <SubType>Designer</SubType>
280    </EmbeddedResource>
281    <EmbeddedResource Include="OperatorGraphView.resx">
282      <DependentUpon>OperatorGraphView.cs</DependentUpon>
283      <SubType>Designer</SubType>
284    </EmbeddedResource>
285    <EmbeddedResource Include="OperatorLibraryEditor.resx">
286      <DependentUpon>OperatorLibraryEditor.cs</DependentUpon>
287      <SubType>Designer</SubType>
288    </EmbeddedResource>
289    <EmbeddedResource Include="Properties\Resources.resx">
290      <SubType>Designer</SubType>
291      <Generator>ResXFileCodeGenerator</Generator>
292      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
293    </EmbeddedResource>
294    <EmbeddedResource Include="ScopeView.resx">
295      <DependentUpon>ScopeView.cs</DependentUpon>
296      <SubType>Designer</SubType>
297    </EmbeddedResource>
298    <EmbeddedResource Include="EngineBaseEditor.resx">
299      <DependentUpon>EngineBaseEditor.cs</DependentUpon>
300      <SubType>Designer</SubType>
301    </EmbeddedResource>
302    <EmbeddedResource Include="VariableInfoView.resx">
303      <DependentUpon>VariableInfoView.cs</DependentUpon>
304      <SubType>Designer</SubType>
305    </EmbeddedResource>
306    <EmbeddedResource Include="VariablesScopeView.resx">
307      <DependentUpon>VariablesScopeView.cs</DependentUpon>
308      <SubType>Designer</SubType>
309    </EmbeddedResource>
310    <EmbeddedResource Include="VariableView.resx">
311      <DependentUpon>VariableView.cs</DependentUpon>
312      <SubType>Designer</SubType>
313    </EmbeddedResource>
314  </ItemGroup>
315  <ItemGroup>
316    <Content Include="Resources\CombinedOperator.bmp" />
317    <Content Include="Resources\HeuristicLab.ico" />
318    <Content Include="Resources\Operator.bmp" />
319    <Content Include="Resources\ProgrammableOperator.bmp" />
320  </ItemGroup>
321  <ItemGroup>
322    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
323      <Visible>False</Visible>
324      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
325      <Install>true</Install>
326    </BootstrapperPackage>
327    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
328      <Visible>False</Visible>
329      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
330      <Install>false</Install>
331    </BootstrapperPackage>
332    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
333      <Visible>False</Visible>
334      <ProductName>.NET Framework 3.5</ProductName>
335      <Install>false</Install>
336    </BootstrapperPackage>
337  </ItemGroup>
338  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
339  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
340       Other similar extension points exist, see Microsoft.Common.targets.
341  <Target Name="BeforeBuild">
342  </Target>
343  <Target Name="AfterBuild">
344  </Target>
345  -->
346  <PropertyGroup>
347    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
348  </PropertyGroup>
349</Project>
Note: See TracBrowser for help on using the repository browser.