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