Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2864_PermutationProblems/HeuristicLab.Problems.PFSP/3.3/HeuristicLab.Problems.PFSP-3.3.csproj @ 15521

Last change on this file since 15521 was 15521, checked in by fholzing, 6 years ago

#2864: First commit of new branch of Permutation based benchmark problems.

File size: 7.1 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>{51650B00-4CA6-41FF-8CB6-165FCACC3B51}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.PFSP</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.PFSP-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</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>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="System" />
41    <Reference Include="System.Core" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Xml.Linq" />
44    <Reference Include="System.Data.DataSetExtensions" />
45    <Reference Include="Microsoft.CSharp" />
46    <Reference Include="System.Data" />
47    <Reference Include="System.Net.Http" />
48    <Reference Include="System.Xml" />
49  </ItemGroup>
50  <ItemGroup>
51    <Compile Include="Analyzers\BestPFSPSolutionAnalyzer.cs" />
52    <Compile Include="Evaluators\AwesomeMakeSpanEvaluator.cs" />
53    <Compile Include="Evaluators\MakeSpanEvaluator.cs" />
54    <Compile Include="Evaluators\PFSPEvaluator.cs" />
55    <Compile Include="Interfaces\IMakespanEvaluator.cs" />
56    <Compile Include="JobMatrix.cs" />
57    <Compile Include="Interfaces\IPFSPEvaluator.cs" />
58    <Compile Include="PermutationFlowshopSchedulingProblem.cs" />
59    <Compile Include="Plugin.cs" />
60    <Compile Include="Properties\AssemblyInfo.cs" />
61  </ItemGroup>
62  <ItemGroup>
63    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
64      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
65      <Name>HeuristicLab.Collections-3.3</Name>
66    </ProjectReference>
67    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
68      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
69      <Name>HeuristicLab.Common.Resources-3.3</Name>
70    </ProjectReference>
71    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
72      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
73      <Name>HeuristicLab.Common-3.3</Name>
74    </ProjectReference>
75    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
76      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
77      <Name>HeuristicLab.Core-3.3</Name>
78    </ProjectReference>
79    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
80      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
81      <Name>HeuristicLab.Data-3.3</Name>
82    </ProjectReference>
83    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
84      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
85      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
86    </ProjectReference>
87    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
88      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
89      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
92      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
93      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
96      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
97      <Name>HeuristicLab.Operators-3.3</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
100      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
101      <Name>HeuristicLab.Optimization-3.3</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
104      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
105      <Name>HeuristicLab.Parameters-3.3</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
108      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
109      <Name>HeuristicLab.Persistence-3.3</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
112      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
113      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
116      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
117      <Name>HeuristicLab.Problems.Instances-3.3</Name>
118    </ProjectReference>
119  </ItemGroup>
120  <ItemGroup>
121    <None Include="HeuristicLab.snk" />
122    <None Include="Plugin.cs.frame" />
123    <None Include="Properties\AssemblyInfo.cs.frame" />
124  </ItemGroup>
125  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126  <PropertyGroup>
127    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
128set ProjectDir=$(ProjectDir)
129set SolutionDir=$(SolutionDir)
130set Outdir=$(Outdir)
131
132call PreBuildEvent.cmd
133</PreBuildEvent>
134  </PropertyGroup>
135  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
136       Other similar extension points exist, see Microsoft.Common.targets.
137  <Target Name="BeforeBuild">
138  </Target>
139  <Target Name="AfterBuild">
140  </Target>
141  -->
142</Project>
Note: See TracBrowser for help on using the repository browser.