Free cookie consent management tool by TermsFeed Policy Generator

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

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

Added versions to all HeuristicLab 3.3 related plugins (#864)

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