Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Parameters.Views/3.3/HeuristicLab.Parameters.Views-3.3.csproj @ 2714

Last change on this file since 2714 was 2714, checked in by swagner, 14 years ago

Operator architecture refactoring (#95)

  • moved parameters and parameter views into new plugins
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Parameters.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Parameters.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>bin\Release\HeuristicLab.Parameters.Views-3.3.XML</DocumentationFile>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="System" />
38    <Reference Include="System.Core">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41    <Reference Include="System.Drawing" />
42    <Reference Include="System.Windows.Forms" />
43    <Reference Include="System.Xml.Linq">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Data.DataSetExtensions">
47      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Data" />
50    <Reference Include="System.Xml" />
51  </ItemGroup>
52  <ItemGroup>
53    <Compile Include="HeuristicLabParametersViewsPlugin.cs" />
54    <Compile Include="ItemParameterView.cs">
55      <SubType>UserControl</SubType>
56    </Compile>
57    <Compile Include="ItemParameterView.Designer.cs">
58      <DependentUpon>ItemParameterView.cs</DependentUpon>
59    </Compile>
60    <Compile Include="ParameterView.cs">
61      <SubType>UserControl</SubType>
62    </Compile>
63    <Compile Include="ParameterView.Designer.cs">
64      <DependentUpon>ParameterView.cs</DependentUpon>
65    </Compile>
66    <Compile Include="Properties\AssemblyInfo.cs" />
67  </ItemGroup>
68  <ItemGroup>
69    <None Include="HeuristicLab.snk" />
70    <None Include="Properties\AssemblyInfo.frame" />
71  </ItemGroup>
72  <ItemGroup>
73    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
74      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
75      <Name>HeuristicLab.Common.Resources-3.2</Name>
76    </ProjectReference>
77    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
78      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
79      <Name>HeuristicLab.Core.Views-3.3</Name>
80    </ProjectReference>
81    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
82      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
83      <Name>HeuristicLab.Core-3.3</Name>
84    </ProjectReference>
85    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
86      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
87      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
88    </ProjectReference>
89    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
90      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
91      <Name>HeuristicLab.MainForm-3.2</Name>
92    </ProjectReference>
93    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
94      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
95      <Name>HeuristicLab.Parameters-3.3</Name>
96    </ProjectReference>
97    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
98      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
99      <Name>HeuristicLab.PluginInfrastructure</Name>
100    </ProjectReference>
101  </ItemGroup>
102  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104       Other similar extension points exist, see Microsoft.Common.targets.
105  <Target Name="BeforeBuild">
106  </Target>
107  <Target Name="AfterBuild">
108  </Target>
109  -->
110  <PropertyGroup>
111    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
112set ProjectDir=$(ProjectDir)
113set SolutionDir=$(SolutionDir)
114set Outdir=$(Outdir)
115
116call PreBuildEvent.cmd</PreBuildEvent>
117  </PropertyGroup>
118</Project>
Note: See TracBrowser for help on using the repository browser.