Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj @ 5138

Last change on this file since 5138 was 5080, checked in by mkommend, 13 years ago

Implemented wiring of problem specific analyzers in UserDefinedAlgorithms (ticket #1327)

File size: 12.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>{C36BD924-A541-4A00-AFA8-41701378DDC5}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Core</RootNamespace>
12    <AssemblyName>HeuristicLab.Core-3.3</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <IsWebBootstrapper>true</IsWebBootstrapper>
21    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
22    <PublishUrl>http://localhost/HeuristicLab.Core/</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Web</InstallFrom>
25    <UpdateEnabled>true</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <DocumentationFile>
46    </DocumentationFile>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>bin\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <DocumentationFile>bin\Release\HeuristicLab.Core-3.3.xml</DocumentationFile>
57    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>bin\x86\Debug\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
70    <OutputPath>bin\x86\Release\</OutputPath>
71    <DefineConstants>TRACE</DefineConstants>
72    <DocumentationFile>bin\x86\Release\HeuristicLab.Core-3.3.xml</DocumentationFile>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x86</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
80    <DebugSymbols>true</DebugSymbols>
81    <OutputPath>bin\x64\Debug\</OutputPath>
82    <DefineConstants>DEBUG;TRACE</DefineConstants>
83    <DebugType>full</DebugType>
84    <PlatformTarget>x64</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
87  </PropertyGroup>
88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
89    <OutputPath>bin\x64\Release\</OutputPath>
90    <DefineConstants>TRACE</DefineConstants>
91    <DocumentationFile>bin\x64\Release\HeuristicLab.Core-3.3.xml</DocumentationFile>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x64</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
97  </PropertyGroup>
98  <ItemGroup>
99    <Reference Include="System" />
100    <Reference Include="System.Core">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data" />
104    <Reference Include="System.Drawing" />
105    <Reference Include="System.Xml" />
106  </ItemGroup>
107  <ItemGroup>
108    <Compile Include="Attributes\ItemAttribute.cs" />
109    <Compile Include="Attributes\CreatableAttribute.cs" />
110    <None Include="HeuristicLabCorePlugin.cs.frame" />
111    <Compile Include="Collections\CheckedItemCollection.cs" />
112    <Compile Include="Collections\CheckedItemList.cs" />
113    <Compile Include="Collections\ReadOnlyCheckedItemCollection.cs" />
114    <Compile Include="Collections\ReadOnlyCheckedItemList.cs">
115      <SubType>Code</SubType>
116    </Compile>
117    <Compile Include="Collections\ReadOnlyItemDictionary.cs" />
118    <Compile Include="Collections\ItemDictionary.cs" />
119    <Compile Include="Collections\ReadOnlyKeyedItemCollection.cs" />
120    <Compile Include="Collections\KeyedItemCollection.cs" />
121    <Compile Include="Collections\ReadOnlyItemSet.cs" />
122    <Compile Include="Collections\ReadOnlyItemList.cs" />
123    <Compile Include="Collections\ReadOnlyItemArray.cs" />
124    <Compile Include="Collections\ReadOnlyItemCollection.cs" />
125    <Compile Include="Collections\ItemArray.cs" />
126    <Compile Include="Collections\ItemCollection.cs" />
127    <Compile Include="Collections\ItemList.cs" />
128    <Compile Include="Collections\ItemSet.cs" />
129    <Compile Include="Collections\NamedItemCollection.cs" />
130    <Compile Include="Collections\OperationCollection.cs" />
131    <Compile Include="Collections\OperatorCollection.cs" />
132    <Compile Include="Collections\OperatorList.cs" />
133    <Compile Include="Collections\OperatorSet.cs" />
134    <Compile Include="Collections\ParameterCollection.cs" />
135    <Compile Include="Collections\ScopeList.cs" />
136    <Compile Include="Collections\ValueParameterCollection.cs" />
137    <Compile Include="Collections\VariableCollection.cs" />
138    <Compile Include="Constraints\ComparisonConstraint.cs" />
139    <Compile Include="Constraints\Constraint.cs" />
140    <Compile Include="Collections\ConstraintCollection.cs" />
141    <Compile Include="Constraints\ConstraintOperation.cs" />
142    <Compile Include="Constraints\EqualityConstraint.cs" />
143    <Compile Include="Constraints\IConstraint.cs" />
144    <Compile Include="Constraints\TypeCompatibilityConstraint.cs" />
145    <Compile Include="Interfaces\IMultiOperator.cs" />
146    <Compile Include="OperatorExecutionException.cs" />
147    <Compile Include="Interfaces\IScopeTreeLookupParameter.cs" />
148    <Compile Include="Interfaces\ICheckedItemList.cs" />
149    <Compile Include="Interfaces\ICheckedItemCollection.cs" />
150    <Compile Include="PersistenceContentManager.cs" />
151    <Compile Include="Interfaces\IKeyedItemCollection.cs" />
152    <Compile Include="Interfaces\IItemList.cs" />
153    <Compile Include="Interfaces\IItemSet.cs" />
154    <Compile Include="Interfaces\IItemDictionary.cs" />
155    <Compile Include="Interfaces\IItemArray.cs" />
156    <Compile Include="Interfaces\IItemCollection.cs" />
157    <Compile Include="Log.cs" />
158    <Compile Include="Executable.cs" />
159    <Compile Include="ExecutionState.cs" />
160    <Compile Include="Interfaces\ILog.cs" />
161    <Compile Include="Interfaces\IExecutable.cs" />
162    <Compile Include="Interfaces\IParameterizedNamedItem.cs" />
163    <Compile Include="Interfaces\IParameterizedItem.cs" />
164    <Compile Include="Interfaces\IAtomicOperation.cs" />
165    <Compile Include="Interfaces\IExecutionContext.cs" />
166    <Compile Include="Interfaces\IOperation.cs" />
167    <Compile Include="ParameterizedNamedItem.cs" />
168    <Compile Include="Interfaces\IValueLookupParameter.cs" />
169    <Compile Include="Interfaces\IValueParameter.cs" />
170    <Compile Include="Interfaces\ILookupParameter.cs" />
171    <Compile Include="Engine.cs" />
172    <Compile Include="Interfaces\IScope.cs" />
173    <Compile Include="Interfaces\IVariable.cs" />
174    <Compile Include="Item.cs" />
175    <Compile Include="NamedItem.cs" />
176    <Compile Include="OperatorGraph.cs" />
177    <Compile Include="Interfaces\IParameter.cs" />
178    <Compile Include="Interfaces\IEngine.cs">
179      <SubType>Code</SubType>
180    </Compile>
181    <Compile Include="ExecutionContext.cs" />
182    <Compile Include="Interfaces\INamedItem.cs" />
183    <Compile Include="Interfaces\IItem.cs" />
184    <Compile Include="Interfaces\IRandom.cs" />
185    <Compile Include="Scope.cs" />
186    <Compile Include="Interfaces\IOperator.cs" />
187    <Compile Include="HeuristicLabCorePlugin.cs" />
188    <Compile Include="Properties\AssemblyInfo.cs" />
189    <Compile Include="Variable.cs" />
190  </ItemGroup>
191  <ItemGroup>
192    <None Include="HeuristicLab.snk" />
193    <None Include="Properties\AssemblyInfo.frame" />
194  </ItemGroup>
195  <ItemGroup>
196    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
197      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
198      <Name>HeuristicLab.Collections-3.3</Name>
199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
201      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
202      <Name>HeuristicLab.Common.Resources-3.3</Name>
203    </ProjectReference>
204    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
205      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
206      <Name>HeuristicLab.Common-3.3</Name>
207    </ProjectReference>
208    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
209      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
210      <Name>HeuristicLab.Persistence-3.3</Name>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
213      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
214      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
215    </ProjectReference>
216  </ItemGroup>
217  <ItemGroup>
218    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
219      <Visible>False</Visible>
220      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
221      <Install>false</Install>
222    </BootstrapperPackage>
223    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
224      <Visible>False</Visible>
225      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
226      <Install>true</Install>
227    </BootstrapperPackage>
228    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
229      <Visible>False</Visible>
230      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
231      <Install>false</Install>
232    </BootstrapperPackage>
233    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
234      <Visible>False</Visible>
235      <ProductName>.NET Framework 3.5</ProductName>
236      <Install>false</Install>
237    </BootstrapperPackage>
238    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
239      <Visible>False</Visible>
240      <ProductName>.NET Framework 3.5 SP1</ProductName>
241      <Install>false</Install>
242    </BootstrapperPackage>
243  </ItemGroup>
244  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
245  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
246       Other similar extension points exist, see Microsoft.Common.targets.
247  <Target Name="BeforeBuild">
248  </Target>
249  <Target Name="AfterBuild">
250  </Target>
251  -->
252  <PropertyGroup>
253    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
254set ProjectDir=$(ProjectDir)
255set SolutionDir=$(SolutionDir)
256set Outdir=$(Outdir)
257
258call PreBuildEvent.cmd
259SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCorePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCorePlugin.cs"</PreBuildEvent>
260  </PropertyGroup>
261</Project>
Note: See TracBrowser for help on using the repository browser.