[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>
|
---|
[7114] | 20 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[6121] | 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>
|
---|
[7114] | 28 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[6121] | 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <ItemGroup>
|
---|
[7114] | 34 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 35 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[8603] | 36 | <Private>False</Private>
|
---|
[6260] | 37 | </Reference>
|
---|
[7114] | 38 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 39 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[8603] | 40 | <Private>False</Private>
|
---|
[6260] | 41 | </Reference>
|
---|
[7114] | 42 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 43 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[8603] | 44 | <Private>False</Private>
|
---|
[6260] | 45 | </Reference>
|
---|
[7114] | 46 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
| 47 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
[8603] | 48 | <Private>False</Private>
|
---|
[6260] | 49 | </Reference>
|
---|
[7114] | 50 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
| 51 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
[8603] | 52 | <Private>False</Private>
|
---|
[7114] | 53 | </Reference>
|
---|
| 54 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
| 55 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
[8603] | 56 | <Private>False</Private>
|
---|
[7114] | 57 | </Reference>
|
---|
| 58 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 59 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
[8603] | 60 | <Private>False</Private>
|
---|
[7114] | 61 | </Reference>
|
---|
| 62 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 63 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[8603] | 64 | <Private>False</Private>
|
---|
[7114] | 65 | </Reference>
|
---|
[6121] | 66 | <Reference Include="System" />
|
---|
| 67 | <Reference Include="System.Core" />
|
---|
| 68 | <Reference Include="System.Drawing" />
|
---|
| 69 | <Reference Include="System.Windows.Forms" />
|
---|
| 70 | </ItemGroup>
|
---|
| 71 | <ItemGroup>
|
---|
| 72 | <Compile Include="JobShopSchedulingProblemView.cs">
|
---|
| 73 | <SubType>UserControl</SubType>
|
---|
| 74 | </Compile>
|
---|
| 75 | <Compile Include="JobShopSchedulingProblemView.Designer.cs">
|
---|
| 76 | <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
|
---|
| 77 | </Compile>
|
---|
| 78 | <Compile Include="Plugin.cs" />
|
---|
| 79 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 80 | <Compile Include="SchedulingProblemImportDialog.cs">
|
---|
| 81 | <SubType>Form</SubType>
|
---|
| 82 | </Compile>
|
---|
| 83 | <Compile Include="SchedulingProblemImportDialog.Designer.cs">
|
---|
| 84 | <DependentUpon>SchedulingProblemImportDialog.cs</DependentUpon>
|
---|
| 85 | </Compile>
|
---|
| 86 | </ItemGroup>
|
---|
| 87 | <ItemGroup>
|
---|
| 88 | <None Include="HeuristicLab.snk" />
|
---|
| 89 | <None Include="Plugin.cs.frame" />
|
---|
| 90 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 91 | </ItemGroup>
|
---|
| 92 | <ItemGroup>
|
---|
[6406] | 93 | <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding.Views\3.3\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj">
|
---|
[6364] | 94 | <Project>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</Project>
|
---|
[6406] | 95 | <Name>HeuristicLab.Encodings.ScheduleEncoding.Views-3.3</Name>
|
---|
[8603] | 96 | <Private>False</Private>
|
---|
[6364] | 97 | </ProjectReference>
|
---|
[6406] | 98 | <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
|
---|
[6294] | 99 | <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
|
---|
[6406] | 100 | <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
|
---|
[8603] | 101 | <Private>False</Private>
|
---|
[6294] | 102 | </ProjectReference>
|
---|
[6121] | 103 | <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
|
---|
| 104 | <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
|
---|
| 105 | <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
|
---|
[8603] | 106 | <Private>False</Private>
|
---|
[6121] | 107 | </ProjectReference>
|
---|
| 108 | </ItemGroup>
|
---|
| 109 | <ItemGroup>
|
---|
| 110 | <EmbeddedResource Include="JobShopSchedulingProblemView.resx">
|
---|
| 111 | <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
|
---|
| 112 | </EmbeddedResource>
|
---|
| 113 | <EmbeddedResource Include="SchedulingProblemImportDialog.resx">
|
---|
| 114 | <DependentUpon>SchedulingProblemImportDialog.cs</DependentUpon>
|
---|
| 115 | </EmbeddedResource>
|
---|
| 116 | </ItemGroup>
|
---|
| 117 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 118 | <PropertyGroup>
|
---|
| 119 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 120 | set ProjectDir=$(ProjectDir)
|
---|
| 121 | set SolutionDir=$(SolutionDir)
|
---|
| 122 | set Outdir=$(Outdir)
|
---|
| 123 |
|
---|
[7116] | 124 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[6121] | 125 | </PropertyGroup>
|
---|
| 126 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 127 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 128 | <Target Name="BeforeBuild">
|
---|
| 129 | </Target>
|
---|
| 130 | <Target Name="AfterBuild">
|
---|
| 131 | </Target>
|
---|
| 132 | -->
|
---|
| 133 | </Project> |
---|