Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ParameterBinding/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj @ 6062

Last change on this file since 6062 was 4787, checked in by abeham, 14 years ago

#1258

  • Updated binding according to discussion
  • Added small test case for the TSP
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\IItemBinding.cs" />
146    <Compile Include="ItemBinding.cs" />
147    <Compile Include="OperatorExecutionException.cs" />
148    <Compile Include="Interfaces\IScopeTreeLookupParameter.cs" />
149    <Compile Include="Interfaces\ICheckedItemList.cs" />
150    <Compile Include="Interfaces\ICheckedItemCollection.cs" />
151    <Compile Include="PersistenceContentManager.cs" />
152    <Compile Include="Interfaces\IKeyedItemCollection.cs" />
153    <Compile Include="Interfaces\IItemList.cs" />
154    <Compile Include="Interfaces\IItemSet.cs" />
155    <Compile Include="Interfaces\IItemDictionary.cs" />
156    <Compile Include="Interfaces\IItemArray.cs" />
157    <Compile Include="Interfaces\IItemCollection.cs" />
158    <Compile Include="Log.cs" />
159    <Compile Include="Executable.cs" />
160    <Compile Include="ExecutionState.cs" />
161    <Compile Include="Interfaces\ILog.cs" />
162    <Compile Include="Interfaces\IExecutable.cs" />
163    <Compile Include="Interfaces\IParameterizedNamedItem.cs" />
164    <Compile Include="Interfaces\IParameterizedItem.cs" />
165    <Compile Include="Interfaces\IAtomicOperation.cs" />
166    <Compile Include="Interfaces\IExecutionContext.cs" />
167    <Compile Include="Interfaces\IOperation.cs" />
168    <Compile Include="ParameterizedNamedItem.cs" />
169    <Compile Include="Interfaces\IValueLookupParameter.cs" />
170    <Compile Include="Interfaces\IValueParameter.cs" />
171    <Compile Include="Interfaces\ILookupParameter.cs" />
172    <Compile Include="Engine.cs" />
173    <Compile Include="Interfaces\IScope.cs" />
174    <Compile Include="Interfaces\IVariable.cs" />
175    <Compile Include="Item.cs" />
176    <Compile Include="NamedItem.cs" />
177    <Compile Include="OperatorGraph.cs" />
178    <Compile Include="Interfaces\IParameter.cs" />
179    <Compile Include="Interfaces\IEngine.cs">
180      <SubType>Code</SubType>
181    </Compile>
182    <Compile Include="ExecutionContext.cs" />
183    <Compile Include="Interfaces\INamedItem.cs" />
184    <Compile Include="Interfaces\IItem.cs" />
185    <Compile Include="Interfaces\IRandom.cs" />
186    <Compile Include="Scope.cs" />
187    <Compile Include="Interfaces\IOperator.cs" />
188    <Compile Include="HeuristicLabCorePlugin.cs" />
189    <Compile Include="Properties\AssemblyInfo.cs" />
190    <Compile Include="Variable.cs" />
191  </ItemGroup>
192  <ItemGroup>
193    <None Include="HeuristicLab.snk" />
194    <None Include="Properties\AssemblyInfo.frame" />
195  </ItemGroup>
196  <ItemGroup>
197    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
198      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
199      <Name>HeuristicLab.Collections-3.3</Name>
200    </ProjectReference>
201    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
202      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
203      <Name>HeuristicLab.Common.Resources-3.3</Name>
204    </ProjectReference>
205    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
206      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
207      <Name>HeuristicLab.Common-3.3</Name>
208    </ProjectReference>
209    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
210      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
211      <Name>HeuristicLab.Persistence-3.3</Name>
212    </ProjectReference>
213    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
214      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
215      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
216    </ProjectReference>
217  </ItemGroup>
218  <ItemGroup>
219    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
220      <Visible>False</Visible>
221      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
222      <Install>false</Install>
223    </BootstrapperPackage>
224    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
225      <Visible>False</Visible>
226      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
227      <Install>true</Install>
228    </BootstrapperPackage>
229    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
230      <Visible>False</Visible>
231      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
232      <Install>false</Install>
233    </BootstrapperPackage>
234    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
235      <Visible>False</Visible>
236      <ProductName>.NET Framework 3.5</ProductName>
237      <Install>false</Install>
238    </BootstrapperPackage>
239    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
240      <Visible>False</Visible>
241      <ProductName>.NET Framework 3.5 SP1</ProductName>
242      <Install>false</Install>
243    </BootstrapperPackage>
244  </ItemGroup>
245  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
246  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
247       Other similar extension points exist, see Microsoft.Common.targets.
248  <Target Name="BeforeBuild">
249  </Target>
250  <Target Name="AfterBuild">
251  </Target>
252  -->
253  <PropertyGroup>
254    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
255set ProjectDir=$(ProjectDir)
256set SolutionDir=$(SolutionDir)
257set Outdir=$(Outdir)
258
259call PreBuildEvent.cmd
260SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCorePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCorePlugin.cs"</PreBuildEvent>
261  </PropertyGroup>
262</Project>
Note: See TracBrowser for help on using the repository browser.