Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard/3.3/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard.csproj @ 7939

Last change on this file since 7939 was 7939, checked in by spimming, 12 years ago

#1807:

  • wizard page to view generated experiments
  • generate experiments according to example
  • plugin frame adapted
  • new version of problem view dialog included
File size: 10.4 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>{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>
40    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
41    <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Views-3.4">
42      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
45    <Reference Include="HeuristicLab.Collections-3.3">
46      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Common-3.3">
49      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Common.Resources-3.3">
52      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Core-3.3">
55      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.Core.Views-3.3">
58      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Data-3.3">
61      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Data.Views-3.3">
64      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
67    <Reference Include="HeuristicLab.MainForm-3.3">
68      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
71      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
74    <Reference Include="HeuristicLab.Optimization-3.3">
75      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.Optimization.Views-3.3">
78      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
79    </Reference>
80    <Reference Include="HeuristicLab.Optimizer-3.3">
81      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.Parameters-3.3">
84      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Parameters.Views-3.3">
87      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
90      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
93      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
94    </Reference>
95    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
96    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
97    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4">
98      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
101    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
102    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
103    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
104      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="System" />
107    <Reference Include="System.Core" />
108    <Reference Include="System.Drawing" />
109    <Reference Include="System.Windows.Forms" />
110    <Reference Include="System.Xml.Linq" />
111    <Reference Include="System.Data.DataSetExtensions" />
112    <Reference Include="Microsoft.CSharp" />
113    <Reference Include="System.Data" />
114    <Reference Include="System.Xml" />
115  </ItemGroup>
116  <ItemGroup>
117    <Compile Include="DataAnalysisExperimentWizard.cs" />
118    <Compile Include="DataAnalysisWizardContext.cs" />
119    <Compile Include="ExperimentViewPage.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="ExperimentViewPage.Designer.cs">
123      <DependentUpon>ExperimentViewPage.cs</DependentUpon>
124    </Compile>
125    <Compile Include="ExperimentWizardMenuItem.cs" />
126    <Compile Include="MediumAnalysisPage.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="MediumAnalysisPage.Designer.cs">
130      <DependentUpon>MediumAnalysisPage.cs</DependentUpon>
131    </Compile>
132    <Compile Include="Plugin.cs" />
133    <Compile Include="ProblemDataPage.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="ProblemDataPage.Designer.cs">
137      <DependentUpon>ProblemDataPage.cs</DependentUpon>
138    </Compile>
139    <Compile Include="ProblemDataViewPage.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="ProblemDataViewPage.Designer.cs">
143      <DependentUpon>ProblemDataViewPage.cs</DependentUpon>
144    </Compile>
145    <Compile Include="Properties\AssemblyInfo.cs" />
146    <Compile Include="SelectAnalysisPage.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="SelectAnalysisPage.Designer.cs">
150      <DependentUpon>SelectAnalysisPage.cs</DependentUpon>
151    </Compile>
152  </ItemGroup>
153  <ItemGroup>
154    <None Include="HeuristicLab.snk" />
155    <None Include="Plugin.cs.frame" />
156    <None Include="Properties\AssemblyInfo.cs.frame" />
157  </ItemGroup>
158  <ItemGroup>
159    <EmbeddedResource Include="ExperimentViewPage.resx">
160      <DependentUpon>ExperimentViewPage.cs</DependentUpon>
161    </EmbeddedResource>
162    <EmbeddedResource Include="MediumAnalysisPage.resx">
163      <DependentUpon>MediumAnalysisPage.cs</DependentUpon>
164    </EmbeddedResource>
165    <EmbeddedResource Include="ProblemDataPage.resx">
166      <DependentUpon>ProblemDataPage.cs</DependentUpon>
167    </EmbeddedResource>
168    <EmbeddedResource Include="ProblemDataViewPage.resx">
169      <DependentUpon>ProblemDataViewPage.cs</DependentUpon>
170    </EmbeddedResource>
171    <EmbeddedResource Include="SelectAnalysisPage.resx">
172      <DependentUpon>SelectAnalysisPage.cs</DependentUpon>
173    </EmbeddedResource>
174  </ItemGroup>
175  <ItemGroup>
176    <ProjectReference Include="..\..\HeuristicLab.Encodings.ParameterConfigurationTreeEncoding\3.3\HeuristicLab.Encodings.ParameterConfigurationTreeEncoding.csproj">
177      <Project>{8BF5F8CB-C876-4EA6-B6D7-F0D8B14DDF6E}</Project>
178      <Name>HeuristicLab.Encodings.ParameterConfigurationTreeEncoding</Name>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard\3.3\HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.csproj">
181      <Project>{77169FE1-C48A-49AE-A0DD-67921D7835AB}</Project>
182      <Name>HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard</Name>
183    </ProjectReference>
184  </ItemGroup>
185  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
186  <PropertyGroup>
187    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
188set ProjectDir=$(ProjectDir)
189set SolutionDir=$(SolutionDir)
190set Outdir=$(Outdir)
191
192call PreBuildEvent.cmd
193</PreBuildEvent>
194  </PropertyGroup>
195  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
196       Other similar extension points exist, see Microsoft.Common.targets.
197  <Target Name="BeforeBuild">
198  </Target>
199  <Target Name="AfterBuild">
200  </Target>
201  -->
202</Project>
Note: See TracBrowser for help on using the repository browser.