Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLab.Analysis.FitnessLandscape.Views.csproj @ 17106

Last change on this file since 17106 was 17106, checked in by abeham, 5 years ago

#1696: fixed references

File size: 14.9 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{09F27845-A5B0-476E-901E-9D61576C8581}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Analysis.FitnessLandscape.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Analysis.FitnessLandscape.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\..\trunk\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\..\trunk\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>..\..\..\trunk\bin\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x64</PlatformTarget>
42    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Analysis.FitnessLandscape.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
43    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
44    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
48    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
49    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
50    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
51    <Prefer32Bit>false</Prefer32Bit>
52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
54    <OutputPath>..\..\..\trunk\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x64</PlatformTarget>
59    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Analysis.FitnessLandscape.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
60    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
61    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
62    <ErrorReport>prompt</ErrorReport>
63    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
64    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
65    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
66    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
67    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
68    <Prefer32Bit>false</Prefer32Bit>
69  </PropertyGroup>
70  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
71    <DebugSymbols>true</DebugSymbols>
72    <OutputPath>..\..\..\trunk\bin\</OutputPath>
73    <DefineConstants>DEBUG;TRACE</DefineConstants>
74    <DebugType>full</DebugType>
75    <PlatformTarget>x86</PlatformTarget>
76    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Analysis.FitnessLandscape.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
77    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
78    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
81    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
82    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
83    <Prefer32Bit>false</Prefer32Bit>
84  </PropertyGroup>
85  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
86    <OutputPath>..\..\..\trunk\bin\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x86</PlatformTarget>
91    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Analysis.FitnessLandscape.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
92    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
93    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
94    <ErrorReport>prompt</ErrorReport>
95    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
96    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
97    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
98    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
99    <Prefer32Bit>false</Prefer32Bit>
100  </PropertyGroup>
101  <PropertyGroup>
102    <SignAssembly>true</SignAssembly>
103  </PropertyGroup>
104  <PropertyGroup>
105    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
106  </PropertyGroup>
107  <ItemGroup>
108    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
109      <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
110      <Private>false</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Collections-3.3">
113      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
114      <Private>false</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Common-3.3">
117      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
118      <Private>false</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.Common.Resources-3.3">
121      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
122      <Private>false</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.Core-3.3">
125      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
126      <Private>false</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Core.Views-3.3">
129      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
130      <Private>false</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Data-3.3">
133      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
134      <Private>false</Private>
135    </Reference>
136    <Reference Include="HeuristicLab.MainForm-3.3">
137      <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
138      <Private>false</Private>
139    </Reference>
140    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
141      <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
142      <Private>false</Private>
143    </Reference>
144    <Reference Include="HeuristicLab.Operators-3.3">
145      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
146      <Private>false</Private>
147    </Reference>
148    <Reference Include="HeuristicLab.Operators.Views-3.3">
149      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators.Views-3.3.dll</HintPath>
150      <Private>false</Private>
151    </Reference>
152    <Reference Include="HeuristicLab.Optimization-3.3">
153      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
154      <Private>false</Private>
155    </Reference>
156    <Reference Include="HeuristicLab.Optimization.Views-3.3">
157      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
158      <Private>false</Private>
159    </Reference>
160    <Reference Include="HeuristicLab.Parameters-3.3">
161      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
162      <Private>false</Private>
163    </Reference>
164    <Reference Include="HeuristicLab.Parameters.Views-3.3">
165      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
166      <Private>false</Private>
167    </Reference>
168    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
169      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
170      <Private>false</Private>
171    </Reference>
172    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
173      <HintPath>..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
174      <Private>false</Private>
175    </Reference>
176    <Reference Include="System" />
177    <Reference Include="System.Core" />
178    <Reference Include="System.Drawing" />
179    <Reference Include="System.Windows.Forms" />
180    <Reference Include="System.Windows.Forms.DataVisualization" />
181    <Reference Include="System.Xml.Linq" />
182    <Reference Include="System.Data.DataSetExtensions" />
183    <Reference Include="Microsoft.CSharp" />
184    <Reference Include="System.Data" />
185    <Reference Include="System.Xml" />
186  </ItemGroup>
187  <ItemGroup>
188    <Compile Include="BoxChart\BitmapItemView.cs">
189      <SubType>UserControl</SubType>
190    </Compile>
191    <Compile Include="BoxChart\BitmapItemView.Designer.cs">
192      <DependentUpon>BitmapItemView.cs</DependentUpon>
193    </Compile>
194    <Compile Include="BoxChart\ColorValueView.cs">
195      <SubType>UserControl</SubType>
196    </Compile>
197    <Compile Include="BoxChart\ColorValueView.Designer.cs">
198      <DependentUpon>ColorValueView.cs</DependentUpon>
199    </Compile>
200    <Compile Include="EngineAlgorithm\EngineAlgorithmOperatorView.cs">
201      <SubType>UserControl</SubType>
202    </Compile>
203    <Compile Include="EngineAlgorithm\EngineAlgorithmOperatorView.Designer.cs">
204      <DependentUpon>EngineAlgorithmOperatorView.cs</DependentUpon>
205    </Compile>
206    <Compile Include="FDC\HeatMapControl.cs">
207      <SubType>Component</SubType>
208    </Compile>
209    <Compile Include="FDC\HeatMapControl.Designer.cs">
210      <DependentUpon>HeatMapControl.cs</DependentUpon>
211    </Compile>
212    <Compile Include="FDC\HeatMapView.cs">
213      <SubType>UserControl</SubType>
214    </Compile>
215    <Compile Include="FDC\HeatMapView.Designer.cs">
216      <DependentUpon>HeatMapView.cs</DependentUpon>
217    </Compile>
218    <Compile Include="FDC\ScatterPlotView.cs">
219      <SubType>UserControl</SubType>
220    </Compile>
221    <Compile Include="FDC\ScatterPlotView.Designer.cs">
222      <DependentUpon>ScatterPlotView.cs</DependentUpon>
223    </Compile>
224    <Compile Include="HeuristicLabAnalysisFitnessLandscapeViewsPlugin.cs" />
225    <Compile Include="MultiTrajectory\MultiTrajectoryView.cs">
226      <SubType>UserControl</SubType>
227    </Compile>
228    <Compile Include="MultiTrajectory\MultiTrajectoryView.Designer.cs">
229      <DependentUpon>MultiTrajectoryView.cs</DependentUpon>
230    </Compile>
231    <Compile Include="Properties\AssemblyInfo.cs" />
232    <Compile Include="ScopePathLookupParameterView.cs">
233      <SubType>UserControl</SubType>
234    </Compile>
235    <Compile Include="ScopePathLookupParameterView.Designer.cs">
236      <DependentUpon>ScopePathLookupParameterView.cs</DependentUpon>
237    </Compile>
238  </ItemGroup>
239  <ItemGroup>
240    <EmbeddedResource Include="BoxChart\BitmapItemView.resx">
241      <DependentUpon>BitmapItemView.cs</DependentUpon>
242    </EmbeddedResource>
243    <EmbeddedResource Include="BoxChart\ColorValueView.resx">
244      <DependentUpon>ColorValueView.cs</DependentUpon>
245    </EmbeddedResource>
246    <EmbeddedResource Include="FDC\HeatMapControl.resx">
247      <DependentUpon>HeatMapControl.cs</DependentUpon>
248    </EmbeddedResource>
249    <EmbeddedResource Include="FDC\HeatMapView.resx">
250      <DependentUpon>HeatMapView.cs</DependentUpon>
251    </EmbeddedResource>
252    <EmbeddedResource Include="FDC\ScatterPlotView.resx">
253      <DependentUpon>ScatterPlotView.cs</DependentUpon>
254    </EmbeddedResource>
255    <EmbeddedResource Include="MultiTrajectory\MultiTrajectoryView.resx">
256      <DependentUpon>MultiTrajectoryView.cs</DependentUpon>
257    </EmbeddedResource>
258  </ItemGroup>
259  <ItemGroup>
260    <None Include="HeuristicLab.snk" />
261    <None Include="HeuristicLabAnalysisFitnessLandscapeViewsPlugin.cs.frame" />
262    <None Include="Properties\AssemblyInfo.cs.frame" />
263  </ItemGroup>
264  <ItemGroup>
265    <ProjectReference Include="..\HeuristicLab.Analysis.FitnessLandscape\HeuristicLab.Analysis.FitnessLandscape.csproj">
266      <Project>{5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}</Project>
267      <Name>HeuristicLab.Analysis.FitnessLandscape</Name>
268    </ProjectReference>
269  </ItemGroup>
270  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
271  <PropertyGroup>
272    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
273set ProjectDir=$(ProjectDir)
274set SolutionDir=$(SolutionDir)
275set Outdir=$(Outdir)
276
277SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
278SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAnalysisFitnessLandscapeViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAnalysisFitnessLandscapeViewsPlugin.cs"</PreBuildEvent>
279  </PropertyGroup>
280  <PropertyGroup>
281    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
282set ProjectDir=$(ProjectDir)
283set SolutionDir=$(SolutionDir)
284set Outdir=$(Outdir)
285set Platform=$(PlatformName)
286set Configuration=$(ConfigurationName)</PostBuildEvent>
287  </PropertyGroup>
288  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
289       Other similar extension points exist, see Microsoft.Common.targets.
290  <Target Name="BeforeBuild">
291  </Target>
292  <Target Name="AfterBuild">
293  </Target>
294  -->
295</Project>
Note: See TracBrowser for help on using the repository browser.