Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core/3.2/HeuristicLab.Core-3.2.csproj @ 1532

Last change on this file since 1532 was 1532, checked in by epitzer, 15 years ago

Include version in project all file names from A-Hive (incl) (#576)

File size: 16.0 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.30729</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-3.2</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-3.2.XML</DocumentationFile>
54    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x86\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
65    <OutputPath>bin\x86\Release\</OutputPath>
66    <DefineConstants>TRACE</DefineConstants>
67    <DocumentationFile>bin\Release\HeuristicLab.Core-3.2.XML</DocumentationFile>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
74    <DebugSymbols>true</DebugSymbols>
75    <OutputPath>bin\x64\Debug\</OutputPath>
76    <DefineConstants>DEBUG;TRACE</DefineConstants>
77    <DebugType>full</DebugType>
78    <PlatformTarget>x64</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80  </PropertyGroup>
81  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
82    <OutputPath>bin\x64\Release\</OutputPath>
83    <DefineConstants>TRACE</DefineConstants>
84    <DocumentationFile>bin\Release\HeuristicLab.Core-3.2.XML</DocumentationFile>
85    <Optimize>true</Optimize>
86    <DebugType>pdbonly</DebugType>
87    <PlatformTarget>x64</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
89  </PropertyGroup>
90  <ItemGroup>
91    <Reference Include="System" />
92    <Reference Include="System.Data" />
93    <Reference Include="System.Drawing" />
94    <Reference Include="System.Windows.Forms" />
95    <Reference Include="System.Xml" />
96  </ItemGroup>
97  <ItemGroup>
98    <Compile Include="Auxiliary.cs" />
99    <Compile Include="ChooseItemDialog.cs">
100      <SubType>Form</SubType>
101    </Compile>
102    <Compile Include="ChooseItemDialog.Designer.cs">
103      <DependentUpon>ChooseItemDialog.cs</DependentUpon>
104    </Compile>
105    <Compile Include="ChooseOperatorDialog.cs">
106      <SubType>Form</SubType>
107    </Compile>
108    <Compile Include="ChooseOperatorDialog.Designer.cs">
109      <DependentUpon>ChooseOperatorDialog.cs</DependentUpon>
110    </Compile>
111    <Compile Include="ConstrainedItemBase.cs" />
112    <Compile Include="ConstrainedItemBaseView.cs">
113      <SubType>UserControl</SubType>
114    </Compile>
115    <Compile Include="ConstrainedItemBaseView.Designer.cs">
116      <DependentUpon>ConstrainedItemBaseView.cs</DependentUpon>
117    </Compile>
118    <Compile Include="ConstraintEventArgs.cs" />
119    <Compile Include="AtomicOperation.cs" />
120    <Compile Include="CompositeOperation.cs" />
121    <Compile Include="ChooseTypeDialog.cs">
122      <SubType>Form</SubType>
123    </Compile>
124    <Compile Include="ChooseTypeDialog.Designer.cs">
125      <DependentUpon>ChooseTypeDialog.cs</DependentUpon>
126    </Compile>
127    <Compile Include="AliasEventArgs.cs" />
128    <Compile Include="KeyValueEventArgs.cs" />
129    <Compile Include="OperatorBaseDescriptionView.cs">
130      <SubType>UserControl</SubType>
131    </Compile>
132    <Compile Include="OperatorBaseDescriptionView.Designer.cs">
133      <DependentUpon>OperatorBaseDescriptionView.cs</DependentUpon>
134    </Compile>
135    <Compile Include="Interfaces\IOperation.cs" />
136    <Compile Include="Interfaces\IOperatorLibrary.cs" />
137    <Compile Include="Interfaces\IVisualizationItem.cs" />
138    <Compile Include="NameChangingEventArgs.cs" />
139    <Compile Include="OperationEventArgs.cs" />
140    <Compile Include="OperatorBaseVariablesView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="OperatorBaseVariablesView.Designer.cs">
144      <DependentUpon>OperatorBaseVariablesView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="OperatorBaseVariableInfosView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="OperatorBaseVariableInfosView.Designer.cs">
150      <DependentUpon>OperatorBaseVariableInfosView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="ExceptionEventArgs.cs" />
153    <Compile Include="Interfaces\IConstrainedItem.cs" />
154    <Compile Include="Interfaces\IConstraint.cs" />
155    <Compile Include="Interfaces\IItem.cs" />
156    <Compile Include="ItemBase.cs" />
157    <Compile Include="ItemBaseView.cs">
158      <SubType>UserControl</SubType>
159    </Compile>
160    <Compile Include="ItemBaseView.Designer.cs">
161      <DependentUpon>ItemBaseView.cs</DependentUpon>
162    </Compile>
163    <Compile Include="ItemEventArgs.cs" />
164    <Compile Include="ItemIndexEventArgs.cs" />
165    <Compile Include="OperatorLibrary.cs" />
166    <Compile Include="OperatorLibraryEditor.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="OperatorLibraryEditor.Designer.cs">
170      <DependentUpon>OperatorLibraryEditor.cs</DependentUpon>
171    </Compile>
172    <Compile Include="Properties\Resources.Designer.cs">
173      <AutoGen>True</AutoGen>
174      <DesignTime>True</DesignTime>
175      <DependentUpon>Resources.resx</DependentUpon>
176    </Compile>
177    <Compile Include="ScopeIndexEventArgs.cs" />
178    <Compile Include="EngineBaseEditor.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="EngineBaseEditor.Designer.cs">
182      <DependentUpon>EngineBaseEditor.cs</DependentUpon>
183    </Compile>
184    <Compile Include="VariableInfoEventArgs.cs" />
185    <Compile Include="VariableEventArgs.cs" />
186    <Compile Include="Interfaces\IOperatorGroup.cs" />
187    <Compile Include="Interfaces\IOperatorGraph.cs" />
188    <Compile Include="Interfaces\IScope.cs" />
189    <Compile Include="Interfaces\IVariable.cs" />
190    <Compile Include="Interfaces\IVariableInfo.cs" />
191    <Compile Include="OperatorEventArgs.cs" />
192    <Compile Include="OperatorGroup.cs">
193      <SubType>Code</SubType>
194    </Compile>
195    <Compile Include="OperatorIndexEventArgs.cs" />
196    <Compile Include="ScopeEventArgs.cs" />
197    <Compile Include="OperatorBaseView.cs">
198      <SubType>UserControl</SubType>
199    </Compile>
200    <Compile Include="OperatorBaseView.Designer.cs">
201      <DependentUpon>OperatorBaseView.cs</DependentUpon>
202    </Compile>
203    <Compile Include="OperatorGraphView.cs">
204      <SubType>UserControl</SubType>
205    </Compile>
206    <Compile Include="OperatorGraphView.Designer.cs">
207      <DependentUpon>OperatorGraphView.cs</DependentUpon>
208    </Compile>
209    <Compile Include="ScopeView.cs">
210      <SubType>UserControl</SubType>
211    </Compile>
212    <Compile Include="ScopeView.Designer.cs">
213      <DependentUpon>ScopeView.cs</DependentUpon>
214    </Compile>
215    <Compile Include="VariableInfoView.cs">
216      <SubType>UserControl</SubType>
217    </Compile>
218    <Compile Include="VariableInfoView.Designer.cs">
219      <DependentUpon>VariableInfoView.cs</DependentUpon>
220    </Compile>
221    <Compile Include="VariableView.cs">
222      <SubType>UserControl</SubType>
223    </Compile>
224    <Compile Include="VariableView.Designer.cs">
225      <DependentUpon>VariableView.cs</DependentUpon>
226    </Compile>
227    <Compile Include="ViewBase.cs">
228      <SubType>UserControl</SubType>
229    </Compile>
230    <Compile Include="ViewBase.Designer.cs">
231      <DependentUpon>ViewBase.cs</DependentUpon>
232    </Compile>
233    <Compile Include="Interfaces\IViewable.cs" />
234    <Compile Include="Interfaces\IView.cs" />
235    <Compile Include="EditorBase.cs">
236      <SubType>UserControl</SubType>
237    </Compile>
238    <Compile Include="EditorBase.Designer.cs">
239      <DependentUpon>EditorBase.cs</DependentUpon>
240    </Compile>
241    <Compile Include="Interfaces\IEditable.cs" />
242    <Compile Include="Interfaces\IEditor.cs" />
243    <Compile Include="OperatorBase.cs" />
244    <Compile Include="Interfaces\IRandom.cs" />
245    <Compile Include="OperatorGraph.cs" />
246    <Compile Include="StorableBase.cs" />
247    <Compile Include="Scope.cs" />
248    <Compile Include="EngineBase.cs" />
249    <Compile Include="Interfaces\IEngine.cs" />
250    <Compile Include="Interfaces\IOperator.cs" />
251    <Compile Include="Interfaces\IStorable.cs" />
252    <Compile Include="PersistenceManager.cs" />
253    <Compile Include="HeuristicLabCorePlugin.cs" />
254    <Compile Include="Properties\AssemblyInfo.cs" />
255    <Compile Include="Variable.cs" />
256    <Compile Include="VariableInfo.cs" />
257    <Compile Include="VariableKind.cs" />
258    <Compile Include="VariablesScopeView.cs">
259      <SubType>UserControl</SubType>
260    </Compile>
261    <Compile Include="VariablesScopeView.Designer.cs">
262      <DependentUpon>VariablesScopeView.cs</DependentUpon>
263    </Compile>
264  </ItemGroup>
265  <ItemGroup>
266    <None Include="HeuristicLab.snk" />
267    <None Include="Properties\AssemblyInfo.frame" />
268  </ItemGroup>
269  <ItemGroup>
270    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
271      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
272      <Name>HeuristicLab.PluginInfrastructure</Name>
273    </ProjectReference>
274  </ItemGroup>
275  <ItemGroup>
276    <EmbeddedResource Include="ChooseItemDialog.resx">
277      <DependentUpon>ChooseItemDialog.cs</DependentUpon>
278      <SubType>Designer</SubType>
279    </EmbeddedResource>
280    <EmbeddedResource Include="ChooseOperatorDialog.resx">
281      <DependentUpon>ChooseOperatorDialog.cs</DependentUpon>
282      <SubType>Designer</SubType>
283    </EmbeddedResource>
284    <EmbeddedResource Include="ConstrainedItemBaseView.resx">
285      <DependentUpon>ConstrainedItemBaseView.cs</DependentUpon>
286      <SubType>Designer</SubType>
287    </EmbeddedResource>
288    <EmbeddedResource Include="ChooseTypeDialog.resx">
289      <DependentUpon>ChooseTypeDialog.cs</DependentUpon>
290      <SubType>Designer</SubType>
291    </EmbeddedResource>
292    <EmbeddedResource Include="OperatorBaseDescriptionView.resx">
293      <DependentUpon>OperatorBaseDescriptionView.cs</DependentUpon>
294      <SubType>Designer</SubType>
295    </EmbeddedResource>
296    <EmbeddedResource Include="OperatorBaseVariablesView.resx">
297      <DependentUpon>OperatorBaseVariablesView.cs</DependentUpon>
298      <SubType>Designer</SubType>
299    </EmbeddedResource>
300    <EmbeddedResource Include="OperatorBaseVariableInfosView.resx">
301      <DependentUpon>OperatorBaseVariableInfosView.cs</DependentUpon>
302      <SubType>Designer</SubType>
303    </EmbeddedResource>
304    <EmbeddedResource Include="EditorBase.resx">
305      <SubType>Designer</SubType>
306      <DependentUpon>EditorBase.cs</DependentUpon>
307    </EmbeddedResource>
308    <EmbeddedResource Include="ItemBaseView.resx">
309      <DependentUpon>ItemBaseView.cs</DependentUpon>
310      <SubType>Designer</SubType>
311    </EmbeddedResource>
312    <EmbeddedResource Include="OperatorBaseView.resx">
313      <DependentUpon>OperatorBaseView.cs</DependentUpon>
314      <SubType>Designer</SubType>
315    </EmbeddedResource>
316    <EmbeddedResource Include="OperatorGraphView.resx">
317      <DependentUpon>OperatorGraphView.cs</DependentUpon>
318      <SubType>Designer</SubType>
319    </EmbeddedResource>
320    <EmbeddedResource Include="OperatorLibraryEditor.resx">
321      <DependentUpon>OperatorLibraryEditor.cs</DependentUpon>
322      <SubType>Designer</SubType>
323    </EmbeddedResource>
324    <EmbeddedResource Include="Properties\Resources.resx">
325      <SubType>Designer</SubType>
326      <Generator>ResXFileCodeGenerator</Generator>
327      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
328    </EmbeddedResource>
329    <EmbeddedResource Include="ScopeView.resx">
330      <DependentUpon>ScopeView.cs</DependentUpon>
331      <SubType>Designer</SubType>
332    </EmbeddedResource>
333    <EmbeddedResource Include="EngineBaseEditor.resx">
334      <DependentUpon>EngineBaseEditor.cs</DependentUpon>
335      <SubType>Designer</SubType>
336    </EmbeddedResource>
337    <EmbeddedResource Include="VariableInfoView.resx">
338      <DependentUpon>VariableInfoView.cs</DependentUpon>
339      <SubType>Designer</SubType>
340    </EmbeddedResource>
341    <EmbeddedResource Include="VariablesScopeView.resx">
342      <DependentUpon>VariablesScopeView.cs</DependentUpon>
343      <SubType>Designer</SubType>
344    </EmbeddedResource>
345    <EmbeddedResource Include="VariableView.resx">
346      <DependentUpon>VariableView.cs</DependentUpon>
347      <SubType>Designer</SubType>
348    </EmbeddedResource>
349  </ItemGroup>
350  <ItemGroup>
351    <Content Include="Resources\CombinedOperator.bmp" />
352    <Content Include="Resources\HeuristicLab.ico" />
353    <Content Include="Resources\Operator.bmp" />
354    <Content Include="Resources\ProgrammableOperator.bmp" />
355  </ItemGroup>
356  <ItemGroup>
357    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
358      <Visible>False</Visible>
359      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
360      <Install>true</Install>
361    </BootstrapperPackage>
362    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
363      <Visible>False</Visible>
364      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
365      <Install>false</Install>
366    </BootstrapperPackage>
367    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
368      <Visible>False</Visible>
369      <ProductName>.NET Framework 3.5</ProductName>
370      <Install>false</Install>
371    </BootstrapperPackage>
372  </ItemGroup>
373  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
374  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
375       Other similar extension points exist, see Microsoft.Common.targets.
376  <Target Name="BeforeBuild">
377  </Target>
378  <Target Name="AfterBuild">
379  </Target>
380  -->
381  <PropertyGroup>
382    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
383set ProjectDir=$(ProjectDir)
384set SolutionDir=$(SolutionDir)
385set Outdir=$(Outdir)
386
387call PreBuildEvent.cmd</PreBuildEvent>
388  </PropertyGroup>
389</Project>
Note: See TracBrowser for help on using the repository browser.