Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2925: solution class and solution view

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