[7808] | 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>{2DCCE95D-3266-4256-966A-64054BEA34F1}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard-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>
|
---|
[7912] | 40 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[7808] | 41 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Views-3.4">
|
---|
| 42 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.dll</HintPath>
|
---|
| 43 | </Reference>
|
---|
[7939] | 44 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[7944] | 45 | <Reference Include="HeuristicLab.Clients.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 46 | <Reference Include="HeuristicLab.Clients.Hive.JobManager-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[7808] | 47 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 48 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 49 | </Reference>
|
---|
| 50 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 51 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 52 | </Reference>
|
---|
| 53 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
| 54 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 55 | </Reference>
|
---|
| 56 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 57 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 58 | </Reference>
|
---|
| 59 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
| 60 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
| 61 | </Reference>
|
---|
| 62 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 63 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 64 | </Reference>
|
---|
| 65 | <Reference Include="HeuristicLab.Data.Views-3.3">
|
---|
| 66 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
| 67 | </Reference>
|
---|
[7939] | 68 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[7944] | 69 | <Reference Include="HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 70 | <Reference Include="HeuristicLab.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[7808] | 71 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
| 72 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 73 | </Reference>
|
---|
| 74 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
| 75 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 76 | </Reference>
|
---|
[7939] | 77 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[7808] | 78 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 79 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 80 | </Reference>
|
---|
| 81 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
| 82 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
| 83 | </Reference>
|
---|
| 84 | <Reference Include="HeuristicLab.Optimizer-3.3">
|
---|
| 85 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
| 86 | </Reference>
|
---|
| 87 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
| 88 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 89 | </Reference>
|
---|
| 90 | <Reference Include="HeuristicLab.Parameters.Views-3.3">
|
---|
| 91 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
|
---|
| 92 | </Reference>
|
---|
| 93 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 94 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 95 | </Reference>
|
---|
| 96 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
| 97 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
| 98 | </Reference>
|
---|
[7939] | 99 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 100 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[7808] | 101 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4">
|
---|
| 102 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
|
---|
| 103 | </Reference>
|
---|
[7939] | 104 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 105 | <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 106 | <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[7808] | 107 | <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
|
---|
| 108 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
|
---|
| 109 | </Reference>
|
---|
| 110 | <Reference Include="System" />
|
---|
| 111 | <Reference Include="System.Core" />
|
---|
| 112 | <Reference Include="System.Drawing" />
|
---|
[7944] | 113 | <Reference Include="System.Runtime.Serialization" />
|
---|
[7808] | 114 | <Reference Include="System.Windows.Forms" />
|
---|
| 115 | <Reference Include="System.Xml.Linq" />
|
---|
| 116 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 117 | <Reference Include="Microsoft.CSharp" />
|
---|
| 118 | <Reference Include="System.Data" />
|
---|
| 119 | <Reference Include="System.Xml" />
|
---|
| 120 | </ItemGroup>
|
---|
| 121 | <ItemGroup>
|
---|
| 122 | <Compile Include="DataAnalysisExperimentWizard.cs" />
|
---|
[7824] | 123 | <Compile Include="DataAnalysisWizardContext.cs" />
|
---|
[7912] | 124 | <Compile Include="ExperimentViewPage.cs">
|
---|
| 125 | <SubType>UserControl</SubType>
|
---|
| 126 | </Compile>
|
---|
| 127 | <Compile Include="ExperimentViewPage.Designer.cs">
|
---|
| 128 | <DependentUpon>ExperimentViewPage.cs</DependentUpon>
|
---|
| 129 | </Compile>
|
---|
[7808] | 130 | <Compile Include="ExperimentWizardMenuItem.cs" />
|
---|
[7824] | 131 | <Compile Include="MediumAnalysisPage.cs">
|
---|
| 132 | <SubType>UserControl</SubType>
|
---|
| 133 | </Compile>
|
---|
| 134 | <Compile Include="MediumAnalysisPage.Designer.cs">
|
---|
| 135 | <DependentUpon>MediumAnalysisPage.cs</DependentUpon>
|
---|
| 136 | </Compile>
|
---|
[7816] | 137 | <Compile Include="Plugin.cs" />
|
---|
[7808] | 138 | <Compile Include="ProblemDataPage.cs">
|
---|
| 139 | <SubType>UserControl</SubType>
|
---|
| 140 | </Compile>
|
---|
| 141 | <Compile Include="ProblemDataPage.Designer.cs">
|
---|
| 142 | <DependentUpon>ProblemDataPage.cs</DependentUpon>
|
---|
| 143 | </Compile>
|
---|
[7953] | 144 | <Compile Include="TargetVariablePage.cs">
|
---|
[7824] | 145 | <SubType>UserControl</SubType>
|
---|
| 146 | </Compile>
|
---|
[7953] | 147 | <Compile Include="TargetVariablePage.Designer.cs">
|
---|
| 148 | <DependentUpon>TargetVariablePage.cs</DependentUpon>
|
---|
[7824] | 149 | </Compile>
|
---|
[7808] | 150 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[7944] | 151 | <Compile Include="ResultPage.cs">
|
---|
| 152 | <SubType>UserControl</SubType>
|
---|
| 153 | </Compile>
|
---|
| 154 | <Compile Include="ResultPage.Designer.cs">
|
---|
| 155 | <DependentUpon>ResultPage.cs</DependentUpon>
|
---|
| 156 | </Compile>
|
---|
[7824] | 157 | <Compile Include="SelectAnalysisPage.cs">
|
---|
| 158 | <SubType>UserControl</SubType>
|
---|
| 159 | </Compile>
|
---|
| 160 | <Compile Include="SelectAnalysisPage.Designer.cs">
|
---|
| 161 | <DependentUpon>SelectAnalysisPage.cs</DependentUpon>
|
---|
| 162 | </Compile>
|
---|
[7808] | 163 | </ItemGroup>
|
---|
| 164 | <ItemGroup>
|
---|
| 165 | <None Include="HeuristicLab.snk" />
|
---|
| 166 | <None Include="Plugin.cs.frame" />
|
---|
[7824] | 167 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[7808] | 168 | </ItemGroup>
|
---|
| 169 | <ItemGroup>
|
---|
[7912] | 170 | <EmbeddedResource Include="ExperimentViewPage.resx">
|
---|
| 171 | <DependentUpon>ExperimentViewPage.cs</DependentUpon>
|
---|
| 172 | </EmbeddedResource>
|
---|
[7824] | 173 | <EmbeddedResource Include="MediumAnalysisPage.resx">
|
---|
| 174 | <DependentUpon>MediumAnalysisPage.cs</DependentUpon>
|
---|
| 175 | </EmbeddedResource>
|
---|
[7816] | 176 | <EmbeddedResource Include="ProblemDataPage.resx">
|
---|
| 177 | <DependentUpon>ProblemDataPage.cs</DependentUpon>
|
---|
| 178 | </EmbeddedResource>
|
---|
[7953] | 179 | <EmbeddedResource Include="TargetVariablePage.resx">
|
---|
| 180 | <DependentUpon>TargetVariablePage.cs</DependentUpon>
|
---|
[7824] | 181 | </EmbeddedResource>
|
---|
[7944] | 182 | <EmbeddedResource Include="ResultPage.resx">
|
---|
| 183 | <DependentUpon>ResultPage.cs</DependentUpon>
|
---|
| 184 | </EmbeddedResource>
|
---|
[7824] | 185 | <EmbeddedResource Include="SelectAnalysisPage.resx">
|
---|
| 186 | <DependentUpon>SelectAnalysisPage.cs</DependentUpon>
|
---|
| 187 | </EmbeddedResource>
|
---|
[7816] | 188 | </ItemGroup>
|
---|
| 189 | <ItemGroup>
|
---|
[7912] | 190 | <ProjectReference Include="..\..\HeuristicLab.Encodings.ParameterConfigurationTreeEncoding\3.3\HeuristicLab.Encodings.ParameterConfigurationTreeEncoding.csproj">
|
---|
| 191 | <Project>{8BF5F8CB-C876-4EA6-B6D7-F0D8B14DDF6E}</Project>
|
---|
| 192 | <Name>HeuristicLab.Encodings.ParameterConfigurationTreeEncoding</Name>
|
---|
| 193 | </ProjectReference>
|
---|
[7808] | 194 | <ProjectReference Include="..\..\HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard\3.3\HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.csproj">
|
---|
| 195 | <Project>{77169FE1-C48A-49AE-A0DD-67921D7835AB}</Project>
|
---|
| 196 | <Name>HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard</Name>
|
---|
| 197 | </ProjectReference>
|
---|
| 198 | </ItemGroup>
|
---|
| 199 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 200 | <PropertyGroup>
|
---|
| 201 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 202 | set ProjectDir=$(ProjectDir)
|
---|
| 203 | set SolutionDir=$(SolutionDir)
|
---|
| 204 | set Outdir=$(Outdir)
|
---|
| 205 |
|
---|
| 206 | call PreBuildEvent.cmd
|
---|
| 207 | </PreBuildEvent>
|
---|
| 208 | </PropertyGroup>
|
---|
| 209 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 210 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 211 | <Target Name="BeforeBuild">
|
---|
| 212 | </Target>
|
---|
| 213 | <Target Name="AfterBuild">
|
---|
| 214 | </Target>
|
---|
| 215 | -->
|
---|
| 216 | </Project> |
---|