[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>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Encodings.ScheduleEncoding.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Encodings.ScheduleEncoding.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 | <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" />
|
---|
| 42 | <Reference Include="System.Drawing" />
|
---|
| 43 | <Reference Include="System.Windows.Forms" />
|
---|
| 44 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
| 45 | <Reference Include="System.Xml.Linq" />
|
---|
| 46 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 47 | <Reference Include="Microsoft.CSharp" />
|
---|
| 48 | <Reference Include="System.Data" />
|
---|
| 49 | <Reference Include="System.Xml" />
|
---|
| 50 | </ItemGroup>
|
---|
| 51 | <ItemGroup>
|
---|
| 52 | <Compile Include="GanttChart.cs">
|
---|
| 53 | <SubType>UserControl</SubType>
|
---|
| 54 | </Compile>
|
---|
| 55 | <Compile Include="GanttChart.Designer.cs">
|
---|
| 56 | <DependentUpon>GanttChart.cs</DependentUpon>
|
---|
| 57 | </Compile>
|
---|
[6482] | 58 | <Compile Include="JobDataPoint.cs" />
|
---|
[6406] | 59 | <Compile Include="Plugin.cs" />
|
---|
| 60 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 61 | <Compile Include="ScheduleView.cs">
|
---|
| 62 | <SubType>UserControl</SubType>
|
---|
| 63 | </Compile>
|
---|
| 64 | <Compile Include="ScheduleView.Designer.cs">
|
---|
| 65 | <DependentUpon>ScheduleView.cs</DependentUpon>
|
---|
| 66 | </Compile>
|
---|
| 67 | </ItemGroup>
|
---|
| 68 | <ItemGroup>
|
---|
| 69 | <None Include="HeuristicLab.snk" />
|
---|
| 70 | <None Include="Plugin.cs.frame" />
|
---|
| 71 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 72 | </ItemGroup>
|
---|
| 73 | <ItemGroup>
|
---|
| 74 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 75 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 76 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 77 | </ProjectReference>
|
---|
| 78 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 79 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 80 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 81 | </ProjectReference>
|
---|
| 82 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 83 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 84 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 85 | </ProjectReference>
|
---|
| 86 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 87 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 88 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
| 89 | </ProjectReference>
|
---|
| 90 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 91 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 92 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 93 | </ProjectReference>
|
---|
| 94 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
| 95 | <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
|
---|
| 96 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
| 97 | </ProjectReference>
|
---|
| 98 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 99 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 100 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 101 | </ProjectReference>
|
---|
| 102 | <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
|
---|
| 103 | <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
|
---|
| 104 | <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
|
---|
| 105 | </ProjectReference>
|
---|
| 106 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
| 107 | <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
|
---|
| 108 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
| 109 | </ProjectReference>
|
---|
| 110 | <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
|
---|
| 111 | <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
|
---|
| 112 | <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
|
---|
| 113 | </ProjectReference>
|
---|
| 114 | <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
|
---|
| 115 | <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
|
---|
| 116 | <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
|
---|
| 117 | </ProjectReference>
|
---|
| 118 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 119 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
| 120 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
| 121 | </ProjectReference>
|
---|
| 122 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 123 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 124 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
| 125 | </ProjectReference>
|
---|
| 126 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 127 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 128 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 129 | </ProjectReference>
|
---|
| 130 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
| 131 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
| 132 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
| 133 | </ProjectReference>
|
---|
| 134 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 135 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 136 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 137 | </ProjectReference>
|
---|
| 138 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 139 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 140 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 141 | </ProjectReference>
|
---|
| 142 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 143 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 144 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 145 | </ProjectReference>
|
---|
| 146 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 147 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 148 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 149 | </ProjectReference>
|
---|
| 150 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.csproj">
|
---|
| 151 | <Project>{20831A74-D18F-42D9-A667-1CE3AF53DF93}</Project>
|
---|
| 152 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4</Name>
|
---|
| 153 | </ProjectReference>
|
---|
| 154 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
|
---|
| 155 | <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
|
---|
| 156 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
|
---|
| 157 | </ProjectReference>
|
---|
| 158 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj">
|
---|
| 159 | <Project>{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}</Project>
|
---|
| 160 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</Name>
|
---|
| 161 | </ProjectReference>
|
---|
| 162 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
|
---|
| 163 | <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
|
---|
| 164 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
|
---|
| 165 | </ProjectReference>
|
---|
| 166 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
| 167 | <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
|
---|
| 168 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
| 169 | </ProjectReference>
|
---|
| 170 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
| 171 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
| 172 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
| 173 | </ProjectReference>
|
---|
| 174 | <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
|
---|
| 175 | <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
|
---|
| 176 | <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
|
---|
| 177 | </ProjectReference>
|
---|
| 178 | <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.3\HeuristicLab.Problems.VehicleRouting-3.3.csproj">
|
---|
| 179 | <Project>{6410BDA6-3641-42B2-BABA-AA626E2F6F71}</Project>
|
---|
| 180 | <Name>HeuristicLab.Problems.VehicleRouting-3.3</Name>
|
---|
| 181 | </ProjectReference>
|
---|
| 182 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
| 183 | <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
|
---|
| 184 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
| 185 | </ProjectReference>
|
---|
| 186 | </ItemGroup>
|
---|
| 187 | <ItemGroup>
|
---|
| 188 | <EmbeddedResource Include="GanttChart.resx">
|
---|
| 189 | <DependentUpon>GanttChart.cs</DependentUpon>
|
---|
| 190 | </EmbeddedResource>
|
---|
| 191 | <EmbeddedResource Include="ScheduleView.resx">
|
---|
| 192 | <DependentUpon>ScheduleView.cs</DependentUpon>
|
---|
| 193 | </EmbeddedResource>
|
---|
| 194 | </ItemGroup>
|
---|
| 195 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 196 | <PropertyGroup>
|
---|
| 197 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 198 | set ProjectDir=$(ProjectDir)
|
---|
| 199 | set SolutionDir=$(SolutionDir)
|
---|
| 200 | set Outdir=$(Outdir)
|
---|
| 201 |
|
---|
| 202 | call PreBuildEvent.cmd
|
---|
| 203 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"</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> |
---|