Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2925 created a separate algorithm (similar to NLR but for parameter identification of ODE systems) for debugging of the parameter optimization and fixed a problem with the order of items in the checkedItemCollection for TargetVariables

File size: 12.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</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="System" />
107    <Reference Include="System.Core">
108      <RequiredTargetFramework>3.5</RequiredTargetFramework>
109    </Reference>
110    <Reference Include="System.Drawing" />
111  </ItemGroup>
112  <ItemGroup>
113    <Compile Include="CVODES.cs" />
114    <Compile Include="OdeParameterIdentification.cs" />
115    <Compile Include="Plugin.cs" />
116    <Compile Include="Problem.cs" />
117    <Compile Include="Properties\AssemblyInfo.cs" />
118    <Compile Include="Vector.cs" />
119  </ItemGroup>
120  <ItemGroup>
121    <None Include="HeuristicLab.snk" />
122    <None Include="packages.config" />
123    <None Include="Plugin.cs.frame" />
124    <None Include="Properties\AssemblyInfo.cs.frame" />
125  </ItemGroup>
126  <ItemGroup>
127    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
128      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
129      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
130    </ProjectReference>
131    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
132      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
133      <Name>HeuristicLab.Analysis-3.3</Name>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
136      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
137      <Name>HeuristicLab.Collections-3.3</Name>
138      <Private>False</Private>
139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
141      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
142      <Name>HeuristicLab.Common.Resources-3.3</Name>
143      <Private>False</Private>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
146      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
147      <Name>HeuristicLab.Common-3.3</Name>
148      <Private>False</Private>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
151      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
152      <Name>HeuristicLab.Core-3.3</Name>
153      <Private>False</Private>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
156      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
157      <Name>HeuristicLab.Data-3.3</Name>
158      <Private>False</Private>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
161      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
162      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
163      <Private>False</Private>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
166      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
167      <Name>HeuristicLab.Operators-3.3</Name>
168      <Private>False</Private>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
171      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
172      <Name>HeuristicLab.Optimization-3.3</Name>
173      <Private>False</Private>
174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
176      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
177      <Name>HeuristicLab.Parameters-3.3</Name>
178      <Private>False</Private>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
181      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
182      <Name>HeuristicLab.Persistence-3.3</Name>
183      <Private>False</Private>
184    </ProjectReference>
185    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
186      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
187      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
188      <Private>False</Private>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
191      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
192      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
193    </ProjectReference>
194    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
195      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
196      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
197      <Private>False</Private>
198    </ProjectReference>
199    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
200      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
201      <Name>HeuristicLab.Problems.Instances-3.3</Name>
202      <Private>False</Private>
203    </ProjectReference>
204    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
205      <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
206      <Name>HeuristicLab.Random-3.3</Name>
207      <Private>False</Private>
208    </ProjectReference>
209  </ItemGroup>
210  <ItemGroup>
211    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
212      <Visible>False</Visible>
213      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
214      <Install>false</Install>
215    </BootstrapperPackage>
216    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
217      <Visible>False</Visible>
218      <ProductName>.NET Framework 3.5 SP1</ProductName>
219      <Install>true</Install>
220    </BootstrapperPackage>
221    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
222      <Visible>False</Visible>
223      <ProductName>Windows Installer 3.1</ProductName>
224      <Install>true</Install>
225    </BootstrapperPackage>
226  </ItemGroup>
227  <ItemGroup>
228    <Content Include="sundials_cvodes-x64.dll">
229      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
230    </Content>
231    <Content Include="sundials_cvodes-x86.dll">
232      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
233    </Content>
234    <Content Include="sundials_nvecserial-x86.dll">
235      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
236    </Content>
237  </ItemGroup>
238  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
239  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
240       Other similar extension points exist, see Microsoft.Common.targets.
241  <Target Name="BeforeBuild">
242  </Target>
243  <Target Name="AfterBuild">
244  </Target>
245  -->
246  <PropertyGroup>
247    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
248set ProjectDir=$(ProjectDir)
249set SolutionDir=$(SolutionDir)
250set Outdir=$(Outdir)
251
252call PreBuildEvent.cmd
253</PreBuildEvent>
254    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
255export ProjectDir=$(ProjectDir)
256export SolutionDir=$(SolutionDir)
257
258$SolutionDir/PreBuildEvent.sh
259</PreBuildEvent>
260  </PropertyGroup>
261</Project>
Note: See TracBrowser for help on using the repository browser.