[6041] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.Scheduling</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.Scheduling-3.3</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>bin\Debug\</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\Release\</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" />
|
---|
[6121] | 42 | <Reference Include="System.Drawing" />
|
---|
[6041] | 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.Xml" />
|
---|
| 48 | </ItemGroup>
|
---|
| 49 | <ItemGroup>
|
---|
[6121] | 50 | <Compile Include="Analyzers\BestSchedulingSolutionAnalyzer.cs" />
|
---|
[6177] | 51 | <Compile Include="Encodings\JobSequenceMatrix\JSMDecodingErrorPolicyTypes.cs" />
|
---|
| 52 | <Compile Include="Encodings\JobSequenceMatrix\Crossovers\JSMJOXCrossover.cs" />
|
---|
[6121] | 53 | <Compile Include="Encodings\JobSequenceMatrix\Crossovers\JSMCrossover.cs" />
|
---|
[6177] | 54 | <Compile Include="Encodings\JobSequenceMatrix\Crossovers\JSMOrderCrossover.cs" />
|
---|
[6121] | 55 | <Compile Include="Encodings\JobSequenceMatrix\Crossovers\JSMSXXCrossover.cs" />
|
---|
| 56 | <Compile Include="Encodings\JobSequenceMatrix\JSMDecoder.cs" />
|
---|
[6177] | 57 | <Compile Include="Encodings\JobSequenceMatrix\JSMForcingStrategyTypes.cs" />
|
---|
[6121] | 58 | <Compile Include="Encodings\JobSequenceMatrix\JSMRandomCreator.cs" />
|
---|
| 59 | <Compile Include="Encodings\JobSequenceMatrix\JSMEncoding.cs" />
|
---|
[6177] | 60 | <Compile Include="Encodings\JobSequenceMatrix\Manipulators\JSMShiftChangeManipulator.cs" />
|
---|
[6121] | 61 | <Compile Include="Encodings\JobSequenceMatrix\Manipulators\JSMManipulator.cs" />
|
---|
[6177] | 62 | <Compile Include="Encodings\JobSequenceMatrix\Manipulators\JSMInsertionManipulator.cs" />
|
---|
[6121] | 63 | <Compile Include="Encodings\JSSPCrossover.cs" />
|
---|
[6177] | 64 | <Compile Include="Encodings\JSSPDecoder.cs" />
|
---|
| 65 | <Compile Include="Encodings\JSSPEncodingTypes.cs" />
|
---|
| 66 | <Compile Include="Encodings\PriorityRulesVector\Crossovers\PRVSinglePointCrossover.cs" />
|
---|
| 67 | <Compile Include="Encodings\PriorityRulesVector\Crossovers\PRVDiscreteCrossover.cs" />
|
---|
| 68 | <Compile Include="Encodings\PriorityRulesVector\Manipulators\PRVUniformOnePositionManipulator.cs" />
|
---|
| 69 | <Compile Include="Encodings\PriorityRulesVector\PRVEncoding.cs" />
|
---|
| 70 | <Compile Include="Interfaces\IJSSPDecoder.cs" />
|
---|
| 71 | <Compile Include="Interfaces\IJSSPOperator.cs" />
|
---|
| 72 | <Compile Include="Interfaces\IPRVOperator.cs" />
|
---|
| 73 | <Compile Include="Interfaces\IJSSPEncoding.cs" />
|
---|
[6121] | 74 | <Compile Include="Encodings\JSSPCreator.cs" />
|
---|
| 75 | <Compile Include="Encodings\JSSPManipulator.cs" />
|
---|
[6177] | 76 | <Compile Include="Encodings\PriorityRulesVector\Crossovers\PRVCrossover.cs" />
|
---|
| 77 | <Compile Include="Encodings\PriorityRulesVector\PRVDecoder.cs" />
|
---|
| 78 | <Compile Include="Encodings\PriorityRulesVector\PRVRandomCreator.cs" />
|
---|
| 79 | <Compile Include="Encodings\PriorityRulesVector\Manipulators\PRVManipulator.cs" />
|
---|
[6121] | 80 | <Compile Include="Evaluators\MakespanEvaluator.cs" />
|
---|
[6177] | 81 | <Compile Include="IndexedTaskList.cs" />
|
---|
[6121] | 82 | <Compile Include="Interfaces\IJSMOperator.cs" />
|
---|
| 83 | <Compile Include="Interfaces\IJSSPCrossover.cs" />
|
---|
| 84 | <Compile Include="Interfaces\IJSSPManipulator.cs" />
|
---|
[6177] | 85 | <Compile Include="Interfaces\ISchedulingCreator.cs" />
|
---|
| 86 | <Compile Include="Interfaces\ISchedulingEvaluator.cs" />
|
---|
[6121] | 87 | <Compile Include="Resource.cs" />
|
---|
[6177] | 88 | <Compile Include="Evaluators\JSSPEvaluator.cs" />
|
---|
| 89 | <Compile Include="Interfaces\IJSSPCreator.cs" />
|
---|
[6121] | 90 | <Compile Include="JSSPJob.cs" />
|
---|
| 91 | <Compile Include="JobShopSchedulingProblem.cs" />
|
---|
| 92 | <Compile Include="JSSPTask.cs" />
|
---|
[6177] | 93 | <Compile Include="Encodings\JSSPOperator.cs" />
|
---|
| 94 | <Compile Include="Evaluators\SchedulingEvaluator.cs" />
|
---|
[6121] | 95 | <Compile Include="SchedulingProblem.cs" />
|
---|
| 96 | <Compile Include="Plugin.cs" />
|
---|
[6041] | 97 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[6121] | 98 | <Compile Include="Schedule.cs" />
|
---|
[6041] | 99 | </ItemGroup>
|
---|
| 100 | <ItemGroup>
|
---|
| 101 | <None Include="HeuristicLab.snk" />
|
---|
| 102 | <None Include="Plugin.cs.frame" />
|
---|
| 103 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 104 | </ItemGroup>
|
---|
| 105 | <ItemGroup>
|
---|
[6121] | 106 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 107 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 108 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 109 | </ProjectReference>
|
---|
| 110 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 111 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 112 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 113 | </ProjectReference>
|
---|
| 114 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 115 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 116 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 117 | </ProjectReference>
|
---|
| 118 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 119 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 120 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 121 | </ProjectReference>
|
---|
| 122 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 123 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 124 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 125 | </ProjectReference>
|
---|
[6177] | 126 | <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
|
---|
| 127 | <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
|
---|
| 128 | <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
|
---|
| 129 | </ProjectReference>
|
---|
[6121] | 130 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
| 131 | <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
|
---|
| 132 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
| 133 | </ProjectReference>
|
---|
| 134 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 135 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 136 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 137 | </ProjectReference>
|
---|
| 138 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 139 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 140 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 141 | </ProjectReference>
|
---|
| 142 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 143 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 144 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 145 | </ProjectReference>
|
---|
| 146 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 147 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 148 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 149 | </ProjectReference>
|
---|
[6041] | 150 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 151 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 152 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 153 | </ProjectReference>
|
---|
| 154 | </ItemGroup>
|
---|
[6177] | 155 | <ItemGroup />
|
---|
[6041] | 156 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 157 | <PropertyGroup>
|
---|
| 158 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 159 | set ProjectDir=$(ProjectDir)
|
---|
| 160 | set SolutionDir=$(SolutionDir)
|
---|
| 161 | set Outdir=$(Outdir)
|
---|
| 162 |
|
---|
| 163 | call PreBuildEvent.cmd
|
---|
| 164 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"</PreBuildEvent>
|
---|
| 165 | </PropertyGroup>
|
---|
| 166 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 167 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 168 | <Target Name="BeforeBuild">
|
---|
| 169 | </Target>
|
---|
| 170 | <Target Name="AfterBuild">
|
---|
| 171 | </Target>
|
---|
| 172 | -->
|
---|
| 173 | </Project> |
---|