Free cookie consent management tool by TermsFeed Policy Generator

source: branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLab.Analysis.FitnessLandscape.Views.csproj @ 7231

Last change on this file since 7231 was 7141, checked in by epitzer, 12 years ago

#1696 correct output paths and add VRP analysis project

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