Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj @ 16462

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

#2520: worked on reintegration of new persistence

  • added nuget references to HEAL.Fossil
  • added StorableType attributes to many classes
  • changed signature of StorableConstructors
  • removed some classes in old persistence
  • removed some unnecessary usings
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  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{59F354CB-FE13-4253-AED2-AD86372BEC27}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.ALPS</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.ALPS-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <Prefer32Bit>false</Prefer32Bit>
34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>$(SolutionDir)\bin\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x64</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43    <Prefer32Bit>false</Prefer32Bit>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
46    <OutputPath>$(SolutionDir)\bin\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x64</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <Prefer32Bit>false</Prefer32Bit>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>$(SolutionDir)\bin\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63    <Prefer32Bit>false</Prefer32Bit>
64  </PropertyGroup>
65  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
67    <DefineConstants>TRACE</DefineConstants>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup>
76    <SignAssembly>true</SignAssembly>
77  </PropertyGroup>
78  <PropertyGroup>
79    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
80  </PropertyGroup>
81  <ItemGroup>
82    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
83      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
84    </Reference>
85    <Reference Include="HEAL.Fossil, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
86      <HintPath>..\..\packages\HEAL.Fossil.1.0.0\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>
87    </Reference>
88    <Reference Include="System" />
89    <Reference Include="System.Core" />
90    <Reference Include="System.Drawing" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="AlpsOffspringSelectionGeneticAlgorithmMainLoop.cs" />
94    <Compile Include="AlpsOffspringSelectionGeneticAlgorithm.cs" />
95    <Compile Include="AlpsGeneticAlgorithmMainOperator.cs" />
96    <Compile Include="AlpsOffspringSelectionGeneticAlgorithmMainOperator.cs" />
97    <Compile Include="AlpsOffspringSelector.cs" />
98    <Compile Include="ReseedingController.cs" />
99    <Compile Include="ResultsHistoryWiper.cs" />
100    <Compile Include="WeightingReducer.cs" />
101    <Compile Include="Analyzers\OldestAverageYoungestAgeAnalyzer.cs" />
102    <Compile Include="Analyzers\AgeDistributionAnalyzer.cs" />
103    <Compile Include="AgingScheme.cs" />
104    <Compile Include="AlpsGeneticAlgorithm.cs" />
105    <Compile Include="AlpsGeneticAlgorithmMainLoop.cs" />
106    <Compile Include="Analyzers\OldestAverageYoungestAgeCalculator.cs" />
107    <Compile Include="EldersSelector.cs" />
108    <Compile Include="LastLayerCloner.cs" />
109    <Compile Include="MatingPoolCreator.cs" />
110    <Compile Include="Plugin.cs" />
111    <Compile Include="Properties\AssemblyInfo.cs" />
112  </ItemGroup>
113  <ItemGroup>
114    <None Include="HeuristicLab.snk" />
115    <None Include="packages.config" />
116    <None Include="Plugin.cs.frame" />
117    <None Include="Properties\AssemblyInfo.cs.frame" />
118  </ItemGroup>
119  <ItemGroup>
120    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
121      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
122      <Name>HeuristicLab.Analysis-3.3</Name>
123      <Private>False</Private>
124    </ProjectReference>
125    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
126      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
127      <Name>HeuristicLab.Collections-3.3</Name>
128      <Private>False</Private>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
131      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
132      <Name>HeuristicLab.Common-3.3</Name>
133      <Private>False</Private>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
136      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
137      <Name>HeuristicLab.Core-3.3</Name>
138      <Private>False</Private>
139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
141      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
142      <Name>HeuristicLab.Data-3.3</Name>
143      <Private>False</Private>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
146      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
147      <Name>HeuristicLab.Operators-3.3</Name>
148      <Private>False</Private>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
151      <Project>{25087811-f74c-4128-bc86-8324271da13e}</Project>
152      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
153      <Private>False</Private>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
156      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
157      <Name>HeuristicLab.Optimization-3.3</Name>
158      <Private>False</Private>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
161      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
162      <Name>HeuristicLab.Parameters-3.3</Name>
163      <Private>False</Private>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
166      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
167      <Name>HeuristicLab.Persistence-3.3</Name>
168      <Private>False</Private>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
171      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
172      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
173      <Private>False</Private>
174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
176      <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
177      <Name>HeuristicLab.Random-3.3</Name>
178      <Private>False</Private>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
181      <Project>{2c36cd4f-e5f5-43a4-801a-201ea895fe17}</Project>
182      <Name>HeuristicLab.Selection-3.3</Name>
183      <Private>False</Private>
184    </ProjectReference>
185  </ItemGroup>
186  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
188       Other similar extension points exist, see Microsoft.Common.targets.
189  <Target Name="BeforeBuild">
190  </Target>
191  <Target Name="AfterBuild">
192  </Target>
193  -->
194  <PropertyGroup>
195    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
196set ProjectDir=$(ProjectDir)
197set SolutionDir=$(SolutionDir)
198set Outdir=$(Outdir)
199
200call PreBuildEvent.cmd
201</PreBuildEvent>
202    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
203export ProjectDir=$(ProjectDir)
204export SolutionDir=$(SolutionDir)
205
206$SolutionDir/PreBuildEvent.sh
207</PreBuildEvent>
208  </PropertyGroup>
209</Project>
Note: See TracBrowser for help on using the repository browser.