Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.MetaOptimization/HeuristicLab.HiveEngine/3.3/HeuristicLab.HiveEngine-3.3.csproj

Last change on this file was 17108, checked in by abeham, 5 years ago

#1954: fixed references

File size: 9.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.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>{2C036542-5451-4A23-AFF6-87575C7BAFE7}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.HiveEngine</RootNamespace>
12    <AssemblyName>HeuristicLab.HiveEngine-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x86</PlatformTarget>
48    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
49    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
50    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
54    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
55    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
56    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
57    <Prefer32Bit>false</Prefer32Bit>
58  </PropertyGroup>
59  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
60    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
66    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
67    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
71    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
72    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
82    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
83    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
84    <ErrorReport>prompt</ErrorReport>
85    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
86    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
87    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
88    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
89    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
90    <Prefer32Bit>false</Prefer32Bit>
91  </PropertyGroup>
92  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
93    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
94    <DefineConstants>TRACE</DefineConstants>
95    <Optimize>true</Optimize>
96    <DebugType>pdbonly</DebugType>
97    <PlatformTarget>x64</PlatformTarget>
98    <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
99    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
100    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
101    <ErrorReport>prompt</ErrorReport>
102    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
103    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
104    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
105    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
106    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
107    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
108    <Prefer32Bit>false</Prefer32Bit>
109  </PropertyGroup>
110  <ItemGroup>
111    <Reference Include="HEAL.Attic">
112      <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Clients.Hive-3.3">
116      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Collections-3.3">
120      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.MainForm-3.3">
124      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Common-3.3">
128      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
129      <Private>False</Private>
130    </Reference>
131    <Reference Include="HeuristicLab.Core-3.3">
132      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="HeuristicLab.Hive-3.3">
136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Hive-3.3.dll</HintPath>
137      <Private>False</Private>
138    </Reference>
139    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
140      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
141      <Private>False</Private>
142    </Reference>
143    <Reference Include="HeuristicLab.Random-3.3">
144      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
145      <Private>False</Private>
146    </Reference>
147    <Reference Include="HeuristicLab.SequentialEngine-3.3">
148      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
149      <Private>False</Private>
150    </Reference>
151    <Reference Include="System" />
152    <Reference Include="System.Core" />
153    <Reference Include="System.Data" />
154    <Reference Include="System.Drawing" />
155    <Reference Include="System.Runtime.Serialization" />
156    <Reference Include="System.Windows.Forms" />
157    <Reference Include="System.Xml" />
158  </ItemGroup>
159  <ItemGroup>
160    <Compile Include="Plugin.cs" />
161    <Compile Include="Exceptions\ScopeMergeException.cs" />
162    <Compile Include="Properties\AssemblyInfo.cs" />
163    <Compile Include="HiveEngine.cs" />
164    <Compile Include="Exceptions\HiveEngineException.cs" />
165  </ItemGroup>
166  <ItemGroup>
167    <None Include="Properties\AssemblyInfo.cs.frame" />
168    <None Include="Plugin.cs.frame" />
169    <None Include="HeuristicLab.snk" />
170  </ItemGroup>
171  <ItemGroup />
172  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
173  <PropertyGroup>
174    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
175set ProjectDir=$(ProjectDir)
176set SolutionDir=$(SolutionDir)
177set Outdir=$(Outdir)
178
179call PreBuildEvent.cmd</PreBuildEvent>
180  </PropertyGroup>
181  <PropertyGroup>
182    <PostBuildEvent>
183    </PostBuildEvent>
184  </PropertyGroup>
185  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
186       Other similar extension points exist, see Microsoft.Common.targets.
187  <Target Name="BeforeBuild">
188  </Target>
189  <Target Name="AfterBuild">
190  </Target>
191  -->
192</Project>
Note: See TracBrowser for help on using the repository browser.