Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Encodings.ScheduleEncoding/3.3/HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj @ 16454

Last change on this file since 16454 was 16454, checked in by jkarder, 5 years ago

#2520: added nuget references to HEAL.Fossil (which has not been published yet)

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