Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 16999 was 16999, checked in by gkronber, 5 years ago

#2925: Added optimization of weights for variables and added an integration method which uses CVODES to integrate over the whole episode (without input variables)

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