[10024] | 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>
|
---|
[10129] | 48 | <Reference Include="HeuristicLab.Clients.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 49 | <SpecificVersion>False</SpecificVersion>
|
---|
| 50 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
|
---|
| 51 | </Reference>
|
---|
| 52 | <Reference Include="HeuristicLab.Clients.Hive.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 53 | <SpecificVersion>False</SpecificVersion>
|
---|
| 54 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Hive.Views-3.3.dll</HintPath>
|
---|
| 55 | <Private>False</Private>
|
---|
| 56 | </Reference>
|
---|
[10024] | 57 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 58 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 59 | <Private>False</Private>
|
---|
| 60 | </Reference>
|
---|
| 61 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 62 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 63 | <Private>False</Private>
|
---|
| 64 | </Reference>
|
---|
| 65 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 66 | <Private>False</Private>
|
---|
| 67 | </Reference>
|
---|
| 68 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 69 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 70 | <Private>False</Private>
|
---|
| 71 | </Reference>
|
---|
| 72 | <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 73 | <Private>False</Private>
|
---|
| 74 | </Reference>
|
---|
| 75 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 76 | <Private>False</Private>
|
---|
| 77 | </Reference>
|
---|
| 78 | <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 79 | <Private>False</Private>
|
---|
| 80 | </Reference>
|
---|
| 81 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 82 | <SpecificVersion>False</SpecificVersion>
|
---|
| 83 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 84 | </Reference>
|
---|
| 85 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 86 | <SpecificVersion>False</SpecificVersion>
|
---|
| 87 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
| 88 | <Private>False</Private>
|
---|
| 89 | </Reference>
|
---|
[10113] | 90 | <Reference Include="HeuristicLab.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 91 | <SpecificVersion>False</SpecificVersion>
|
---|
| 92 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Hive-3.3.dll</HintPath>
|
---|
| 93 | <Private>False</Private>
|
---|
| 94 | </Reference>
|
---|
[10024] | 95 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 96 | <Private>False</Private>
|
---|
| 97 | </Reference>
|
---|
| 98 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 99 | <Private>False</Private>
|
---|
| 100 | </Reference>
|
---|
| 101 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 102 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 103 | <Private>False</Private>
|
---|
| 104 | </Reference>
|
---|
| 105 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 106 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 107 | <Private>False</Private>
|
---|
| 108 | </Reference>
|
---|
| 109 | <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 110 | <Private>False</Private>
|
---|
| 111 | </Reference>
|
---|
| 112 | <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 113 | <SpecificVersion>False</SpecificVersion>
|
---|
| 114 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
| 115 | <Private>False</Private>
|
---|
| 116 | </Reference>
|
---|
| 117 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 118 | <SpecificVersion>False</SpecificVersion>
|
---|
| 119 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 120 | <Private>False</Private>
|
---|
| 121 | </Reference>
|
---|
| 122 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 123 | <Private>False</Private>
|
---|
| 124 | </Reference>
|
---|
| 125 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 126 | <SpecificVersion>False</SpecificVersion>
|
---|
| 127 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
|
---|
| 128 | <Private>False</Private>
|
---|
| 129 | </Reference>
|
---|
| 130 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 131 | <SpecificVersion>False</SpecificVersion>
|
---|
| 132 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 133 | <Private>False</Private>
|
---|
| 134 | </Reference>
|
---|
| 135 | <Reference Include="System" />
|
---|
| 136 | <Reference Include="System.Core" />
|
---|
| 137 | <Reference Include="System.Drawing" />
|
---|
| 138 | <Reference Include="System.Windows.Forms" />
|
---|
| 139 | <Reference Include="System.Xml.Linq" />
|
---|
| 140 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 141 | <Reference Include="Microsoft.CSharp" />
|
---|
| 142 | <Reference Include="System.Data" />
|
---|
| 143 | <Reference Include="System.Xml" />
|
---|
| 144 | </ItemGroup>
|
---|
| 145 | <ItemGroup>
|
---|
[10141] | 146 | <Compile Include="ModifyRunCollectionMenuItem.cs" />
|
---|
[10121] | 147 | <Compile Include="RunCollectionModifierExecutableView.cs">
|
---|
| 148 | <SubType>UserControl</SubType>
|
---|
| 149 | </Compile>
|
---|
| 150 | <Compile Include="RunCollectionModifierExecutableView.Designer.cs">
|
---|
| 151 | <DependentUpon>RunCollectionModifierExecutableView.cs</DependentUpon>
|
---|
| 152 | </Compile>
|
---|
[10025] | 153 | <Compile Include="PermutationSolutionCacheView.cs">
|
---|
| 154 | <SubType>UserControl</SubType>
|
---|
| 155 | </Compile>
|
---|
[10024] | 156 | <Compile Include="RealVectorSolutionCacheView.cs">
|
---|
| 157 | <SubType>UserControl</SubType>
|
---|
| 158 | </Compile>
|
---|
[10129] | 159 | <Compile Include="RunCollectionModifierHiveTaskView.cs">
|
---|
| 160 | <SubType>UserControl</SubType>
|
---|
| 161 | </Compile>
|
---|
[10024] | 162 | <Compile Include="SolutionCacheView.cs">
|
---|
| 163 | <SubType>UserControl</SubType>
|
---|
| 164 | </Compile>
|
---|
| 165 | <Compile Include="SolutionCacheView.Designer.cs">
|
---|
| 166 | <DependentUpon>SolutionCacheView.cs</DependentUpon>
|
---|
| 167 | </Compile>
|
---|
| 168 | <Compile Include="Plugin.cs" />
|
---|
| 169 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 170 | </ItemGroup>
|
---|
| 171 | <ItemGroup>
|
---|
| 172 | <None Include="HeuristicLab.snk" />
|
---|
| 173 | <None Include="Plugin.cs.frame" />
|
---|
| 174 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 175 | </ItemGroup>
|
---|
| 176 | <ItemGroup>
|
---|
| 177 | <ProjectReference Include="..\..\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers\3.3\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj">
|
---|
| 178 | <Project>{2533d1f9-f7f6-46cb-90d2-76d254e38dee}</Project>
|
---|
| 179 | <Name>HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3</Name>
|
---|
| 180 | <Private>False</Private>
|
---|
| 181 | </ProjectReference>
|
---|
| 182 | <ProjectReference Include="..\..\HeuristicLab.Analysis.SolutionCaching\3.3\HeuristicLab.Analysis.SolutionCaching-3.3.csproj">
|
---|
| 183 | <Project>{a05aa272-14ec-4422-ac70-c9ca42164441}</Project>
|
---|
| 184 | <Name>HeuristicLab.Analysis.SolutionCaching-3.3</Name>
|
---|
| 185 | </ProjectReference>
|
---|
| 186 | <ProjectReference Include="..\..\MIConvexHull\MIConvexHull.csproj">
|
---|
| 187 | <Project>{2337776d-7d0c-40aa-a439-c26c3ce24fab}</Project>
|
---|
| 188 | <Name>MIConvexHull</Name>
|
---|
| 189 | </ProjectReference>
|
---|
| 190 | </ItemGroup>
|
---|
| 191 | <ItemGroup>
|
---|
| 192 | <EmbeddedResource Include="SolutionCacheView.resx">
|
---|
| 193 | <DependentUpon>SolutionCacheView.cs</DependentUpon>
|
---|
| 194 | </EmbeddedResource>
|
---|
| 195 | </ItemGroup>
|
---|
| 196 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 197 | <PropertyGroup>
|
---|
| 198 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 199 | set ProjectDir=$(ProjectDir)
|
---|
| 200 | set SolutionDir=$(SolutionDir)
|
---|
| 201 | set Outdir=$(Outdir)
|
---|
| 202 |
|
---|
| 203 | call PreBuildEvent.cmd
|
---|
| 204 | </PreBuildEvent>
|
---|
| 205 | </PropertyGroup>
|
---|
| 206 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 207 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 208 | <Target Name="BeforeBuild">
|
---|
| 209 | </Target>
|
---|
| 210 | <Target Name="AfterBuild">
|
---|
| 211 | </Target>
|
---|
| 212 | -->
|
---|
| 213 | </Project> |
---|