Free cookie consent management tool by TermsFeed Policy Generator

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

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

Refactoring of the saving mechanism for editors (#685)

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