Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj @ 16612

Last change on this file since 16612 was 16585, checked in by gkronber, 6 years ago

#2520 Update HEAL.Attic to pre03

File size: 14.3 KB
RevLine 
[4065]1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
[2]3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
[858]6    <ProductVersion>9.0.30729</ProductVersion>
[2]7    <SchemaVersion>2.0</SchemaVersion>
[1663]8    <ProjectGuid>{C36BD924-A541-4A00-AFA8-41701378DDC5}</ProjectGuid>
[2]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Core</RootNamespace>
[1663]12    <AssemblyName>HeuristicLab.Core-3.3</AssemblyName>
[2]13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
[4065]17    <OldToolsVersion>3.5</OldToolsVersion>
[2]18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
[4065]20    <IsWebBootstrapper>true</IsWebBootstrapper>
[16565]21    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
[5809]22    <TargetFrameworkProfile>
23    </TargetFrameworkProfile>
[2]24    <PublishUrl>http://localhost/HeuristicLab.Core/</PublishUrl>
25    <Install>true</Install>
26    <InstallFrom>Web</InstallFrom>
27    <UpdateEnabled>true</UpdateEnabled>
28    <UpdateMode>Foreground</UpdateMode>
29    <UpdateInterval>7</UpdateInterval>
30    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
31    <UpdatePeriodically>false</UpdatePeriodically>
32    <UpdateRequired>false</UpdateRequired>
33    <MapFileExtensions>true</MapFileExtensions>
34    <ApplicationRevision>0</ApplicationRevision>
35    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
[6866]43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <DocumentationFile>
48    </DocumentationFile>
[4065]49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]50    <Prefer32Bit>false</Prefer32Bit>
[2]51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
[6866]55    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2]56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
[6866]59    <DocumentationFile>
60    </DocumentationFile>
[2]61    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
[4065]62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]63    <Prefer32Bit>false</Prefer32Bit>
[2]64  </PropertyGroup>
[564]65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
66    <DebugSymbols>true</DebugSymbols>
[6866]67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[564]68    <DefineConstants>DEBUG;TRACE</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
[4065]72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]73    <Prefer32Bit>false</Prefer32Bit>
[564]74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]76    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[564]77    <DefineConstants>TRACE</DefineConstants>
[6866]78    <DocumentationFile>
79    </DocumentationFile>
[564]80    <Optimize>true</Optimize>
81    <DebugType>pdbonly</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
[4065]84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]85    <Prefer32Bit>false</Prefer32Bit>
[564]86  </PropertyGroup>
[1474]87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
88    <DebugSymbols>true</DebugSymbols>
[6866]89    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[1474]90    <DefineConstants>DEBUG;TRACE</DefineConstants>
91    <DebugType>full</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
[4065]94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]95    <Prefer32Bit>false</Prefer32Bit>
[1474]96  </PropertyGroup>
97  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]98    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[1474]99    <DefineConstants>TRACE</DefineConstants>
[6866]100    <DocumentationFile>
101    </DocumentationFile>
[1474]102    <Optimize>true</Optimize>
103    <DebugType>pdbonly</DebugType>
104    <PlatformTarget>x64</PlatformTarget>
105    <ErrorReport>prompt</ErrorReport>
[4065]106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]107    <Prefer32Bit>false</Prefer32Bit>
[1474]108  </PropertyGroup>
[2]109  <ItemGroup>
[16565]110    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
111      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
112    </Reference>
113    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[16585]114      <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre03\lib\net461\HEAL.Attic.dll</HintPath>
[16565]115    </Reference>
[2]116    <Reference Include="System" />
[1667]117    <Reference Include="System.Core">
118      <RequiredTargetFramework>3.5</RequiredTargetFramework>
119    </Reference>
[2]120    <Reference Include="System.Data" />
[2546]121    <Reference Include="System.Drawing" />
[16565]122    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
123      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
124    </Reference>
[2]125    <Reference Include="System.Xml" />
126  </ItemGroup>
127  <ItemGroup>
[2546]128    <Compile Include="Attributes\ItemAttribute.cs" />
129    <Compile Include="Attributes\CreatableAttribute.cs" />
[16565]130    <None Include="packages.config" />
[6866]131    <None Include="Plugin.cs.frame" />
[3558]132    <Compile Include="Collections\CheckedItemCollection.cs" />
[3565]133    <Compile Include="Collections\CheckedItemList.cs" />
[11241]134    <Compile Include="Collections\DirectedGraph\Arc.cs" />
135    <Compile Include="Collections\DirectedGraph\DirectedGraph.cs" />
136    <Compile Include="Collections\DirectedGraph\Vertex.cs" />
[3628]137    <Compile Include="Collections\ReadOnlyCheckedItemCollection.cs" />
138    <Compile Include="Collections\ReadOnlyCheckedItemList.cs">
139      <SubType>Code</SubType>
140    </Compile>
[3390]141    <Compile Include="Collections\ReadOnlyItemDictionary.cs" />
142    <Compile Include="Collections\ItemDictionary.cs" />
143    <Compile Include="Collections\ReadOnlyKeyedItemCollection.cs" />
144    <Compile Include="Collections\KeyedItemCollection.cs" />
145    <Compile Include="Collections\ReadOnlyItemSet.cs" />
146    <Compile Include="Collections\ReadOnlyItemList.cs" />
147    <Compile Include="Collections\ReadOnlyItemArray.cs" />
148    <Compile Include="Collections\ReadOnlyItemCollection.cs" />
149    <Compile Include="Collections\ItemArray.cs" />
150    <Compile Include="Collections\ItemCollection.cs" />
151    <Compile Include="Collections\ItemList.cs" />
152    <Compile Include="Collections\ItemSet.cs" />
153    <Compile Include="Collections\NamedItemCollection.cs" />
154    <Compile Include="Collections\OperationCollection.cs" />
155    <Compile Include="Collections\OperatorCollection.cs" />
156    <Compile Include="Collections\OperatorList.cs" />
157    <Compile Include="Collections\OperatorSet.cs" />
158    <Compile Include="Collections\ParameterCollection.cs" />
159    <Compile Include="Collections\ScopeList.cs" />
160    <Compile Include="Collections\ValueParameterCollection.cs" />
161    <Compile Include="Collections\VariableCollection.cs" />
[3602]162    <Compile Include="Constraints\ComparisonConstraint.cs" />
163    <Compile Include="Constraints\Constraint.cs" />
164    <Compile Include="Collections\ConstraintCollection.cs" />
165    <Compile Include="Constraints\ConstraintOperation.cs" />
166    <Compile Include="Constraints\EqualityConstraint.cs" />
167    <Compile Include="Constraints\IConstraint.cs" />
168    <Compile Include="Constraints\TypeCompatibilityConstraint.cs" />
[11241]169    <Compile Include="Interfaces\DirectedGraph\IArc.cs" />
170    <Compile Include="Interfaces\DirectedGraph\IDirectedGraph.cs" />
171    <Compile Include="Interfaces\DirectedGraph\IVertex.cs" />
[9151]172    <Compile Include="Interfaces\ICheckedMultiOperator.cs" />
[8121]173    <Compile Include="Interfaces\IConstrainedValueParameter.cs" />
[10291]174    <Compile Include="Interfaces\IInstrumentedOperator.cs" />
[5080]175    <Compile Include="Interfaces\IMultiOperator.cs" />
[5809]176    <Compile Include="Interfaces\IFixedValueParameter.cs" />
[9178]177    <Compile Include="Interfaces\IOperatorGraphOperator.cs" />
[12616]178    <Compile Include="Interfaces\IProgrammableItem.cs" />
[6103]179    <Compile Include="Interfaces\IStatefulItem.cs" />
[3758]180    <Compile Include="OperatorExecutionException.cs" />
[3663]181    <Compile Include="Interfaces\IScopeTreeLookupParameter.cs" />
[3565]182    <Compile Include="Interfaces\ICheckedItemList.cs" />
[3558]183    <Compile Include="Interfaces\ICheckedItemCollection.cs" />
[3483]184    <Compile Include="PersistenceContentManager.cs" />
[3390]185    <Compile Include="Interfaces\IKeyedItemCollection.cs" />
186    <Compile Include="Interfaces\IItemList.cs" />
187    <Compile Include="Interfaces\IItemSet.cs" />
188    <Compile Include="Interfaces\IItemDictionary.cs" />
189    <Compile Include="Interfaces\IItemArray.cs" />
190    <Compile Include="Interfaces\IItemCollection.cs" />
[3289]191    <Compile Include="Log.cs" />
[3262]192    <Compile Include="Executable.cs" />
193    <Compile Include="ExecutionState.cs" />
[3289]194    <Compile Include="Interfaces\ILog.cs" />
[3262]195    <Compile Include="Interfaces\IExecutable.cs" />
[2845]196    <Compile Include="Interfaces\IParameterizedNamedItem.cs" />
[2834]197    <Compile Include="Interfaces\IParameterizedItem.cs" />
198    <Compile Include="Interfaces\IAtomicOperation.cs" />
199    <Compile Include="Interfaces\IExecutionContext.cs" />
200    <Compile Include="Interfaces\IOperation.cs" />
[2845]201    <Compile Include="ParameterizedNamedItem.cs" />
[2756]202    <Compile Include="Interfaces\IValueLookupParameter.cs" />
203    <Compile Include="Interfaces\IValueParameter.cs" />
204    <Compile Include="Interfaces\ILookupParameter.cs" />
[2664]205    <Compile Include="Engine.cs" />
[2687]206    <Compile Include="Interfaces\IScope.cs" />
207    <Compile Include="Interfaces\IVariable.cs" />
[2664]208    <Compile Include="Item.cs" />
209    <Compile Include="NamedItem.cs" />
[2653]210    <Compile Include="OperatorGraph.cs" />
211    <Compile Include="Interfaces\IParameter.cs" />
212    <Compile Include="Interfaces\IEngine.cs">
213      <SubType>Code</SubType>
214    </Compile>
215    <Compile Include="ExecutionContext.cs" />
216    <Compile Include="Interfaces\INamedItem.cs" />
[2]217    <Compile Include="Interfaces\IItem.cs" />
218    <Compile Include="Interfaces\IRandom.cs" />
[6866]219    <Compile Include="Plugin.cs" />
[2]220    <Compile Include="Scope.cs" />
221    <Compile Include="Interfaces\IOperator.cs" />
222    <Compile Include="Properties\AssemblyInfo.cs" />
[6424]223    <Compile Include="ThreadSafeLog.cs" />
[2]224    <Compile Include="Variable.cs" />
225  </ItemGroup>
226  <ItemGroup>
227    <None Include="HeuristicLab.snk" />
[6866]228    <None Include="Properties\AssemblyInfo.cs.frame" />
[2]229  </ItemGroup>
230  <ItemGroup>
[2653]231    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
232      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
233      <Name>HeuristicLab.Collections-3.3</Name>
[6866]234      <Private>False</Private>
[2653]235    </ProjectReference>
[3702]236    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
[2546]237      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
[3702]238      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6866]239      <Private>False</Private>
[2546]240    </ProjectReference>
[3384]241    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
242      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
243      <Name>HeuristicLab.Common-3.3</Name>
[6866]244      <Private>False</Private>
[2474]245    </ProjectReference>
[1667]246    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
247      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
248      <Name>HeuristicLab.Persistence-3.3</Name>
[6866]249      <Private>False</Private>
[1667]250    </ProjectReference>
[3832]251    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2]252      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]253      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]254      <Private>False</Private>
[2]255    </ProjectReference>
256  </ItemGroup>
257  <ItemGroup>
[4065]258    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
259      <Visible>False</Visible>
260      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
261      <Install>false</Install>
262    </BootstrapperPackage>
[2]263    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
264      <Visible>False</Visible>
265      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
266      <Install>true</Install>
267    </BootstrapperPackage>
268    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
269      <Visible>False</Visible>
270      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
271      <Install>false</Install>
272    </BootstrapperPackage>
273    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
274      <Visible>False</Visible>
275      <ProductName>.NET Framework 3.5</ProductName>
276      <Install>false</Install>
277    </BootstrapperPackage>
[4065]278    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
279      <Visible>False</Visible>
280      <ProductName>.NET Framework 3.5 SP1</ProductName>
281      <Install>false</Install>
282    </BootstrapperPackage>
[2]283  </ItemGroup>
284  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
285  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
286       Other similar extension points exist, see Microsoft.Common.targets.
287  <Target Name="BeforeBuild">
288  </Target>
289  <Target Name="AfterBuild">
290  </Target>
291  -->
[25]292  <PropertyGroup>
[8719]293    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[852]294set ProjectDir=$(ProjectDir)
295set SolutionDir=$(SolutionDir)
296set Outdir=$(Outdir)
297
[2754]298call PreBuildEvent.cmd
[6866]299</PreBuildEvent>
[8719]300    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]301export ProjectDir=$(ProjectDir)
302export SolutionDir=$(SolutionDir)
303
304$SolutionDir/PreBuildEvent.sh
305</PreBuildEvent>
[25]306  </PropertyGroup>
[2]307</Project>
Note: See TracBrowser for help on using the repository browser.