Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching.Views/3.3/HeuristicLab.Analysis.SolutionCaching.Views-3.3.csproj @ 10025

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

#1886 added support for permutation encoding for solution caching

File size: 9.6 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>{3977F98A-3D59-4D02-A6D3-51021BCEB488}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Analysis.SolutionCaching.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Analysis.SolutionCaching.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>
40    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <SpecificVersion>False</SpecificVersion>
42      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
45    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
46      <Private>False</Private>
47    </Reference>
48    <Reference Include="HeuristicLab.Collections-3.3">
49      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Common-3.3">
53      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
57      <Private>False</Private>
58    </Reference>
59    <Reference Include="HeuristicLab.Core-3.3">
60      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
61      <Private>False</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
64      <Private>False</Private>
65    </Reference>
66    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
73      <SpecificVersion>False</SpecificVersion>
74      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
75    </Reference>
76    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
77      <SpecificVersion>False</SpecificVersion>
78      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
82      <Private>False</Private>
83    </Reference>
84    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="HeuristicLab.Operators-3.3">
88      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Optimization-3.3">
92      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <Private>False</Private>
97    </Reference>
98    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
99      <SpecificVersion>False</SpecificVersion>
100      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <SpecificVersion>False</SpecificVersion>
105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
112      <SpecificVersion>False</SpecificVersion>
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
117      <SpecificVersion>False</SpecificVersion>
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="System" />
122    <Reference Include="System.Core" />
123    <Reference Include="System.Drawing" />
124    <Reference Include="System.Windows.Forms" />
125    <Reference Include="System.Xml.Linq" />
126    <Reference Include="System.Data.DataSetExtensions" />
127    <Reference Include="Microsoft.CSharp" />
128    <Reference Include="System.Data" />
129    <Reference Include="System.Xml" />
130  </ItemGroup>
131  <ItemGroup>
132    <Compile Include="PermutationSolutionCacheView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="RealVectorSolutionCacheView.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="SolutionCacheView.cs">
139      <SubType>UserControl</SubType>
140    </Compile>
141    <Compile Include="SolutionCacheView.Designer.cs">
142      <DependentUpon>SolutionCacheView.cs</DependentUpon>
143    </Compile>
144    <Compile Include="Plugin.cs" />
145    <Compile Include="Properties\AssemblyInfo.cs" />
146  </ItemGroup>
147  <ItemGroup>
148    <None Include="HeuristicLab.snk" />
149    <None Include="Plugin.cs.frame" />
150    <None Include="Properties\AssemblyInfo.cs.frame" />
151  </ItemGroup>
152  <ItemGroup>
153    <ProjectReference Include="..\..\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers\3.3\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj">
154      <Project>{2533d1f9-f7f6-46cb-90d2-76d254e38dee}</Project>
155      <Name>HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3</Name>
156      <Private>False</Private>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Analysis.SolutionCaching\3.3\HeuristicLab.Analysis.SolutionCaching-3.3.csproj">
159      <Project>{a05aa272-14ec-4422-ac70-c9ca42164441}</Project>
160      <Name>HeuristicLab.Analysis.SolutionCaching-3.3</Name>
161    </ProjectReference>
162    <ProjectReference Include="..\..\MIConvexHull\MIConvexHull.csproj">
163      <Project>{2337776d-7d0c-40aa-a439-c26c3ce24fab}</Project>
164      <Name>MIConvexHull</Name>
165    </ProjectReference>
166  </ItemGroup>
167  <ItemGroup>
168    <EmbeddedResource Include="SolutionCacheView.resx">
169      <DependentUpon>SolutionCacheView.cs</DependentUpon>
170    </EmbeddedResource>
171  </ItemGroup>
172  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
173  <PropertyGroup>
174    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
175set ProjectDir=$(ProjectDir)
176set SolutionDir=$(SolutionDir)
177set Outdir=$(Outdir)
178
179call PreBuildEvent.cmd
180</PreBuildEvent>
181  </PropertyGroup>
182  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
183       Other similar extension points exist, see Microsoft.Common.targets.
184  <Target Name="BeforeBuild">
185  </Target>
186  <Target Name="AfterBuild">
187  </Target>
188  -->
189</Project>
Note: See TracBrowser for help on using the repository browser.