#3017: updated build and test scripts to support VS 2022
[heuristiclab.git] / HeuristicLab.Optimization.Operators / 3.3 / HeuristicLab.Optimization.Operators-3.3.csproj
blob71d6e9c9b13d3822311798efd2317c5570a4beb2
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{25087811-F74C-4128-BC86-8324271DA13E}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>HeuristicLab.Optimization.Operators</RootNamespace>\r
12     <AssemblyName>HeuristicLab.Optimization.Operators-3.3</AssemblyName>\r
13     <SignAssembly>true</SignAssembly>\r
14     <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>\r
15     <FileUpgradeFlags>\r
16     </FileUpgradeFlags>\r
17     <OldToolsVersion>3.5</OldToolsVersion>\r
18     <UpgradeBackupLocation>\r
19     </UpgradeBackupLocation>\r
20     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>\r
21     <TargetFrameworkProfile>\r
22     </TargetFrameworkProfile>\r
23     <PublishUrl>publish\</PublishUrl>\r
24     <Install>true</Install>\r
25     <InstallFrom>Disk</InstallFrom>\r
26     <UpdateEnabled>false</UpdateEnabled>\r
27     <UpdateMode>Foreground</UpdateMode>\r
28     <UpdateInterval>7</UpdateInterval>\r
29     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
30     <UpdatePeriodically>false</UpdatePeriodically>\r
31     <UpdateRequired>false</UpdateRequired>\r
32     <MapFileExtensions>true</MapFileExtensions>\r
33     <ApplicationRevision>0</ApplicationRevision>\r
34     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
35     <IsWebBootstrapper>false</IsWebBootstrapper>\r
36     <UseApplicationTrust>false</UseApplicationTrust>\r
37     <BootstrapperEnabled>true</BootstrapperEnabled>\r
38   </PropertyGroup>\r
39   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
40     <DebugSymbols>true</DebugSymbols>\r
41     <DebugType>full</DebugType>\r
42     <Optimize>false</Optimize>\r
43     <OutputPath>$(SolutionDir)\bin\</OutputPath>\r
44     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
45     <ErrorReport>prompt</ErrorReport>\r
46     <WarningLevel>4</WarningLevel>\r
47     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
48     <Prefer32Bit>false</Prefer32Bit>\r
49   </PropertyGroup>\r
50   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
51     <DebugType>pdbonly</DebugType>\r
52     <Optimize>true</Optimize>\r
53     <OutputPath>$(SolutionDir)\bin\</OutputPath>\r
54     <DefineConstants>TRACE</DefineConstants>\r
55     <ErrorReport>prompt</ErrorReport>\r
56     <WarningLevel>4</WarningLevel>\r
57     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
58     <DocumentationFile>\r
59     </DocumentationFile>\r
60     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
61     <Prefer32Bit>false</Prefer32Bit>\r
62   </PropertyGroup>\r
63   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
64     <DebugSymbols>true</DebugSymbols>\r
65     <OutputPath>$(SolutionDir)\bin\</OutputPath>\r
66     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
67     <DebugType>full</DebugType>\r
68     <PlatformTarget>x86</PlatformTarget>\r
69     <ErrorReport>prompt</ErrorReport>\r
70     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
71     <Prefer32Bit>false</Prefer32Bit>\r
72   </PropertyGroup>\r
73   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
74     <OutputPath>$(SolutionDir)\bin\</OutputPath>\r
75     <DefineConstants>TRACE</DefineConstants>\r
76     <DocumentationFile>\r
77     </DocumentationFile>\r
78     <Optimize>true</Optimize>\r
79     <DebugType>pdbonly</DebugType>\r
80     <PlatformTarget>x86</PlatformTarget>\r
81     <ErrorReport>prompt</ErrorReport>\r
82     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
83     <Prefer32Bit>false</Prefer32Bit>\r
84   </PropertyGroup>\r
85   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">\r
86     <DebugSymbols>true</DebugSymbols>\r
87     <OutputPath>$(SolutionDir)\bin\</OutputPath>\r
88     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
89     <DebugType>full</DebugType>\r
90     <PlatformTarget>x64</PlatformTarget>\r
91     <ErrorReport>prompt</ErrorReport>\r
92     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
93     <Prefer32Bit>false</Prefer32Bit>\r
94   </PropertyGroup>\r
95   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">\r
96     <OutputPath>$(SolutionDir)\bin\</OutputPath>\r
97     <DefineConstants>TRACE</DefineConstants>\r
98     <DocumentationFile>\r
99     </DocumentationFile>\r
100     <Optimize>true</Optimize>\r
101     <DebugType>pdbonly</DebugType>\r
102     <PlatformTarget>x64</PlatformTarget>\r
103     <ErrorReport>prompt</ErrorReport>\r
104     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
105     <Prefer32Bit>false</Prefer32Bit>\r
106   </PropertyGroup>\r
107   <ItemGroup>\r
108     <Reference Include="System" />\r
109     <Reference Include="System.Core">\r
110       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
111     </Reference>\r
112     <Reference Include="System.Data" />\r
113     <Reference Include="System.Drawing" />\r
114     <Reference Include="System.Xml" />\r
115   </ItemGroup>\r
116   <ItemGroup>\r
117     <Compile Include="ChildrenCopyCreator.cs" />\r
118     <Compile Include="ExpressionCalculator.cs" />\r
119     <Compile Include="NoSimilarityCalculator.cs" />\r
120     <Compile Include="QualitySimilarityCalculator.cs" />\r
121     <Compile Include="SingleObjectiveSolutionSimilarityCalculator.cs" />\r
122     <Compile Include="GeneralizedExponentialDiscreteDoubleValueModifier.cs" />\r
123     <Compile Include="MultiObjective\CrowdedComparisonSorter.cs" />\r
124     <Compile Include="MultiObjective\CrowdingDistanceAssignment.cs" />\r
125     <Compile Include="ParentCopyCrossover.cs" />\r
126     <Compile Include="MultiObjective\FastNonDominatedSort.cs" />\r
127     <Compile Include="MultiObjective\RankAndCrowdingSorter.cs" />\r
128     <Compile Include="SingleObjectivePathRelinker.cs" />\r
129     <Compile Include="Plugin.cs" />\r
130     <Compile Include="ProgrammableAnalyzer.cs" />\r
131     <Compile Include="ShakingOperator.cs" />\r
132     <Compile Include="SolutionSimilarityCalculator.cs" />\r
133     <Compile Include="UserDefinedCrossover.cs" />\r
134     <Compile Include="UserDefinedEvaluator.cs" />\r
135     <Compile Include="UserDefinedManipulator.cs" />\r
136     <Compile Include="UserDefinedOperator.cs" />\r
137     <Compile Include="UserDefinedSolutionCreator.cs" />\r
138     <Compile Include="ProbabilisticQualityComparator.cs" />\r
139     <Compile Include="ResultsCollector.cs" />\r
140     <Compile Include="SASEGASAReunificator.cs" />\r
141     <Compile Include="SquareRootDiscreteDoubleValueModifier.cs" />\r
142     <Compile Include="DiscreteDoubleValueModifier.cs" />\r
143     <Compile Include="ExponentialDiscreteDoubleValueModifier.cs" />\r
144     <Compile Include="LinearDiscreteDoubleValueModifier.cs" />\r
145     <Compile Include="Properties\AssemblyInfo.cs" />\r
146     <Compile Include="ChildrenCreator.cs" />\r
147     <Compile Include="QuadraticDiscreteDoubleValueModifier.cs" />\r
148     <Compile Include="QualityComparator.cs" />\r
149     <Compile Include="SolutionsCreator.cs" />\r
150     <Compile Include="TabuMaker.cs" />\r
151     <Compile Include="UnidirectionalRingMigrator.cs" />\r
152     <Compile Include="WeightedParentsQualityComparator.cs" />\r
153   </ItemGroup>\r
154   <ItemGroup>\r
155     <None Include="HeuristicLab.snk" />\r
156     <None Include="Plugin.cs.frame" />\r
157     <None Include="Properties\AssemblyInfo.cs.frame" />\r
158   </ItemGroup>\r
159   <ItemGroup>\r
160     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">\r
161       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>\r
162       <Name>HeuristicLab.Collections-3.3</Name>\r
163       <Private>False</Private>\r
164     </ProjectReference>\r
165     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">\r
166       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>\r
167       <Name>HeuristicLab.Common-3.3</Name>\r
168       <Private>False</Private>\r
169     </ProjectReference>\r
170     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">\r
171       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>\r
172       <Name>HeuristicLab.Core-3.3</Name>\r
173       <Private>False</Private>\r
174     </ProjectReference>\r
175     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">\r
176       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>\r
177       <Name>HeuristicLab.Data-3.3</Name>\r
178       <Private>False</Private>\r
179     </ProjectReference>\r
180     <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj">\r
181       <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project>\r
182       <Name>HeuristicLab.Operators.Programmable-3.3</Name>\r
183       <Private>False</Private>\r
184     </ProjectReference>\r
185     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">\r
186       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>\r
187       <Name>HeuristicLab.Operators-3.3</Name>\r
188       <Private>False</Private>\r
189     </ProjectReference>\r
190     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">\r
191       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>\r
192       <Name>HeuristicLab.Optimization-3.3</Name>\r
193       <Private>False</Private>\r
194     </ProjectReference>\r
195     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">\r
196       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>\r
197       <Name>HeuristicLab.Parameters-3.3</Name>\r
198       <Private>False</Private>\r
199     </ProjectReference>\r
200     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">\r
201       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>\r
202       <Name>HeuristicLab.Persistence-3.3</Name>\r
203       <Private>False</Private>\r
204     </ProjectReference>\r
205     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">\r
206       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>\r
207       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>\r
208       <Private>False</Private>\r
209     </ProjectReference>\r
210     <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">\r
211       <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>\r
212       <Name>HeuristicLab.Selection-3.3</Name>\r
213       <Private>False</Private>\r
214     </ProjectReference>\r
215   </ItemGroup>\r
216   <ItemGroup>\r
217     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
218       <Visible>False</Visible>\r
219       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
220       <Install>false</Install>\r
221     </BootstrapperPackage>\r
222     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
223       <Visible>False</Visible>\r
224       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
225       <Install>true</Install>\r
226     </BootstrapperPackage>\r
227     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
228       <Visible>False</Visible>\r
229       <ProductName>Windows Installer 3.1</ProductName>\r
230       <Install>true</Install>\r
231     </BootstrapperPackage>\r
232   </ItemGroup>\r
233   <ItemGroup>\r
234     <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">\r
235       <SpecificVersion>False</SpecificVersion>\r
236       <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>\r
237       <Private>False</Private>\r
238     </Reference>\r
239   </ItemGroup>\r
240   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
241   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
242        Other similar extension points exist, see Microsoft.Common.targets.\r
243   <Target Name="BeforeBuild">\r
244   </Target>\r
245   <Target Name="AfterBuild">\r
246   </Target>\r
247   -->\r
248   <PropertyGroup>\r
249     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)\r
250 set ProjectDir=$(ProjectDir)\r
251 set SolutionDir=$(SolutionDir)\r
252 set Outdir=$(Outdir)\r
254 call PreBuildEvent.cmd\r
255 </PreBuildEvent>\r
256     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
257 export ProjectDir=$(ProjectDir)\r
258 export SolutionDir=$(SolutionDir)\r
260 $SolutionDir/PreBuildEvent.sh\r
261 </PreBuildEvent>\r
262   </PropertyGroup>\r
263 </Project>