Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.8/HeuristicLab.ParallelEngine/3.3/HeuristicLab.ParallelEngine-3.3.csproj

Last change on this file was 8600, checked in by ascheibe, 12 years ago

#1937 added pre- and postbuild events for mono

File size: 9.0 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  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{00814351-4AB8-4088-9B99-F62787B89E93}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.ParallelEngine</RootNamespace>
12    <AssemblyName>HeuristicLab.ParallelEngine-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile>
16    </TargetFrameworkProfile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x64</PlatformTarget>
47    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.ParallelEngine-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
48    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
49    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
53    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
54    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
55    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
58    <OutputPath>$(SolutionDir)\bin\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.ParallelEngine-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
70    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
74    <DebugSymbols>true</DebugSymbols>
75    <OutputPath>$(SolutionDir)\bin\</OutputPath>
76    <DefineConstants>DEBUG;TRACE</DefineConstants>
77    <DebugType>full</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.ParallelEngine-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
80    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
81    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
84    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
85    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
86    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
87    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
88  </PropertyGroup>
89  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
90    <OutputPath>$(SolutionDir)\bin\</OutputPath>
91    <DefineConstants>TRACE</DefineConstants>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x86</PlatformTarget>
95    <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.ParallelEngine-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
96    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
97    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
98    <ErrorReport>prompt</ErrorReport>
99    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
100    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
101    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
102    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
103    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
104  </PropertyGroup>
105  <ItemGroup>
106    <Reference Include="System" />
107    <Reference Include="System.Core" />
108    <Reference Include="System.Xml.Linq" />
109    <Reference Include="System.Data.DataSetExtensions" />
110    <Reference Include="System.Data" />
111    <Reference Include="System.Xml" />
112  </ItemGroup>
113  <ItemGroup>
114    <Compile Include="Plugin.cs" />
115    <Compile Include="Properties\AssemblyInfo.cs" />
116    <Compile Include="ParallelEngine.cs" />
117  </ItemGroup>
118  <ItemGroup>
119    <None Include="HeuristicLab.snk" />
120    <None Include="Plugin.cs.frame" />
121    <None Include="Properties\AssemblyInfo.cs.frame" />
122  </ItemGroup>
123  <ItemGroup>
124    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
125      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
126      <Name>HeuristicLab.Common-3.3</Name>
127      <Private>False</Private>
128    </ProjectReference>
129    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
130      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
131      <Name>HeuristicLab.Core-3.3</Name>
132      <Private>False</Private>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
135      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
136      <Name>HeuristicLab.Persistence-3.3</Name>
137      <Private>False</Private>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
140      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
141      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
142      <Private>False</Private>
143    </ProjectReference>
144  </ItemGroup>
145  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
146  <PropertyGroup>
147   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
148set ProjectDir=$(ProjectDir)
149set SolutionDir=$(SolutionDir)
150set Outdir=$(Outdir)
151
152call PreBuildEvent.cmd
153</PreBuildEvent>
154<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
155export ProjectDir=$(ProjectDir)
156export SolutionDir=$(SolutionDir)
157
158$SolutionDir/PreBuildEvent.sh
159</PreBuildEvent>
160  </PropertyGroup>
161  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
162       Other similar extension points exist, see Microsoft.Common.targets.
163  <Target Name="BeforeBuild">
164  </Target>
165  <Target Name="AfterBuild">
166  </Target>
167  -->
168</Project>
Note: See TracBrowser for help on using the repository browser.