[6406] | 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>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Encodings.ScheduleEncoding</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Encodings.ScheduleEncoding-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>
|
---|
[8757] | 20 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6406] | 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>
|
---|
[8757] | 28 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6406] | 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>
|
---|
[8757] | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 45 | <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 46 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 47 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 48 | <ErrorReport>prompt</ErrorReport>
|
---|
| 49 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 50 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 51 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 52 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 53 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 54 | </PropertyGroup>
|
---|
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 56 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 57 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 58 | <Optimize>true</Optimize>
|
---|
| 59 | <DebugType>pdbonly</DebugType>
|
---|
| 60 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 61 | <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 62 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 63 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 66 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 67 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 68 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 69 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 70 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 71 | </PropertyGroup>
|
---|
| 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 73 | <DebugSymbols>true</DebugSymbols>
|
---|
| 74 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 75 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 76 | <DebugType>full</DebugType>
|
---|
| 77 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 78 | <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 79 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 80 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 81 | <ErrorReport>prompt</ErrorReport>
|
---|
| 82 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 83 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 84 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 85 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 86 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 87 | </PropertyGroup>
|
---|
| 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
| 89 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 90 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 91 | <Optimize>true</Optimize>
|
---|
| 92 | <DebugType>pdbonly</DebugType>
|
---|
| 93 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 94 | <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 95 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 96 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 97 | <ErrorReport>prompt</ErrorReport>
|
---|
| 98 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 99 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 100 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 101 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 102 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 103 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 104 | </PropertyGroup>
|
---|
[6406] | 105 | <ItemGroup>
|
---|
| 106 | <Reference Include="System" />
|
---|
| 107 | <Reference Include="System.Core" />
|
---|
[8806] | 108 | <Reference Include="System.Drawing" />
|
---|
[6406] | 109 | </ItemGroup>
|
---|
| 110 | <ItemGroup>
|
---|
[6475] | 111 | <Compile Include="Interfaces\IDirectScheduleOperator.cs" />
|
---|
[6406] | 112 | <Compile Include="Interfaces\IJSMOperator.cs" />
|
---|
| 113 | <Compile Include="Interfaces\IPRVOperator.cs" />
|
---|
| 114 | <Compile Include="Interfaces\IPWROperator.cs" />
|
---|
| 115 | <Compile Include="Interfaces\IScheduleCreator.cs" />
|
---|
| 116 | <Compile Include="Interfaces\IScheduleCrossover.cs" />
|
---|
| 117 | <Compile Include="Interfaces\IScheduleEncoding.cs" />
|
---|
| 118 | <Compile Include="Interfaces\IScheduleManipulator.cs" />
|
---|
| 119 | <Compile Include="Interfaces\IScheduleOperator.cs" />
|
---|
| 120 | <Compile Include="JobSequenceMatrix\Crossovers\JSMCrossover.cs" />
|
---|
| 121 | <Compile Include="JobSequenceMatrix\Crossovers\JSMJOXCrossover.cs" />
|
---|
| 122 | <Compile Include="JobSequenceMatrix\Crossovers\JSMOXCrossover.cs" />
|
---|
| 123 | <Compile Include="JobSequenceMatrix\Crossovers\JSMSXXCrossover.cs" />
|
---|
| 124 | <Compile Include="JobSequenceMatrix\JSMEncoding.cs" />
|
---|
| 125 | <Compile Include="JobSequenceMatrix\JSMRandomCreator.cs" />
|
---|
| 126 | <Compile Include="JobSequenceMatrix\Manipulators\JSMManipulator.cs" />
|
---|
| 127 | <Compile Include="JobSequenceMatrix\Manipulators\JSMShiftChangeManipulator.cs" />
|
---|
| 128 | <Compile Include="JobSequenceMatrix\Manipulators\JSMSwapManipulator.cs" />
|
---|
| 129 | <Compile Include="PermutationWithRepetition\Crossovers\PWRCrossover.cs" />
|
---|
| 130 | <Compile Include="PermutationWithRepetition\Crossovers\PWRGOXCrossover.cs" />
|
---|
| 131 | <Compile Include="PermutationWithRepetition\Crossovers\PWRPPXCrossover.cs" />
|
---|
| 132 | <Compile Include="PermutationWithRepetition\Manipulators\PWRManipulator.cs" />
|
---|
[6475] | 133 | <Compile Include="PermutationWithRepetition\Manipulators\PWRInsertionManipulator.cs" />
|
---|
[6406] | 134 | <Compile Include="PermutationWithRepetition\PWREncoding.cs" />
|
---|
| 135 | <Compile Include="PermutationWithRepetition\PWRRandomCreator.cs" />
|
---|
| 136 | <Compile Include="Plugin.cs" />
|
---|
| 137 | <Compile Include="PriorityRulesVector\Crossovers\PRVCrossover.cs" />
|
---|
| 138 | <Compile Include="PriorityRulesVector\Crossovers\PRVDiscreteCrossover.cs" />
|
---|
| 139 | <Compile Include="PriorityRulesVector\Crossovers\PRVSinglePointCrossover.cs" />
|
---|
| 140 | <Compile Include="PriorityRulesVector\Manipulators\PRVManipulator.cs" />
|
---|
| 141 | <Compile Include="PriorityRulesVector\Manipulators\PRVUniformOnePositionManipulator.cs" />
|
---|
| 142 | <Compile Include="PriorityRulesVector\PRVEncoding.cs" />
|
---|
| 143 | <Compile Include="PriorityRulesVector\PRVRandomCreator.cs" />
|
---|
| 144 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[6475] | 145 | <Compile Include="ScheduleEncoding\Crossovers\DirectScheduleCrossover.cs" />
|
---|
| 146 | <Compile Include="ScheduleEncoding\Crossovers\DirectScheduleGTCrossover.cs" />
|
---|
| 147 | <Compile Include="ScheduleEncoding\GTAlgorithmUtils.cs" />
|
---|
| 148 | <Compile Include="ScheduleEncoding\Job.cs" />
|
---|
| 149 | <Compile Include="ScheduleEncoding\Manipulators\DirectScheduleManipulator.cs" />
|
---|
| 150 | <Compile Include="ScheduleEncoding\DirectScheduleRandomCreator.cs" />
|
---|
[6406] | 151 | <Compile Include="ScheduleEncoding\Resource.cs" />
|
---|
| 152 | <Compile Include="ScheduleEncoding\Schedule.cs" />
|
---|
| 153 | <Compile Include="ScheduleEncoding\ScheduledTask.cs" />
|
---|
| 154 | <Compile Include="ScheduleCreator.cs" />
|
---|
| 155 | <Compile Include="ScheduleCrossover.cs" />
|
---|
[6475] | 156 | <Compile Include="ScheduleEncoding\Task.cs" />
|
---|
[6406] | 157 | <Compile Include="ScheduleManipulator.cs" />
|
---|
| 158 | </ItemGroup>
|
---|
| 159 | <ItemGroup>
|
---|
| 160 | <None Include="HeuristicLab.snk" />
|
---|
| 161 | <None Include="Plugin.cs.frame" />
|
---|
[8759] | 162 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[6406] | 163 | </ItemGroup>
|
---|
[8800] | 164 | <ItemGroup>
|
---|
| 165 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 166 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 167 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 168 | <Private>False</Private>
|
---|
| 169 | </ProjectReference>
|
---|
| 170 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 171 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 172 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 173 | <Private>False</Private>
|
---|
| 174 | </ProjectReference>
|
---|
| 175 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 176 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 177 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 178 | <Private>False</Private>
|
---|
| 179 | </ProjectReference>
|
---|
| 180 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 181 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 182 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 183 | <Private>False</Private>
|
---|
| 184 | </ProjectReference>
|
---|
| 185 | <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
|
---|
| 186 | <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
|
---|
| 187 | <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
|
---|
| 188 | <Private>False</Private>
|
---|
| 189 | </ProjectReference>
|
---|
| 190 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
| 191 | <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
|
---|
| 192 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
| 193 | <Private>False</Private>
|
---|
| 194 | </ProjectReference>
|
---|
| 195 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 196 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 197 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 198 | <Private>False</Private>
|
---|
| 199 | </ProjectReference>
|
---|
| 200 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 201 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 202 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 203 | <Private>False</Private>
|
---|
| 204 | </ProjectReference>
|
---|
| 205 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 206 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 207 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 208 | <Private>False</Private>
|
---|
| 209 | </ProjectReference>
|
---|
| 210 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 211 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 212 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 213 | <Private>False</Private>
|
---|
| 214 | </ProjectReference>
|
---|
| 215 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 216 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 217 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 218 | <Private>False</Private>
|
---|
| 219 | </ProjectReference>
|
---|
| 220 | </ItemGroup>
|
---|
[6406] | 221 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 222 | <PropertyGroup>
|
---|
[8772] | 223 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[6406] | 224 | set ProjectDir=$(ProjectDir)
|
---|
| 225 | set SolutionDir=$(SolutionDir)
|
---|
| 226 | set Outdir=$(Outdir)
|
---|
| 227 |
|
---|
[8759] | 228 | call PreBuildEvent.cmd
|
---|
| 229 | </PreBuildEvent>
|
---|
[8800] | 230 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8772] | 231 | export ProjectDir=$(ProjectDir)
|
---|
| 232 | export SolutionDir=$(SolutionDir)
|
---|
| 233 |
|
---|
| 234 | $SolutionDir/PreBuildEvent.sh
|
---|
| 235 | </PreBuildEvent>
|
---|
[6406] | 236 | </PropertyGroup>
|
---|
| 237 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 238 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 239 | <Target Name="BeforeBuild">
|
---|
| 240 | </Target>
|
---|
| 241 | <Target Name="AfterBuild">
|
---|
| 242 | </Target>
|
---|
| 243 | -->
|
---|
| 244 | </Project> |
---|