Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj @ 8882

Last change on this file since 8882 was 8882, checked in by abeham, 11 years ago

#1329:

  • Added JSSPData class to problem instances
  • Added problem instance provider for some ORLIB JSSP instances (abz, ft, la01-20)
  • Adapted JSSP to load and export jssp problems
  • Adapted JSSP problem view to derive from ProblemView
  • Added static methods to MakespanEvaluator and MeanTardinessEvaluator
  • Fixed a bug in PRVUniformOnePositionManipulator
File size: 11.7 KB
Line 
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>{78763A4E-E163-48C2-98EB-709760D06F25}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Scheduling.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Scheduling.Views-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>$(SolutionDir)\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>$(SolutionDir)\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>$(SolutionDir)\bin\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x64</PlatformTarget>
39    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
40    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
41    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
42    <ErrorReport>prompt</ErrorReport>
43    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
45    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
46    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49    <OutputPath>$(SolutionDir)\bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x64</PlatformTarget>
54    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
55    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
56    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
59    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
60    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
61    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
62    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
63  </PropertyGroup>
64  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
65    <DebugSymbols>true</DebugSymbols>
66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
67    <DefineConstants>DEBUG;TRACE</DefineConstants>
68    <DebugType>full</DebugType>
69    <PlatformTarget>x86</PlatformTarget>
70    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
71    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
72    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
75    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
76    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
77    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
78    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
79  </PropertyGroup>
80  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
81    <OutputPath>$(SolutionDir)\bin\</OutputPath>
82    <DefineConstants>TRACE</DefineConstants>
83    <Optimize>true</Optimize>
84    <DebugType>pdbonly</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
87    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
88    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
89    <ErrorReport>prompt</ErrorReport>
90    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
91    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
92    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
93    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
94    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
95  </PropertyGroup>
96  <PropertyGroup>
97    <SignAssembly>true</SignAssembly>
98  </PropertyGroup>
99  <PropertyGroup>
100    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
101  </PropertyGroup>
102  <ItemGroup>
103    <Reference Include="System" />
104    <Reference Include="System.Core" />
105    <Reference Include="System.Drawing" />
106    <Reference Include="System.Windows.Forms" />
107  </ItemGroup>
108  <ItemGroup>
109    <Compile Include="JobShopSchedulingProblemView.cs">
110      <SubType>UserControl</SubType>
111    </Compile>
112    <Compile Include="JobShopSchedulingProblemView.Designer.cs">
113      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
114    </Compile>
115    <Compile Include="Plugin.cs" />
116    <Compile Include="Properties\AssemblyInfo.cs" />
117  </ItemGroup>
118  <ItemGroup>
119    <None Include="HeuristicLab.snk" />
120    <None Include="Plugin.cs.frame" />
121    <None Include="Properties\AssemblyInfo.cs.frame" />
122  </ItemGroup>
123  <ItemGroup>
124    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
125      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
126      <Name>HeuristicLab.Collections-3.3</Name>
127      <Private>False</Private>
128    </ProjectReference>
129    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
130      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
131      <Name>HeuristicLab.Common-3.3</Name>
132      <Private>False</Private>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
135      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
136      <Name>HeuristicLab.Core.Views-3.3</Name>
137      <Private>False</Private>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
140      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
141      <Name>HeuristicLab.Core-3.3</Name>
142      <Private>False</Private>
143    </ProjectReference>
144    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding.Views\3.3\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj">
145      <Project>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</Project>
146      <Name>HeuristicLab.Encodings.ScheduleEncoding.Views-3.3</Name>
147      <Private>False</Private>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
150      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
151      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
152      <Private>False</Private>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
155      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
156      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
157      <Private>False</Private>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
160      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
161      <Name>HeuristicLab.MainForm-3.3</Name>
162      <Private>False</Private>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
165      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
166      <Name>HeuristicLab.Optimization.Views-3.3</Name>
167      <Private>False</Private>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
170      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
171      <Name>HeuristicLab.Optimization-3.3</Name>
172      <Private>False</Private>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
175      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
176      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
177      <Private>False</Private>
178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
180      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
181      <Name>HeuristicLab.Problems.Instances-3.3</Name>
182    </ProjectReference>
183    <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
184      <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
185      <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
186      <Private>False</Private>
187    </ProjectReference>
188  </ItemGroup>
189  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
190  <PropertyGroup>
191    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
192set ProjectDir=$(ProjectDir)
193set SolutionDir=$(SolutionDir)
194set Outdir=$(Outdir)
195
196call PreBuildEvent.cmd
197</PreBuildEvent>
198    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
199export ProjectDir=$(ProjectDir)
200export SolutionDir=$(SolutionDir)
201
202$SolutionDir/PreBuildEvent.sh
203</PreBuildEvent>
204  </PropertyGroup>
205  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
206       Other similar extension points exist, see Microsoft.Common.targets.
207  <Target Name="BeforeBuild">
208  </Target>
209  <Target Name="AfterBuild">
210  </Target>
211  -->
212</Project>
Note: See TracBrowser for help on using the repository browser.