Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1807:

  • added new wizard pages
  • removed AssemblyInfo files and replaced them with frame file
  • disable buttons when wizardbuttons set to 'none'
  • introduce data analysis context class
File size: 8.2 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.Views-3.4">
41      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Collections-3.3">
44      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Common-3.3">
47      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Common.Resources-3.3">
50      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Core-3.3">
53      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Core.Views-3.3">
56      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Data-3.3">
59      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.Data.Views-3.3">
62      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.MainForm-3.3">
65      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
66    </Reference>
67    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
68      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Optimization-3.3">
71      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="HeuristicLab.Optimization.Views-3.3">
74      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
75    </Reference>
76    <Reference Include="HeuristicLab.Optimizer-3.3">
77      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="HeuristicLab.Parameters-3.3">
80      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Parameters.Views-3.3">
83      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
86      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
89      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
90    </Reference>
91    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4">
92      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="System" />
98    <Reference Include="System.Core" />
99    <Reference Include="System.Drawing" />
100    <Reference Include="System.Windows.Forms" />
101    <Reference Include="System.Xml.Linq" />
102    <Reference Include="System.Data.DataSetExtensions" />
103    <Reference Include="Microsoft.CSharp" />
104    <Reference Include="System.Data" />
105    <Reference Include="System.Xml" />
106  </ItemGroup>
107  <ItemGroup>
108    <Compile Include="DataAnalysisExperimentWizard.cs" />
109    <Compile Include="DataAnalysisWizardContext.cs" />
110    <Compile Include="ExperimentWizardMenuItem.cs" />
111    <Compile Include="MediumAnalysisPage.cs">
112      <SubType>UserControl</SubType>
113    </Compile>
114    <Compile Include="MediumAnalysisPage.Designer.cs">
115      <DependentUpon>MediumAnalysisPage.cs</DependentUpon>
116    </Compile>
117    <Compile Include="Plugin.cs" />
118    <Compile Include="ProblemDataPage.cs">
119      <SubType>UserControl</SubType>
120    </Compile>
121    <Compile Include="ProblemDataPage.Designer.cs">
122      <DependentUpon>ProblemDataPage.cs</DependentUpon>
123    </Compile>
124    <Compile Include="ProblemDataViewPage.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="ProblemDataViewPage.Designer.cs">
128      <DependentUpon>ProblemDataViewPage.cs</DependentUpon>
129    </Compile>
130    <Compile Include="Properties\AssemblyInfo.cs" />
131    <Compile Include="SelectAnalysisPage.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="SelectAnalysisPage.Designer.cs">
135      <DependentUpon>SelectAnalysisPage.cs</DependentUpon>
136    </Compile>
137  </ItemGroup>
138  <ItemGroup>
139    <None Include="HeuristicLab.snk" />
140    <None Include="Plugin.cs.frame" />
141    <None Include="Properties\AssemblyInfo.cs.frame" />
142  </ItemGroup>
143  <ItemGroup>
144    <EmbeddedResource Include="MediumAnalysisPage.resx">
145      <DependentUpon>MediumAnalysisPage.cs</DependentUpon>
146    </EmbeddedResource>
147    <EmbeddedResource Include="ProblemDataPage.resx">
148      <DependentUpon>ProblemDataPage.cs</DependentUpon>
149    </EmbeddedResource>
150    <EmbeddedResource Include="ProblemDataViewPage.resx">
151      <DependentUpon>ProblemDataViewPage.cs</DependentUpon>
152    </EmbeddedResource>
153    <EmbeddedResource Include="SelectAnalysisPage.resx">
154      <DependentUpon>SelectAnalysisPage.cs</DependentUpon>
155    </EmbeddedResource>
156  </ItemGroup>
157  <ItemGroup>
158    <ProjectReference Include="..\..\HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard\3.3\HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.csproj">
159      <Project>{77169FE1-C48A-49AE-A0DD-67921D7835AB}</Project>
160      <Name>HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard</Name>
161    </ProjectReference>
162  </ItemGroup>
163  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
164  <PropertyGroup>
165    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
166set ProjectDir=$(ProjectDir)
167set SolutionDir=$(SolutionDir)
168set Outdir=$(Outdir)
169
170call PreBuildEvent.cmd
171</PreBuildEvent>
172  </PropertyGroup>
173  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
174       Other similar extension points exist, see Microsoft.Common.targets.
175  <Target Name="BeforeBuild">
176  </Target>
177  <Target Name="AfterBuild">
178  </Target>
179  -->
180</Project>
Note: See TracBrowser for help on using the repository browser.