Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2925: generate individual solutions for each of the trees to allow individual analysis of functions e.g. using PDP (only works without latent variables so far)

File size: 14.3 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.Windows.Forms" />
117  </ItemGroup>
118  <ItemGroup>
119    <Compile Include="OdeParameterIdentification.cs" />
120    <Compile Include="Plugin.cs" />
121    <Compile Include="Problem.cs" />
122    <Compile Include="Properties\AssemblyInfo.cs" />
123    <Compile Include="Solution.cs" />
124    <Compile Include="SolutionView.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="SolutionView.Designer.cs">
128      <DependentUpon>SolutionView.cs</DependentUpon>
129    </Compile>
130    <Compile Include="Vector.cs" />
131  </ItemGroup>
132  <ItemGroup>
133    <None Include="HeuristicLab.snk" />
134    <None Include="packages.config" />
135    <None Include="Plugin.cs.frame" />
136    <None Include="Properties\AssemblyInfo.cs.frame" />
137  </ItemGroup>
138  <ItemGroup>
139    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
140      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
141      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
144      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
145      <Name>HeuristicLab.Analysis.Views-3.3</Name>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
148      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
149      <Name>HeuristicLab.Analysis-3.3</Name>
150    </ProjectReference>
151    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
152      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
153      <Name>HeuristicLab.Collections-3.3</Name>
154      <Private>False</Private>
155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
157      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
158      <Name>HeuristicLab.Common.Resources-3.3</Name>
159      <Private>False</Private>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
162      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
163      <Name>HeuristicLab.Common-3.3</Name>
164      <Private>False</Private>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
167      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
168      <Name>HeuristicLab.Core.Views-3.3</Name>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
171      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
172      <Name>HeuristicLab.Core-3.3</Name>
173      <Private>False</Private>
174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
176      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
177      <Name>HeuristicLab.Data.Views-3.3</Name>
178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
180      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
181      <Name>HeuristicLab.Data-3.3</Name>
182      <Private>False</Private>
183    </ProjectReference>
184    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
185      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
186      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
187      <Private>False</Private>
188    </ProjectReference>
189    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
190      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
191      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
192    </ProjectReference>
193    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
194      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
195      <Name>HeuristicLab.MainForm-3.3</Name>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
198      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
199      <Name>HeuristicLab.Operators-3.3</Name>
200      <Private>False</Private>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
203      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
204      <Name>HeuristicLab.Optimization-3.3</Name>
205      <Private>False</Private>
206    </ProjectReference>
207    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
208      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
209      <Name>HeuristicLab.Parameters-3.3</Name>
210      <Private>False</Private>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
213      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
214      <Name>HeuristicLab.Persistence-3.3</Name>
215      <Private>False</Private>
216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
218      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
219      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
220      <Private>False</Private>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
223      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
224      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
225    </ProjectReference>
226    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
227      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
228      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
229    </ProjectReference>
230    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
231      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
232      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
233      <Private>False</Private>
234    </ProjectReference>
235    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
236      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
237      <Name>HeuristicLab.Problems.Instances-3.3</Name>
238      <Private>False</Private>
239    </ProjectReference>
240    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
241      <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
242      <Name>HeuristicLab.Random-3.3</Name>
243      <Private>False</Private>
244    </ProjectReference>
245  </ItemGroup>
246  <ItemGroup>
247    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
248      <Visible>False</Visible>
249      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
250      <Install>false</Install>
251    </BootstrapperPackage>
252    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
253      <Visible>False</Visible>
254      <ProductName>.NET Framework 3.5 SP1</ProductName>
255      <Install>true</Install>
256    </BootstrapperPackage>
257    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
258      <Visible>False</Visible>
259      <ProductName>Windows Installer 3.1</ProductName>
260      <Install>true</Install>
261    </BootstrapperPackage>
262  </ItemGroup>
263  <ItemGroup>
264    <Content Include="sundials_cvodes-x64.dll">
265      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
266    </Content>
267    <Content Include="sundials_cvodes-x86.dll">
268      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
269    </Content>
270    <Content Include="sundials_nvecserial-x86.dll">
271      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
272    </Content>
273  </ItemGroup>
274  <ItemGroup>
275    <EmbeddedResource Include="SolutionView.resx">
276      <DependentUpon>SolutionView.cs</DependentUpon>
277    </EmbeddedResource>
278  </ItemGroup>
279  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
280  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
281       Other similar extension points exist, see Microsoft.Common.targets.
282  <Target Name="BeforeBuild">
283  </Target>
284  <Target Name="AfterBuild">
285  </Target>
286  -->
287  <PropertyGroup>
288    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
289set ProjectDir=$(ProjectDir)
290set SolutionDir=$(SolutionDir)
291set Outdir=$(Outdir)
292
293call PreBuildEvent.cmd
294</PreBuildEvent>
295    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
296export ProjectDir=$(ProjectDir)
297export SolutionDir=$(SolutionDir)
298
299$SolutionDir/PreBuildEvent.sh
300</PreBuildEvent>
301  </PropertyGroup>
302</Project>
Note: See TracBrowser for help on using the repository browser.