Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views-3.3.csproj @ 9730

Last change on this file since 9730 was 9730, checked in by ascheibe, 11 years ago

#1886 added a library that calculates convex hulls

File size: 10.3 KB
RevLine 
[9095]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>{4B306883-EB5B-4DE0-A5E1-B6BFD8A2E4D4}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.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>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
[9196]40    <Reference Include="Accord">
41      <HintPath>libs\Accord.dll</HintPath>
42    </Reference>
43    <Reference Include="Accord.Math">
44      <HintPath>libs\Accord.Math.dll</HintPath>
45    </Reference>
46    <Reference Include="Accord.Statistics">
47      <HintPath>libs\Accord.Statistics.dll</HintPath>
48    </Reference>
49    <Reference Include="AForge">
50      <HintPath>libs\AForge.dll</HintPath>
51    </Reference>
52    <Reference Include="AForge.Math">
53      <HintPath>libs\AForge.Math.dll</HintPath>
54    </Reference>
[9095]55    <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <Private>False</Private>
57    </Reference>
58    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <Private>False</Private>
60    </Reference>
61    <Reference Include="HeuristicLab.Collections-3.3">
62      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
63      <Private>False</Private>
64    </Reference>
65    <Reference Include="HeuristicLab.Common-3.3">
66      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="HeuristicLab.Core-3.3">
73      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
74      <Private>False</Private>
75    </Reference>
76    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
77      <Private>False</Private>
78    </Reference>
79    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <Private>False</Private>
84    </Reference>
[9730]85    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
86      <SpecificVersion>False</SpecificVersion>
87      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
88    </Reference>
[9095]89    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
90      <Private>False</Private>
91    </Reference>
92    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Operators-3.3">
96      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="HeuristicLab.Optimization-3.3">
100      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
[9361]111    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
112      <SpecificVersion>False</SpecificVersion>
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
[9095]116    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
117      <Private>False</Private>
118    </Reference>
[9361]119    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <SpecificVersion>False</SpecificVersion>
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
[9095]124    <Reference Include="System" />
125    <Reference Include="System.Core" />
126    <Reference Include="System.Drawing" />
127    <Reference Include="System.Windows.Forms" />
128    <Reference Include="System.Xml.Linq" />
129    <Reference Include="System.Data.DataSetExtensions" />
130    <Reference Include="Microsoft.CSharp" />
131    <Reference Include="System.Data" />
132    <Reference Include="System.Xml" />
133  </ItemGroup>
134  <ItemGroup>
[9730]135    <Compile Include="ConvexHullView.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="ConvexHullView.Designer.cs">
139      <DependentUpon>ConvexHullView.cs</DependentUpon>
140    </Compile>
[9361]141    <Compile Include="CreateExperimentDialog.cs">
142      <SubType>Form</SubType>
143    </Compile>
144    <Compile Include="CreateExperimentDialog.Designer.cs">
145      <DependentUpon>CreateExperimentDialog.cs</DependentUpon>
146    </Compile>
147    <Compile Include="CreateExperimentMenuItem.cs" />
[9316]148    <Compile Include="KruskalWallis.cs" />
[9196]149    <Compile Include="ParameterInfluenceView.cs">
150      <SubType>UserControl</SubType>
151    </Compile>
152    <Compile Include="ParameterInfluenceView.designer.cs">
153      <DependentUpon>ParameterInfluenceView.cs</DependentUpon>
154    </Compile>
[9728]155    <Compile Include="PermutationSolutionDictionaryView.cs">
156      <SubType>UserControl</SubType>
157    </Compile>
158    <Compile Include="PermutationSolutionDictionaryView.Designer.cs">
159      <DependentUpon>PermutationSolutionDictionaryView.cs</DependentUpon>
160    </Compile>
[9095]161    <Compile Include="Plugin.cs" />
162    <Compile Include="Properties\AssemblyInfo.cs" />
[9730]163    <Compile Include="Properties\Resources.Designer.cs">
164      <AutoGen>True</AutoGen>
165      <DesignTime>True</DesignTime>
166      <DependentUpon>Resources.resx</DependentUpon>
167    </Compile>
[9095]168    <Compile Include="SuccessorConfigurator.cs">
169      <SubType>Form</SubType>
170    </Compile>
171    <Compile Include="SuccessorConfigurator.Designer.cs">
172      <DependentUpon>SuccessorConfigurator.cs</DependentUpon>
173    </Compile>
174    <Compile Include="SuccessorConfiguratorMenuItem.cs" />
175  </ItemGroup>
176  <ItemGroup>
177    <None Include="HeuristicLab.snk" />
178    <None Include="Plugin.cs.frame" />
179    <None Include="Properties\AssemblyInfo.cs.frame" />
180  </ItemGroup>
181  <ItemGroup>
182    <ProjectReference Include="..\..\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers\3.3\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj">
183      <Project>{2533d1f9-f7f6-46cb-90d2-76d254e38dee}</Project>
184      <Name>HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3</Name>
185      <Private>False</Private>
186    </ProjectReference>
[9730]187    <ProjectReference Include="..\..\MIConvexHull\MIConvexHull.csproj">
188      <Project>{2337776d-7d0c-40aa-a439-c26c3ce24fab}</Project>
189      <Name>MIConvexHull</Name>
190    </ProjectReference>
[9095]191  </ItemGroup>
[9361]192  <ItemGroup>
193    <EmbeddedResource Include="CreateExperimentDialog.resx">
194      <DependentUpon>CreateExperimentDialog.cs</DependentUpon>
195    </EmbeddedResource>
[9730]196    <EmbeddedResource Include="Properties\Resources.resx">
197      <Generator>ResXFileCodeGenerator</Generator>
198      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
199    </EmbeddedResource>
[9361]200  </ItemGroup>
[9095]201  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
202  <PropertyGroup>
203    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
204set ProjectDir=$(ProjectDir)
205set SolutionDir=$(SolutionDir)
206set Outdir=$(Outdir)
207
208call PreBuildEvent.cmd
209</PreBuildEvent>
210  </PropertyGroup>
211  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
212       Other similar extension points exist, see Microsoft.Common.targets.
213  <Target Name="BeforeBuild">
214  </Target>
215  <Target Name="AfterBuild">
216  </Target>
217  -->
218</Project>
Note: See TracBrowser for help on using the repository browser.