[2498] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{C664305E-497C-4533-A140-967DEDB05C19}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Optimizer</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Optimizer-3.3</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | <DocumentationFile>bin\Release\HeuristicLab.Optimizer-3.3.XML</DocumentationFile>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <ItemGroup>
|
---|
| 37 | <Reference Include="System" />
|
---|
| 38 | <Reference Include="System.Core">
|
---|
| 39 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 40 | </Reference>
|
---|
[2501] | 41 | <Reference Include="System.Drawing" />
|
---|
[2498] | 42 | <Reference Include="System.Windows.Forms" />
|
---|
| 43 | <Reference Include="System.Xml.Linq">
|
---|
| 44 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 45 | </Reference>
|
---|
| 46 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 47 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 48 | </Reference>
|
---|
| 49 | <Reference Include="System.Data" />
|
---|
| 50 | <Reference Include="System.Xml" />
|
---|
| 51 | </ItemGroup>
|
---|
| 52 | <ItemGroup>
|
---|
[2546] | 53 | <Compile Include="FileManager.cs" />
|
---|
[2520] | 54 | <Compile Include="MenuItems\CloseMenuItem.cs" />
|
---|
| 55 | <Compile Include="MenuItems\CloseAllMenuItem.cs" />
|
---|
| 56 | <Compile Include="MenuItems\SaveAllMenuItem.cs" />
|
---|
| 57 | <Compile Include="MenuItems\SaveAsMenuItem.cs" />
|
---|
| 58 | <Compile Include="MenuItems\SaveMenuItem.cs" />
|
---|
| 59 | <Compile Include="MenuItems\OpenMenuItem.cs" />
|
---|
| 60 | <Compile Include="MenuItems\ExitMenuItem.cs" />
|
---|
[2498] | 61 | <Compile Include="HeuristicLabOptimizerApplication.cs" />
|
---|
| 62 | <Compile Include="HeuristicLabOptimizerPlugin.cs" />
|
---|
[2501] | 63 | <Compile Include="IOptimizerUserInterfaceItemProvider.cs" />
|
---|
[2520] | 64 | <Compile Include="MenuItems\NewMenuItem.cs" />
|
---|
| 65 | <Compile Include="MenuItems\Separators.cs" />
|
---|
[2546] | 66 | <Compile Include="NewItemDialog.cs">
|
---|
[2520] | 67 | <SubType>Form</SubType>
|
---|
| 68 | </Compile>
|
---|
[2546] | 69 | <Compile Include="NewItemDialog.Designer.cs">
|
---|
| 70 | <DependentUpon>NewItemDialog.cs</DependentUpon>
|
---|
[2520] | 71 | </Compile>
|
---|
[2547] | 72 | <Compile Include="OptimizerMainForm.cs">
|
---|
| 73 | <SubType>Form</SubType>
|
---|
| 74 | </Compile>
|
---|
| 75 | <Compile Include="OptimizerMainForm.Designer.cs">
|
---|
| 76 | <DependentUpon>OptimizerMainForm.cs</DependentUpon>
|
---|
| 77 | </Compile>
|
---|
[2498] | 78 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[2546] | 79 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 80 | <AutoGen>True</AutoGen>
|
---|
| 81 | <DesignTime>True</DesignTime>
|
---|
| 82 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 83 | </Compile>
|
---|
[2520] | 84 | <Compile Include="ToolBarItems\SaveAllToolBarItem.cs" />
|
---|
| 85 | <Compile Include="ToolBarItems\SaveToolBarItem.cs" />
|
---|
| 86 | <Compile Include="ToolBarItems\OpenToolBarItem.cs" />
|
---|
| 87 | <Compile Include="ToolBarItems\NewToolBarItem.cs" />
|
---|
[2498] | 88 | </ItemGroup>
|
---|
| 89 | <ItemGroup>
|
---|
| 90 | <None Include="HeuristicLab.snk" />
|
---|
| 91 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 92 | </ItemGroup>
|
---|
| 93 | <ItemGroup>
|
---|
[2501] | 94 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
|
---|
| 95 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 96 | <Name>HeuristicLab.Common.Resources-3.2</Name>
|
---|
| 97 | </ProjectReference>
|
---|
[2546] | 98 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 99 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 100 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
| 101 | </ProjectReference>
|
---|
| 102 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 103 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 104 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 105 | </ProjectReference>
|
---|
[2499] | 106 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
|
---|
[2498] | 107 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
[2499] | 108 | <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
|
---|
[2498] | 109 | </ProjectReference>
|
---|
[2501] | 110 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
|
---|
| 111 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 112 | <Name>HeuristicLab.MainForm-3.2</Name>
|
---|
| 113 | </ProjectReference>
|
---|
[2546] | 114 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 115 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 116 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 117 | </ProjectReference>
|
---|
[2498] | 118 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 119 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 120 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 121 | </ProjectReference>
|
---|
| 122 | </ItemGroup>
|
---|
[2520] | 123 | <ItemGroup>
|
---|
[2546] | 124 | <EmbeddedResource Include="NewItemDialog.resx">
|
---|
| 125 | <DependentUpon>NewItemDialog.cs</DependentUpon>
|
---|
[2520] | 126 | </EmbeddedResource>
|
---|
[2547] | 127 | <EmbeddedResource Include="OptimizerMainForm.resx">
|
---|
| 128 | <DependentUpon>OptimizerMainForm.cs</DependentUpon>
|
---|
| 129 | </EmbeddedResource>
|
---|
[2546] | 130 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 131 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 132 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 133 | </EmbeddedResource>
|
---|
[2520] | 134 | </ItemGroup>
|
---|
[2498] | 135 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 136 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 137 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 138 | <Target Name="BeforeBuild">
|
---|
| 139 | </Target>
|
---|
| 140 | <Target Name="AfterBuild">
|
---|
| 141 | </Target>
|
---|
| 142 | -->
|
---|
| 143 | <PropertyGroup>
|
---|
| 144 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 145 | set ProjectDir=$(ProjectDir)
|
---|
| 146 | set SolutionDir=$(SolutionDir)
|
---|
| 147 | set Outdir=$(Outdir)
|
---|
| 148 |
|
---|
| 149 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 150 | </PropertyGroup>
|
---|
| 151 | </Project> |
---|