Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1807:

  • data analysis service initial commit
  • wizard added
File size: 3.7 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</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  <ItemGroup>
34    <Reference Include="System" />
35    <Reference Include="System.Core" />
36    <Reference Include="System.Drawing" />
37    <Reference Include="System.Windows.Forms" />
38    <Reference Include="System.Xml.Linq" />
39    <Reference Include="System.Data.DataSetExtensions" />
40    <Reference Include="Microsoft.CSharp" />
41    <Reference Include="System.Data" />
42    <Reference Include="System.Xml" />
43  </ItemGroup>
44  <ItemGroup>
45    <Compile Include="Controls\EtchedLine.cs">
46      <SubType>UserControl</SubType>
47    </Compile>
48    <Compile Include="Controls\EtchedLine.Designer.cs">
49      <DependentUpon>EtchedLine.cs</DependentUpon>
50    </Compile>
51    <Compile Include="Controls\WizardBanner.cs">
52      <SubType>UserControl</SubType>
53    </Compile>
54    <Compile Include="Controls\WizardBanner.Designer.cs">
55      <DependentUpon>WizardBanner.cs</DependentUpon>
56    </Compile>
57    <Compile Include="Properties\AssemblyInfo.cs" />
58    <Compile Include="Wizard.cs">
59      <SubType>Form</SubType>
60    </Compile>
61    <Compile Include="Wizard.Designer.cs">
62      <DependentUpon>Wizard.cs</DependentUpon>
63    </Compile>
64    <Compile Include="WizardPage.cs">
65      <SubType>UserControl</SubType>
66    </Compile>
67    <Compile Include="WizardPage.Designer.cs">
68      <DependentUpon>WizardPage.cs</DependentUpon>
69    </Compile>
70    <Compile Include="WizardPageEventArgs.cs" />
71  </ItemGroup>
72  <ItemGroup>
73    <EmbeddedResource Include="Controls\EtchedLine.resx">
74      <DependentUpon>EtchedLine.cs</DependentUpon>
75    </EmbeddedResource>
76    <EmbeddedResource Include="Controls\WizardBanner.resx">
77      <DependentUpon>WizardBanner.cs</DependentUpon>
78    </EmbeddedResource>
79    <EmbeddedResource Include="Wizard.resx">
80      <DependentUpon>Wizard.cs</DependentUpon>
81    </EmbeddedResource>
82  </ItemGroup>
83  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
85       Other similar extension points exist, see Microsoft.Common.targets.
86  <Target Name="BeforeBuild">
87  </Target>
88  <Target Name="AfterBuild">
89  </Target>
90  -->
91</Project>
Note: See TracBrowser for help on using the repository browser.