[2] | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
---|
| 2 | <PropertyGroup>
|
---|
| 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[574] | 5 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[2] | 6 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 7 | <ProjectGuid>{E39AF78A-9692-472B-B061-E2F1B1AB2C92}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.SGA</RootNamespace>
|
---|
[582] | 11 | <AssemblyName>HeuristicLab.SGA-3.2</AssemblyName>
|
---|
[2] | 12 | <SignAssembly>true</SignAssembly>
|
---|
| 13 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 14 | <FileUpgradeFlags>
|
---|
| 15 | </FileUpgradeFlags>
|
---|
| 16 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
| 17 | <UpgradeBackupLocation>
|
---|
| 18 | </UpgradeBackupLocation>
|
---|
| 19 | </PropertyGroup>
|
---|
| 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 21 | <DebugSymbols>true</DebugSymbols>
|
---|
| 22 | <DebugType>full</DebugType>
|
---|
| 23 | <Optimize>false</Optimize>
|
---|
| 24 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 25 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 26 | <ErrorReport>prompt</ErrorReport>
|
---|
| 27 | <WarningLevel>4</WarningLevel>
|
---|
| 28 | </PropertyGroup>
|
---|
| 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 30 | <DebugType>pdbonly</DebugType>
|
---|
| 31 | <Optimize>true</Optimize>
|
---|
| 32 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 33 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 34 | <ErrorReport>prompt</ErrorReport>
|
---|
| 35 | <WarningLevel>4</WarningLevel>
|
---|
[582] | 36 | <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
|
---|
[2] | 37 | </PropertyGroup>
|
---|
[564] | 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 41 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 42 | <DebugType>full</DebugType>
|
---|
| 43 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | </PropertyGroup>
|
---|
| 46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 47 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 48 | <DefineConstants>TRACE</DefineConstants>
|
---|
[582] | 49 | <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
|
---|
[564] | 50 | <Optimize>true</Optimize>
|
---|
| 51 | <DebugType>pdbonly</DebugType>
|
---|
| 52 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 53 | <ErrorReport>prompt</ErrorReport>
|
---|
| 54 | </PropertyGroup>
|
---|
[1474] | 55 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 56 | <DebugSymbols>true</DebugSymbols>
|
---|
| 57 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 58 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 59 | <DebugType>full</DebugType>
|
---|
| 60 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 61 | <ErrorReport>prompt</ErrorReport>
|
---|
| 62 | </PropertyGroup>
|
---|
| 63 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 64 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 65 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 66 | <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
|
---|
| 67 | <Optimize>true</Optimize>
|
---|
| 68 | <DebugType>pdbonly</DebugType>
|
---|
| 69 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 70 | <ErrorReport>prompt</ErrorReport>
|
---|
| 71 | </PropertyGroup>
|
---|
[2] | 72 | <ItemGroup>
|
---|
| 73 | <Reference Include="System" />
|
---|
| 74 | <Reference Include="System.Data" />
|
---|
| 75 | <Reference Include="System.Drawing" />
|
---|
| 76 | <Reference Include="System.Windows.Forms" />
|
---|
| 77 | <Reference Include="System.Xml" />
|
---|
| 78 | </ItemGroup>
|
---|
| 79 | <ItemGroup>
|
---|
| 80 | <Compile Include="HeuristicLabSGAPlugin.cs" />
|
---|
| 81 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 82 | <Compile Include="SGA.cs" />
|
---|
| 83 | <Compile Include="SGAEditor.cs">
|
---|
| 84 | <SubType>UserControl</SubType>
|
---|
| 85 | </Compile>
|
---|
| 86 | <Compile Include="SGAEditor.Designer.cs">
|
---|
| 87 | <DependentUpon>SGAEditor.cs</DependentUpon>
|
---|
| 88 | </Compile>
|
---|
| 89 | </ItemGroup>
|
---|
| 90 | <ItemGroup>
|
---|
[1534] | 91 | <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
|
---|
[2] | 92 | <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
|
---|
[1534] | 93 | <Name>HeuristicLab.Constraints-3.2</Name>
|
---|
[2] | 94 | </ProjectReference>
|
---|
[1534] | 95 | <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
[2] | 96 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
[1534] | 97 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
[2] | 98 | </ProjectReference>
|
---|
[1534] | 99 | <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
|
---|
[2] | 100 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
[1534] | 101 | <Name>HeuristicLab.Data-3.2</Name>
|
---|
[2] | 102 | </ProjectReference>
|
---|
[1534] | 103 | <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.2\HeuristicLab.Evolutionary-3.2.csproj">
|
---|
[1225] | 104 | <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
|
---|
[1534] | 105 | <Name>HeuristicLab.Evolutionary-3.2</Name>
|
---|
[1225] | 106 | </ProjectReference>
|
---|
[1534] | 107 | <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
|
---|
[2] | 108 | <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
|
---|
[1534] | 109 | <Name>HeuristicLab.Logging-3.2</Name>
|
---|
[2] | 110 | </ProjectReference>
|
---|
[1534] | 111 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
|
---|
[2] | 112 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
[1534] | 113 | <Name>HeuristicLab.Operators-3.2</Name>
|
---|
[2] | 114 | </ProjectReference>
|
---|
[1534] | 115 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[2] | 116 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 117 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 118 | </ProjectReference>
|
---|
[1534] | 119 | <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
|
---|
[2] | 120 | <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
|
---|
[1534] | 121 | <Name>HeuristicLab.Random-3.2</Name>
|
---|
[2] | 122 | </ProjectReference>
|
---|
[1534] | 123 | <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
|
---|
[2] | 124 | <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
|
---|
[1534] | 125 | <Name>HeuristicLab.Selection-3.2</Name>
|
---|
[2] | 126 | </ProjectReference>
|
---|
[1534] | 127 | <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.2\HeuristicLab.SequentialEngine-3.2.csproj">
|
---|
[2] | 128 | <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
|
---|
[1534] | 129 | <Name>HeuristicLab.SequentialEngine-3.2</Name>
|
---|
[2] | 130 | </ProjectReference>
|
---|
| 131 | </ItemGroup>
|
---|
| 132 | <ItemGroup>
|
---|
| 133 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 134 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 135 | </ItemGroup>
|
---|
| 136 | <ItemGroup>
|
---|
| 137 | <EmbeddedResource Include="SGAEditor.resx">
|
---|
| 138 | <SubType>Designer</SubType>
|
---|
| 139 | <DependentUpon>SGAEditor.cs</DependentUpon>
|
---|
| 140 | </EmbeddedResource>
|
---|
| 141 | </ItemGroup>
|
---|
| 142 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 143 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 144 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 145 | <Target Name="BeforeBuild">
|
---|
| 146 | </Target>
|
---|
| 147 | <Target Name="AfterBuild">
|
---|
| 148 | </Target>
|
---|
| 149 | -->
|
---|
[30] | 150 | <PropertyGroup>
|
---|
[852] | 151 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 152 | set ProjectDir=$(ProjectDir)
|
---|
| 153 | set SolutionDir=$(SolutionDir)
|
---|
| 154 | set Outdir=$(Outdir)
|
---|
| 155 |
|
---|
| 156 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[30] | 157 | </PropertyGroup>
|
---|
[2] | 158 | </Project> |
---|