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="System" />
|
---|
76 | <Reference Include="System.Core" />
|
---|
77 | <Reference Include="System.Drawing" />
|
---|
78 | </ItemGroup>
|
---|
79 | <ItemGroup>
|
---|
80 | <Compile Include="RandomSearchAlgorithm.cs" />
|
---|
81 | <None Include="HeuristicLab.snk" />
|
---|
82 | <None Include="Plugin.cs.frame" />
|
---|
83 | <Compile Include="Plugin.cs" />
|
---|
84 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
85 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
86 | </ItemGroup>
|
---|
87 | <ItemGroup>
|
---|
88 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
89 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
90 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
91 | </ProjectReference>
|
---|
92 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
93 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
94 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
95 | </ProjectReference>
|
---|
96 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
97 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
98 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
99 | </ProjectReference>
|
---|
100 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
101 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
102 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
103 | </ProjectReference>
|
---|
104 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
105 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
106 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
107 | </ProjectReference>
|
---|
108 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
109 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
110 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
111 | </ProjectReference>
|
---|
112 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
|
---|
113 | <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
|
---|
114 | <Name>HeuristicLab.Optimization.Operators-3.3</Name>
|
---|
115 | </ProjectReference>
|
---|
116 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
117 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
118 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
119 | </ProjectReference>
|
---|
120 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
121 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
122 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
123 | </ProjectReference>
|
---|
124 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
125 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
126 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
127 | </ProjectReference>
|
---|
128 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
129 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
130 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
131 | </ProjectReference>
|
---|
132 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
133 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
134 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
135 | </ProjectReference>
|
---|
136 | </ItemGroup>
|
---|
137 | <ItemGroup>
|
---|
138 | <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
139 | <SpecificVersion>False</SpecificVersion>
|
---|
140 | <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
|
---|
141 | <Private>False</Private>
|
---|
142 | </Reference>
|
---|
143 | </ItemGroup>
|
---|
144 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
145 | <PropertyGroup>
|
---|
146 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
|
---|
147 | set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
148 | set ProjectDir=$(ProjectDir)
|
---|
149 | set SolutionDir=$(SolutionDir)
|
---|
150 | set Outdir=$(Outdir)
|
---|
151 |
|
---|
152 | call PreBuildEvent.cmd
|
---|
153 | </PreBuildEvent>
|
---|
154 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
155 | export ProjectDir=$(ProjectDir)
|
---|
156 | export SolutionDir=$(SolutionDir)
|
---|
157 |
|
---|
158 | $SolutionDir/PreBuildEvent.sh
|
---|
159 | </PreBuildEvent>
|
---|
160 | </PropertyGroup>
|
---|
161 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
162 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
163 | <Target Name="BeforeBuild">
|
---|
164 | </Target>
|
---|
165 | <Target Name="AfterBuild">
|
---|
166 | </Target>
|
---|
167 | -->
|
---|
168 | </Project> |
---|