Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Problems.DynamicalSystemsModelling/3.3/HeuristicLab.Problems.DynamicalSystemsModelling-3.3.csproj @ 16967

Last change on this file since 16967 was 16954, checked in by gkronber, 6 years ago

#2925: Add problem instance provider and instances. Use penalized regression splines for calculation of numeric differences (for pre-tuning).

File size: 16.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" 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>{EDCC8202-4463-4122-B01F-21B664343DFB}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DynamicalSystemsModelling</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DynamicalSystemsModelling-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>$(SolutionDir)\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>$(SolutionDir)\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
72    <OutputPath>$(SolutionDir)\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79    <Prefer32Bit>false</Prefer32Bit>
80  </PropertyGroup>
81  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
82    <DebugSymbols>true</DebugSymbols>
83    <OutputPath>$(SolutionDir)\bin\</OutputPath>
84    <DefineConstants>DEBUG;TRACE</DefineConstants>
85    <DebugType>full</DebugType>
86    <PlatformTarget>x86</PlatformTarget>
87    <ErrorReport>prompt</ErrorReport>
88    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
89    <Prefer32Bit>false</Prefer32Bit>
90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
92    <OutputPath>$(SolutionDir)\bin\</OutputPath>
93    <DefineConstants>TRACE</DefineConstants>
94    <Optimize>true</Optimize>
95    <DebugType>pdbonly</DebugType>
96    <PlatformTarget>x86</PlatformTarget>
97    <ErrorReport>prompt</ErrorReport>
98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
99    <Prefer32Bit>false</Prefer32Bit>
100  </PropertyGroup>
101  <ItemGroup>
102    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
103      <SpecificVersion>False</SpecificVersion>
104      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
105    </Reference>
106    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
109    </Reference>
110    <Reference Include="Microsoft.CSharp" />
111    <Reference Include="System" />
112    <Reference Include="System.Core">
113      <RequiredTargetFramework>3.5</RequiredTargetFramework>
114    </Reference>
115    <Reference Include="System.Drawing" />
116    <Reference Include="System.IO.Compression" />
117    <Reference Include="System.Windows.Forms" />
118  </ItemGroup>
119  <ItemGroup>
120    <Compile Include="Instances\DataDescriptor.cs" />
121    <Compile Include="OdeParameterIdentification.cs" />
122    <Compile Include="Plugin.cs" />
123    <Compile Include="Problem.cs" />
124    <Compile Include="Properties\AssemblyInfo.cs" />
125    <Compile Include="ProblemInstanceProvider.cs" />
126    <Compile Include="Solution.cs" />
127    <Compile Include="SolutionView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="SolutionView.Designer.cs">
131      <DependentUpon>SolutionView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="Vector.cs" />
134  </ItemGroup>
135  <ItemGroup>
136    <None Include="HeuristicLab.snk" />
137    <None Include="Instances\bacterial_1.csv" />
138    <EmbeddedResource Include="Instances\bacterial_1.csv.zip" />
139    <None Include="Instances\bar_magnets_1.csv" />
140    <EmbeddedResource Include="Instances\bar_magnets_1.csv.zip" />
141    <None Include="Instances\ChemicalReaction.csv" />
142    <EmbeddedResource Include="Instances\ChemicalReaction.csv.zip" />
143    <None Include="Instances\E-CELL.csv" />
144    <EmbeddedResource Include="Instances\E-CELL.csv.zip" />
145    <None Include="Instances\Glider_1.csv" />
146    <EmbeddedResource Include="Instances\Glider_1.csv.zip" />
147    <None Include="Instances\LotkaVolterra.csv" />
148    <EmbeddedResource Include="Instances\LotkaVolterra.csv.zip" />
149    <None Include="Instances\predator_prey_1.csv" />
150    <EmbeddedResource Include="Instances\predator_prey_1.csv.zip" />
151    <None Include="Instances\S-System.csv" />
152    <EmbeddedResource Include="Instances\S-System.csv.zip" />
153    <None Include="Instances\shear_flow_1.csv" />
154    <EmbeddedResource Include="Instances\shear_flow_1.csv.zip" />
155    <None Include="Instances\ThreeLotkaVolterra.csv" />
156    <EmbeddedResource Include="Instances\ThreeLotkaVolterra.csv.zip" />
157    <None Include="Instances\van_der_pol_1.csv" />
158    <EmbeddedResource Include="Instances\van_der_pol_1.csv.zip" />
159    <None Include="packages.config" />
160    <None Include="Plugin.cs.frame" />
161    <None Include="Properties\AssemblyInfo.cs.frame" />
162  </ItemGroup>
163  <ItemGroup>
164    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
165      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
166      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
169      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
170      <Name>HeuristicLab.Analysis.Views-3.3</Name>
171    </ProjectReference>
172    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
173      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
174      <Name>HeuristicLab.Analysis-3.3</Name>
175    </ProjectReference>
176    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
177      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
178      <Name>HeuristicLab.Collections-3.3</Name>
179      <Private>False</Private>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
182      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
183      <Name>HeuristicLab.Common.Resources-3.3</Name>
184      <Private>False</Private>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
187      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
188      <Name>HeuristicLab.Common-3.3</Name>
189      <Private>False</Private>
190    </ProjectReference>
191    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
192      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
193      <Name>HeuristicLab.Core.Views-3.3</Name>
194    </ProjectReference>
195    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
196      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
197      <Name>HeuristicLab.Core-3.3</Name>
198      <Private>False</Private>
199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
201      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
202      <Name>HeuristicLab.Data.Views-3.3</Name>
203    </ProjectReference>
204    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
205      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
206      <Name>HeuristicLab.Data-3.3</Name>
207      <Private>False</Private>
208    </ProjectReference>
209    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
210      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
211      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
212      <Private>False</Private>
213    </ProjectReference>
214    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
215      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
216      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
219      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
220      <Name>HeuristicLab.MainForm-3.3</Name>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
223      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
224      <Name>HeuristicLab.Operators-3.3</Name>
225      <Private>False</Private>
226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
228      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
229      <Name>HeuristicLab.Optimization-3.3</Name>
230      <Private>False</Private>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
233      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
234      <Name>HeuristicLab.Parameters-3.3</Name>
235      <Private>False</Private>
236    </ProjectReference>
237    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
238      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
239      <Name>HeuristicLab.Persistence-3.3</Name>
240      <Private>False</Private>
241    </ProjectReference>
242    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
243      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
244      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
245      <Private>False</Private>
246    </ProjectReference>
247    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
248      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
249      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
250    </ProjectReference>
251    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
252      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
253      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
254    </ProjectReference>
255    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
256      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
257      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
258      <Private>False</Private>
259    </ProjectReference>
260    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
261      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
262      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
263    </ProjectReference>
264    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
265      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
266      <Name>HeuristicLab.Problems.Instances-3.3</Name>
267      <Private>False</Private>
268    </ProjectReference>
269    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
270      <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
271      <Name>HeuristicLab.Random-3.3</Name>
272      <Private>False</Private>
273    </ProjectReference>
274  </ItemGroup>
275  <ItemGroup>
276    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
277      <Visible>False</Visible>
278      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
279      <Install>false</Install>
280    </BootstrapperPackage>
281    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
282      <Visible>False</Visible>
283      <ProductName>.NET Framework 3.5 SP1</ProductName>
284      <Install>true</Install>
285    </BootstrapperPackage>
286    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
287      <Visible>False</Visible>
288      <ProductName>Windows Installer 3.1</ProductName>
289      <Install>true</Install>
290    </BootstrapperPackage>
291  </ItemGroup>
292  <ItemGroup>
293    <Content Include="sundials_cvodes-x64.dll">
294      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
295    </Content>
296    <Content Include="sundials_cvodes-x86.dll">
297      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
298    </Content>
299    <Content Include="sundials_nvecserial-x86.dll">
300      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
301    </Content>
302  </ItemGroup>
303  <ItemGroup>
304    <EmbeddedResource Include="SolutionView.resx">
305      <DependentUpon>SolutionView.cs</DependentUpon>
306    </EmbeddedResource>
307  </ItemGroup>
308  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
309  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
310       Other similar extension points exist, see Microsoft.Common.targets.
311  <Target Name="BeforeBuild">
312  </Target>
313  <Target Name="AfterBuild">
314  </Target>
315  -->
316  <PropertyGroup>
317    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
318set ProjectDir=$(ProjectDir)
319set SolutionDir=$(SolutionDir)
320set Outdir=$(Outdir)
321
322call PreBuildEvent.cmd
323</PreBuildEvent>
324    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
325export ProjectDir=$(ProjectDir)
326export SolutionDir=$(SolutionDir)
327
328$SolutionDir/PreBuildEvent.sh
329</PreBuildEvent>
330  </PropertyGroup>
331</Project>
Note: See TracBrowser for help on using the repository browser.