Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj @ 6177

Last change on this file since 6177 was 6177, checked in by jhelm, 13 years ago

#1329: Implemented PriorityRulesVector based encoding and added new operators to the JSMEncoding. Added Gantt-Charts for visualization of schedules and problems.

File size: 9.8 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>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  <ItemGroup>
34    <Reference Include="System" />
35    <Reference Include="System.Core" />
36    <Reference Include="System.Drawing" />
37    <Reference Include="System.Windows.Forms" />
38    <Reference Include="System.Windows.Forms.DataVisualization" />
39    <Reference Include="System.Xml.Linq" />
40    <Reference Include="System.Data.DataSetExtensions" />
41    <Reference Include="Microsoft.CSharp" />
42    <Reference Include="System.Data" />
43    <Reference Include="System.Xml" />
44  </ItemGroup>
45  <ItemGroup>
46    <Compile Include="GanttChart.cs">
47      <SubType>UserControl</SubType>
48    </Compile>
49    <Compile Include="GanttChart.Designer.cs">
50      <DependentUpon>GanttChart.cs</DependentUpon>
51    </Compile>
52    <Compile Include="JobShopSchedulingProblemView.cs">
53      <SubType>UserControl</SubType>
54    </Compile>
55    <Compile Include="JobShopSchedulingProblemView.Designer.cs">
56      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
57    </Compile>
58    <Compile Include="JSMEncodingView.cs">
59      <SubType>UserControl</SubType>
60    </Compile>
61    <Compile Include="JSMEncodingView.Designer.cs">
62      <DependentUpon>JSMEncodingView.cs</DependentUpon>
63    </Compile>
64    <Compile Include="JSSPJobView.cs">
65      <SubType>UserControl</SubType>
66    </Compile>
67    <Compile Include="JSSPJobView.Designer.cs">
68      <DependentUpon>JSSPJobView.cs</DependentUpon>
69    </Compile>
70    <Compile Include="Plugin.cs" />
71    <Compile Include="Properties\AssemblyInfo.cs" />
72    <Compile Include="ScheduleView.cs">
73      <SubType>UserControl</SubType>
74    </Compile>
75    <Compile Include="ScheduleView.Designer.cs">
76      <DependentUpon>ScheduleView.cs</DependentUpon>
77    </Compile>
78    <Compile Include="SchedulingProblemImportDialog.cs">
79      <SubType>Form</SubType>
80    </Compile>
81    <Compile Include="SchedulingProblemImportDialog.Designer.cs">
82      <DependentUpon>SchedulingProblemImportDialog.cs</DependentUpon>
83    </Compile>
84  </ItemGroup>
85  <ItemGroup>
86    <None Include="HeuristicLab.snk" />
87    <None Include="Plugin.cs.frame" />
88    <None Include="Properties\AssemblyInfo.frame" />
89  </ItemGroup>
90  <ItemGroup>
91    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
92      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
93      <Name>HeuristicLab.Collections-3.3</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
96      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
97      <Name>HeuristicLab.Common.Resources-3.3</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
100      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
101      <Name>HeuristicLab.Common-3.3</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
104      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
105      <Name>HeuristicLab.Core.Views-3.3</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
108      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
109      <Name>HeuristicLab.Core-3.3</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
112      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
113      <Name>HeuristicLab.Data.Views-3.3</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
116      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
117      <Name>HeuristicLab.Data-3.3</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
120      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
121      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
124      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
125      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
128      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
129      <Name>HeuristicLab.MainForm-3.3</Name>
130    </ProjectReference>
131    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
132      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
133      <Name>HeuristicLab.Operators-3.3</Name>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
136      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
137      <Name>HeuristicLab.Optimization.Views-3.3</Name>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
140      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
141      <Name>HeuristicLab.Optimization-3.3</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
144      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
145      <Name>HeuristicLab.Parameters-3.3</Name>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
148      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
149      <Name>HeuristicLab.Persistence-3.3</Name>
150    </ProjectReference>
151    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
152      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
153      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
156      <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
157      <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.3\HeuristicLab.Problems.VehicleRouting-3.3.csproj">
160      <Project>{6410BDA6-3641-42B2-BABA-AA626E2F6F71}</Project>
161      <Name>HeuristicLab.Problems.VehicleRouting-3.3</Name>
162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
164      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
165      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
166    </ProjectReference>
167  </ItemGroup>
168  <ItemGroup>
169    <EmbeddedResource Include="GanttChart.resx">
170      <DependentUpon>GanttChart.cs</DependentUpon>
171    </EmbeddedResource>
172    <EmbeddedResource Include="JobShopSchedulingProblemView.resx">
173      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
174    </EmbeddedResource>
175    <EmbeddedResource Include="JSMEncodingView.resx">
176      <DependentUpon>JSMEncodingView.cs</DependentUpon>
177    </EmbeddedResource>
178    <EmbeddedResource Include="ScheduleView.resx">
179      <DependentUpon>ScheduleView.cs</DependentUpon>
180    </EmbeddedResource>
181    <EmbeddedResource Include="SchedulingProblemImportDialog.resx">
182      <DependentUpon>SchedulingProblemImportDialog.cs</DependentUpon>
183    </EmbeddedResource>
184  </ItemGroup>
185  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
186  <PropertyGroup>
187    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
188set ProjectDir=$(ProjectDir)
189set SolutionDir=$(SolutionDir)
190set Outdir=$(Outdir)
191
192call PreBuildEvent.cmd
193SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"</PreBuildEvent>
194  </PropertyGroup>
195  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
196       Other similar extension points exist, see Microsoft.Common.targets.
197  <Target Name="BeforeBuild">
198  </Target>
199  <Target Name="AfterBuild">
200  </Target>
201  -->
202</Project>
Note: See TracBrowser for help on using the repository browser.