Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ParallelEngine.Views/3.3/HeuristicLab.ParallelEngine.Views.csproj @ 11623

Last change on this file since 11623 was 11623, checked in by ascheibe, 9 years ago

#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)

File size: 7.8 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  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{D34A7620-3E23-40D9-8647-637BE901F271}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.ParallelEngine.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.ParallelEngine.Views-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <Prefer32Bit>false</Prefer32Bit>
34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>..\..\bin\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x64</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43    <Prefer32Bit>false</Prefer32Bit>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
46    <OutputPath>..\..\bin\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x64</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <Prefer32Bit>false</Prefer32Bit>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>..\..\bin\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63    <Prefer32Bit>false</Prefer32Bit>
64  </PropertyGroup>
65  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
66    <OutputPath>..\..\bin\</OutputPath>
67    <DefineConstants>TRACE</DefineConstants>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup>
76    <SignAssembly>true</SignAssembly>
77  </PropertyGroup>
78  <PropertyGroup>
79    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
80  </PropertyGroup>
81  <ItemGroup>
82    <Reference Include="System" />
83    <Reference Include="System.Core" />
84    <Reference Include="System.Drawing" />
85    <Reference Include="System.Windows.Forms" />
86    <Reference Include="System.Xml.Linq" />
87    <Reference Include="System.Data.DataSetExtensions" />
88    <Reference Include="Microsoft.CSharp" />
89    <Reference Include="System.Data" />
90    <Reference Include="System.Xml" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="ParallelEngineView.cs">
94      <SubType>UserControl</SubType>
95    </Compile>
96    <Compile Include="ParallelEngineView.Designer.cs">
97      <DependentUpon>ParallelEngineView.cs</DependentUpon>
98    </Compile>
99    <Compile Include="Plugin.cs" />
100    <Compile Include="Properties\AssemblyInfo.cs" />
101  </ItemGroup>
102  <ItemGroup>
103    <None Include="HeuristicLab.snk" />
104    <None Include="Plugin.cs.frame" />
105    <None Include="Properties\AssemblyInfo.cs.frame" />
106  </ItemGroup>
107  <ItemGroup>
108    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
109      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
110      <Name>HeuristicLab.Collections-3.3</Name>
111      <Private>False</Private>
112    </ProjectReference>
113    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
114      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
115      <Name>HeuristicLab.Common.Resources-3.3</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
118      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
119      <Name>HeuristicLab.Common-3.3</Name>
120      <Private>False</Private>
121    </ProjectReference>
122    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
123      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
124      <Name>HeuristicLab.Core.Views-3.3</Name>
125      <Private>False</Private>
126    </ProjectReference>
127    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
128      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
129      <Name>HeuristicLab.Core-3.3</Name>
130      <Private>False</Private>
131    </ProjectReference>
132    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
133      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
134      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
135      <Private>False</Private>
136    </ProjectReference>
137    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
138      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
139      <Name>HeuristicLab.MainForm-3.3</Name>
140      <Private>False</Private>
141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.ParallelEngine\3.3\HeuristicLab.ParallelEngine-3.3.csproj">
143      <Project>{00814351-4ab8-4088-9b99-f62787b89e93}</Project>
144      <Name>HeuristicLab.ParallelEngine-3.3</Name>
145      <Private>False</Private>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
148      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
149      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
150    </ProjectReference>
151  </ItemGroup>
152  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153  <PropertyGroup>
154    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
155set ProjectDir=$(ProjectDir)
156set SolutionDir=$(SolutionDir)
157set Outdir=$(Outdir)
158
159call PreBuildEvent.cmd
160</PreBuildEvent>
161    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
162export ProjectDir=$(ProjectDir)
163export SolutionDir=$(SolutionDir)
164
165$SolutionDir/PreBuildEvent.sh
166</PreBuildEvent>
167  </PropertyGroup>
168  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
169       Other similar extension points exist, see Microsoft.Common.targets.
170  <Target Name="BeforeBuild">
171  </Target>
172  <Target Name="AfterBuild">
173  </Target>
174  -->
175</Project>
Note: See TracBrowser for help on using the repository browser.