Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.ParallelEngine.Views/3.3/HeuristicLab.ParallelEngine.Views.csproj @ 9681

Last change on this file since 9681 was 9681, checked in by ascheibe, 11 years ago

#2078 merged r9660 into stable branch

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