Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Operators.Views/3.3/HeuristicLab.Operators.Views-3.3.csproj @ 2664

Last change on this file since 2664 was 2664, checked in by swagner, 15 years ago

Abandoned policy that the names of all abstract base classes have to end in "Base" (#95)

File size: 5.1 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>{C49CB749-8B24-4628-8003-E86475749410}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Operators.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Operators.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.Operators.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="HeuristicLabOperatorsViewsPlugin.cs" />
54    <Compile Include="OperatorView.cs">
55      <SubType>UserControl</SubType>
56    </Compile>
57    <Compile Include="OperatorView.Designer.cs">
58      <DependentUpon>OperatorView.cs</DependentUpon>
59    </Compile>
60    <Compile Include="Properties\AssemblyInfo.cs" />
61  </ItemGroup>
62  <ItemGroup>
63    <None Include="HeuristicLab.snk" />
64    <None Include="Properties\AssemblyInfo.frame" />
65  </ItemGroup>
66  <ItemGroup>
67    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
68      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
69      <Name>HeuristicLab.Collections-3.3</Name>
70    </ProjectReference>
71    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
72      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
73      <Name>HeuristicLab.Core.Views-3.3</Name>
74    </ProjectReference>
75    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
76      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
77      <Name>HeuristicLab.Core-3.3</Name>
78    </ProjectReference>
79    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
80      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
81      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
82    </ProjectReference>
83    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
84      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
85      <Name>HeuristicLab.MainForm-3.2</Name>
86    </ProjectReference>
87    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
88      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
89      <Name>HeuristicLab.Operators-3.3</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
92      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
93      <Name>HeuristicLab.PluginInfrastructure</Name>
94    </ProjectReference>
95  </ItemGroup>
96  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98       Other similar extension points exist, see Microsoft.Common.targets.
99  <Target Name="BeforeBuild">
100  </Target>
101  <Target Name="AfterBuild">
102  </Target>
103  -->
104  <PropertyGroup>
105    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
106set ProjectDir=$(ProjectDir)
107set SolutionDir=$(SolutionDir)
108set Outdir=$(Outdir)
109
110call PreBuildEvent.cmd</PreBuildEvent>
111  </PropertyGroup>
112</Project>
Note: See TracBrowser for help on using the repository browser.