Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj @ 16559

Last change on this file since 16559 was 16559, checked in by jkarder, 5 years ago

#2520: renamed Fossil to Attic and set version to 1.0.0-pre01

File size: 14.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>v4.6.1</TargetFrameworkVersion>
22    <TargetFrameworkProfile>
23    </TargetFrameworkProfile>
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>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <DocumentationFile>
48    </DocumentationFile>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50    <Prefer32Bit>false</Prefer32Bit>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
55    <OutputPath>$(SolutionDir)\bin\</OutputPath>
56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
59    <DocumentationFile>
60    </DocumentationFile>
61    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63    <Prefer32Bit>false</Prefer32Bit>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
66    <DebugSymbols>true</DebugSymbols>
67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
68    <DefineConstants>DEBUG;TRACE</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
76    <OutputPath>$(SolutionDir)\bin\</OutputPath>
77    <DefineConstants>TRACE</DefineConstants>
78    <DocumentationFile>
79    </DocumentationFile>
80    <Optimize>true</Optimize>
81    <DebugType>pdbonly</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85    <Prefer32Bit>false</Prefer32Bit>
86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
88    <DebugSymbols>true</DebugSymbols>
89    <OutputPath>$(SolutionDir)\bin\</OutputPath>
90    <DefineConstants>DEBUG;TRACE</DefineConstants>
91    <DebugType>full</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95    <Prefer32Bit>false</Prefer32Bit>
96  </PropertyGroup>
97  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
98    <OutputPath>$(SolutionDir)\bin\</OutputPath>
99    <DefineConstants>TRACE</DefineConstants>
100    <DocumentationFile>
101    </DocumentationFile>
102    <Optimize>true</Optimize>
103    <DebugType>pdbonly</DebugType>
104    <PlatformTarget>x64</PlatformTarget>
105    <ErrorReport>prompt</ErrorReport>
106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
107    <Prefer32Bit>false</Prefer32Bit>
108  </PropertyGroup>
109  <ItemGroup>
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">
114      <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre01\lib\netstandard2.0\HEAL.Attic.dll</HintPath>
115    </Reference>
116    <Reference Include="System" />
117    <Reference Include="System.Core">
118      <RequiredTargetFramework>3.5</RequiredTargetFramework>
119    </Reference>
120    <Reference Include="System.Data" />
121    <Reference Include="System.Drawing" />
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>
125    <Reference Include="System.Xml" />
126  </ItemGroup>
127  <ItemGroup>
128    <Compile Include="Attributes\ItemAttribute.cs" />
129    <Compile Include="Attributes\CreatableAttribute.cs" />
130    <None Include="packages.config" />
131    <None Include="Plugin.cs.frame" />
132    <Compile Include="Collections\CheckedItemCollection.cs" />
133    <Compile Include="Collections\CheckedItemList.cs" />
134    <Compile Include="Collections\DirectedGraph\Arc.cs" />
135    <Compile Include="Collections\DirectedGraph\DirectedGraph.cs" />
136    <Compile Include="Collections\DirectedGraph\Vertex.cs" />
137    <Compile Include="Collections\ReadOnlyCheckedItemCollection.cs" />
138    <Compile Include="Collections\ReadOnlyCheckedItemList.cs">
139      <SubType>Code</SubType>
140    </Compile>
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" />
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" />
169    <Compile Include="Interfaces\DirectedGraph\IArc.cs" />
170    <Compile Include="Interfaces\DirectedGraph\IDirectedGraph.cs" />
171    <Compile Include="Interfaces\DirectedGraph\IVertex.cs" />
172    <Compile Include="Interfaces\ICheckedMultiOperator.cs" />
173    <Compile Include="Interfaces\IConstrainedValueParameter.cs" />
174    <Compile Include="Interfaces\IInstrumentedOperator.cs" />
175    <Compile Include="Interfaces\IMultiOperator.cs" />
176    <Compile Include="Interfaces\IFixedValueParameter.cs" />
177    <Compile Include="Interfaces\IOperatorGraphOperator.cs" />
178    <Compile Include="Interfaces\IProgrammableItem.cs" />
179    <Compile Include="Interfaces\IStatefulItem.cs" />
180    <Compile Include="OperatorExecutionException.cs" />
181    <Compile Include="Interfaces\IScopeTreeLookupParameter.cs" />
182    <Compile Include="Interfaces\ICheckedItemList.cs" />
183    <Compile Include="Interfaces\ICheckedItemCollection.cs" />
184    <Compile Include="PersistenceContentManager.cs" />
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" />
191    <Compile Include="Log.cs" />
192    <Compile Include="Executable.cs" />
193    <Compile Include="ExecutionState.cs" />
194    <Compile Include="Interfaces\ILog.cs" />
195    <Compile Include="Interfaces\IExecutable.cs" />
196    <Compile Include="Interfaces\IParameterizedNamedItem.cs" />
197    <Compile Include="Interfaces\IParameterizedItem.cs" />
198    <Compile Include="Interfaces\IAtomicOperation.cs" />
199    <Compile Include="Interfaces\IExecutionContext.cs" />
200    <Compile Include="Interfaces\IOperation.cs" />
201    <Compile Include="ParameterizedNamedItem.cs" />
202    <Compile Include="Interfaces\IValueLookupParameter.cs" />
203    <Compile Include="Interfaces\IValueParameter.cs" />
204    <Compile Include="Interfaces\ILookupParameter.cs" />
205    <Compile Include="Engine.cs" />
206    <Compile Include="Interfaces\IScope.cs" />
207    <Compile Include="Interfaces\IVariable.cs" />
208    <Compile Include="Item.cs" />
209    <Compile Include="NamedItem.cs" />
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" />
217    <Compile Include="Interfaces\IItem.cs" />
218    <Compile Include="Interfaces\IRandom.cs" />
219    <Compile Include="Plugin.cs" />
220    <Compile Include="Scope.cs" />
221    <Compile Include="Interfaces\IOperator.cs" />
222    <Compile Include="Properties\AssemblyInfo.cs" />
223    <Compile Include="ThreadSafeLog.cs" />
224    <Compile Include="Variable.cs" />
225  </ItemGroup>
226  <ItemGroup>
227    <None Include="HeuristicLab.snk" />
228    <None Include="Properties\AssemblyInfo.cs.frame" />
229  </ItemGroup>
230  <ItemGroup>
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>
234      <Private>False</Private>
235    </ProjectReference>
236    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
237      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
238      <Name>HeuristicLab.Common.Resources-3.3</Name>
239      <Private>False</Private>
240    </ProjectReference>
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>
244      <Private>False</Private>
245    </ProjectReference>
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>
249      <Private>False</Private>
250    </ProjectReference>
251    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
252      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
253      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
254      <Private>False</Private>
255    </ProjectReference>
256  </ItemGroup>
257  <ItemGroup>
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>
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>
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>
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  -->
292  <PropertyGroup>
293    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
294set ProjectDir=$(ProjectDir)
295set SolutionDir=$(SolutionDir)
296set Outdir=$(Outdir)
297
298call PreBuildEvent.cmd
299</PreBuildEvent>
300    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
301export ProjectDir=$(ProjectDir)
302export SolutionDir=$(SolutionDir)
303
304$SolutionDir/PreBuildEvent.sh
305</PreBuildEvent>
306  </PropertyGroup>
307</Project>
Note: See TracBrowser for help on using the repository browser.