Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard/3.3/HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.csproj @ 7816

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

#1807:

  • moved banner to wizardpage
  • set dock style when setting active page
  • set content in problem view
File size: 4.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>{77169FE1-C48A-49AE-A0DD-67921D7835AB}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard</RootNamespace>
12    <AssemblyName>HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard-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.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
41    <Reference Include="System" />
42    <Reference Include="System.Core" />
43    <Reference Include="System.Drawing" />
44    <Reference Include="System.Windows.Forms" />
45    <Reference Include="System.Xml.Linq" />
46    <Reference Include="System.Data.DataSetExtensions" />
47    <Reference Include="Microsoft.CSharp" />
48    <Reference Include="System.Data" />
49    <Reference Include="System.Xml" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="Controls\EtchedLine.cs">
53      <SubType>UserControl</SubType>
54    </Compile>
55    <Compile Include="Controls\EtchedLine.Designer.cs">
56      <DependentUpon>EtchedLine.cs</DependentUpon>
57    </Compile>
58    <Compile Include="Controls\WizardBanner.cs">
59      <SubType>UserControl</SubType>
60    </Compile>
61    <Compile Include="Controls\WizardBanner.Designer.cs">
62      <DependentUpon>WizardBanner.cs</DependentUpon>
63    </Compile>
64    <Compile Include="Plugin.cs" />
65    <Compile Include="Properties\AssemblyInfo.cs" />
66    <Compile Include="WizardBase.cs">
67      <SubType>Form</SubType>
68    </Compile>
69    <Compile Include="WizardBase.Designer.cs">
70      <DependentUpon>WizardBase.cs</DependentUpon>
71    </Compile>
72    <Compile Include="WizardPage.cs">
73      <SubType>UserControl</SubType>
74    </Compile>
75    <Compile Include="WizardPage.Designer.cs">
76      <DependentUpon>WizardPage.cs</DependentUpon>
77    </Compile>
78    <Compile Include="WizardPageEventArgs.cs" />
79  </ItemGroup>
80  <ItemGroup>
81    <EmbeddedResource Include="Controls\EtchedLine.resx">
82      <DependentUpon>EtchedLine.cs</DependentUpon>
83    </EmbeddedResource>
84    <EmbeddedResource Include="Controls\WizardBanner.resx">
85      <DependentUpon>WizardBanner.cs</DependentUpon>
86    </EmbeddedResource>
87    <EmbeddedResource Include="WizardBase.resx">
88      <DependentUpon>WizardBase.cs</DependentUpon>
89    </EmbeddedResource>
90    <EmbeddedResource Include="WizardPage.resx">
91      <DependentUpon>WizardPage.cs</DependentUpon>
92    </EmbeddedResource>
93  </ItemGroup>
94  <ItemGroup>
95    <None Include="HeuristicLab.snk" />
96    <None Include="Plugin.cs.frame" />
97  </ItemGroup>
98  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99  <PropertyGroup>
100    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
101set ProjectDir=$(ProjectDir)
102set SolutionDir=$(SolutionDir)
103set Outdir=$(Outdir)
104
105call PreBuildEvent.cmd
106</PreBuildEvent>
107  </PropertyGroup>
108  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109       Other similar extension points exist, see Microsoft.Common.targets.
110  <Target Name="BeforeBuild">
111  </Target>
112  <Target Name="AfterBuild">
113  </Target>
114  -->
115</Project>
Note: See TracBrowser for help on using the repository browser.