Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Algorithms.RandomSearch/3.3/HeuristicLab.Algorithms.RandomSearch-3.3.csproj @ 16539

Last change on this file since 16539 was 16539, checked in by gkronber, 5 years ago

#2520: use nuget package System.Drawing.Common to allow cross-platform persistence for types from System.Drawing.

File size: 8.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.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>{4A15DC1A-51EE-4CB7-AC05-F5AFDDECE1B1}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.RandomSearch</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.RandomSearch-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>$(SolutionDir)\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>$(SolutionDir)\bin\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
33    <DebugSymbols>true</DebugSymbols>
34    <OutputPath>$(SolutionDir)\bin\</OutputPath>
35    <DefineConstants>DEBUG;TRACE</DefineConstants>
36    <DebugType>full</DebugType>
37    <PlatformTarget>x64</PlatformTarget>
38    <ErrorReport>prompt</ErrorReport>
39    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
42    <OutputPath>$(SolutionDir)\bin\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x64</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
51    <DebugSymbols>true</DebugSymbols>
52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
53    <DefineConstants>DEBUG;TRACE</DefineConstants>
54    <DebugType>full</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup>
69    <SignAssembly>true</SignAssembly>
70  </PropertyGroup>
71  <PropertyGroup>
72    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
73  </PropertyGroup>
74  <ItemGroup>
75    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
76      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
77    </Reference>
78    <Reference Include="HEAL.Fossil, Version=1.0.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <HintPath>..\..\packages\HEAL.Fossil.1.0.1\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>
80    </Reference>
81    <Reference Include="System" />
82    <Reference Include="System.Core" />
83    <Reference Include="System.Drawing" />
84    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
85      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
86    </Reference>
87  </ItemGroup>
88  <ItemGroup>
89    <Compile Include="RandomSearchAlgorithm.cs" />
90    <None Include="HeuristicLab.snk" />
91    <None Include="packages.config" />
92    <None Include="Plugin.cs.frame" />
93    <Compile Include="Plugin.cs" />
94    <None Include="Properties\AssemblyInfo.cs.frame" />
95    <Compile Include="Properties\AssemblyInfo.cs" />
96  </ItemGroup>
97  <ItemGroup>
98    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
99      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
100      <Name>HeuristicLab.Analysis-3.3</Name>
101    </ProjectReference>
102    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
103      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
104      <Name>HeuristicLab.Collections-3.3</Name>
105    </ProjectReference>
106    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
107      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
108      <Name>HeuristicLab.Common-3.3</Name>
109    </ProjectReference>
110    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
111      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
112      <Name>HeuristicLab.Core-3.3</Name>
113    </ProjectReference>
114    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
115      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
116      <Name>HeuristicLab.Data-3.3</Name>
117    </ProjectReference>
118    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
119      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
120      <Name>HeuristicLab.Operators-3.3</Name>
121    </ProjectReference>
122    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
123      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
124      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
125    </ProjectReference>
126    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
127      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
128      <Name>HeuristicLab.Optimization-3.3</Name>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
131      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
132      <Name>HeuristicLab.Parameters-3.3</Name>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
135      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
136      <Name>HeuristicLab.Persistence-3.3</Name>
137    </ProjectReference>
138    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
139      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
140      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
143      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
144      <Name>HeuristicLab.Random-3.3</Name>
145    </ProjectReference>
146  </ItemGroup>
147  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
148  <PropertyGroup>
149    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
150      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
151      set ProjectDir=$(ProjectDir)
152      set SolutionDir=$(SolutionDir)
153      set Outdir=$(Outdir)
154
155      call PreBuildEvent.cmd
156    </PreBuildEvent>
157    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
158      export ProjectDir=$(ProjectDir)
159      export SolutionDir=$(SolutionDir)
160
161      $SolutionDir/PreBuildEvent.sh
162    </PreBuildEvent>
163  </PropertyGroup>
164  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165       Other similar extension points exist, see Microsoft.Common.targets.
166  <Target Name="BeforeBuild">
167  </Target>
168  <Target Name="AfterBuild">
169  </Target>
170  -->
171</Project>
Note: See TracBrowser for help on using the repository browser.