[3645] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[4065] | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[3645] | 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>{4FE983A1-AAF8-4977-B9E2-52B3224510CB}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.OneMax.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.OneMax.Views-3.3</AssemblyName>
|
---|
[11677] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[6866] | 14 | <TargetFrameworkProfile>
|
---|
| 15 | </TargetFrameworkProfile>
|
---|
[3645] | 16 | <FileAlignment>512</FileAlignment>
|
---|
| 17 | <SignAssembly>true</SignAssembly>
|
---|
| 18 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[4065] | 19 | <FileUpgradeFlags>
|
---|
| 20 | </FileUpgradeFlags>
|
---|
| 21 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 22 | <UpgradeBackupLocation />
|
---|
| 23 | <PublishUrl>publish\</PublishUrl>
|
---|
| 24 | <Install>true</Install>
|
---|
| 25 | <InstallFrom>Disk</InstallFrom>
|
---|
| 26 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 27 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 28 | <UpdateInterval>7</UpdateInterval>
|
---|
| 29 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 30 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 31 | <UpdateRequired>false</UpdateRequired>
|
---|
| 32 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 33 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 35 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 36 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 37 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[3645] | 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <Optimize>false</Optimize>
|
---|
[6866] | 43 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[3645] | 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11677] | 48 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[3645] | 49 | </PropertyGroup>
|
---|
| 50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 51 | <DebugType>pdbonly</DebugType>
|
---|
| 52 | <Optimize>true</Optimize>
|
---|
[6866] | 53 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[3645] | 54 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 55 | <ErrorReport>prompt</ErrorReport>
|
---|
| 56 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 57 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11677] | 58 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[3645] | 59 | </PropertyGroup>
|
---|
| 60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 61 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 62 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[3645] | 63 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 64 | <DebugType>full</DebugType>
|
---|
| 65 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 66 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 67 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11677] | 68 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[3645] | 69 | </PropertyGroup>
|
---|
| 70 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[6866] | 71 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[3645] | 72 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 73 | <Optimize>true</Optimize>
|
---|
| 74 | <DebugType>pdbonly</DebugType>
|
---|
| 75 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 76 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 77 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11677] | 78 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[3645] | 79 | </PropertyGroup>
|
---|
| 80 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 81 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 82 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[3645] | 83 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 84 | <DebugType>full</DebugType>
|
---|
| 85 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 86 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 87 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11677] | 88 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[3645] | 89 | </PropertyGroup>
|
---|
| 90 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[6866] | 91 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[3645] | 92 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 93 | <Optimize>true</Optimize>
|
---|
| 94 | <DebugType>pdbonly</DebugType>
|
---|
| 95 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 96 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 97 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11677] | 98 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[3645] | 99 | </PropertyGroup>
|
---|
| 100 | <ItemGroup>
|
---|
| 101 | <Reference Include="System" />
|
---|
| 102 | <Reference Include="System.Core">
|
---|
| 103 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 104 | </Reference>
|
---|
| 105 | <Reference Include="System.Drawing" />
|
---|
| 106 | <Reference Include="System.Windows.Forms" />
|
---|
| 107 | <Reference Include="System.Xml.Linq">
|
---|
| 108 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 109 | </Reference>
|
---|
| 110 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 111 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 112 | </Reference>
|
---|
| 113 | <Reference Include="System.Data" />
|
---|
| 114 | <Reference Include="System.Xml" />
|
---|
| 115 | </ItemGroup>
|
---|
| 116 | <ItemGroup>
|
---|
| 117 | <Compile Include="OneMaxSolutionView.cs">
|
---|
| 118 | <SubType>UserControl</SubType>
|
---|
| 119 | </Compile>
|
---|
| 120 | <Compile Include="OneMaxSolutionView.Designer.cs">
|
---|
| 121 | <DependentUpon>OneMaxSolutionView.cs</DependentUpon>
|
---|
| 122 | </Compile>
|
---|
[6866] | 123 | <Compile Include="Plugin.cs" />
|
---|
[3645] | 124 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 125 | </ItemGroup>
|
---|
| 126 | <ItemGroup>
|
---|
| 127 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 128 | <None Include="Plugin.cs.frame" />
|
---|
| 129 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[3645] | 130 | </ItemGroup>
|
---|
| 131 | <ItemGroup>
|
---|
| 132 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 133 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 134 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[6866] | 135 | <Private>False</Private>
|
---|
[3645] | 136 | </ProjectReference>
|
---|
| 137 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 138 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 139 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
[6866] | 140 | <Private>False</Private>
|
---|
[3645] | 141 | </ProjectReference>
|
---|
| 142 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 143 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 144 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[6866] | 145 | <Private>False</Private>
|
---|
[3645] | 146 | </ProjectReference>
|
---|
| 147 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 148 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 149 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[6866] | 150 | <Private>False</Private>
|
---|
[3645] | 151 | </ProjectReference>
|
---|
| 152 | <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
|
---|
| 153 | <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
|
---|
| 154 | <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
|
---|
[6866] | 155 | <Private>False</Private>
|
---|
[3645] | 156 | </ProjectReference>
|
---|
| 157 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 158 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
| 159 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
[6866] | 160 | <Private>False</Private>
|
---|
[3645] | 161 | </ProjectReference>
|
---|
| 162 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 163 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 164 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
[6866] | 165 | <Private>False</Private>
|
---|
[3645] | 166 | </ProjectReference>
|
---|
[3832] | 167 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[3645] | 168 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[3832] | 169 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 170 | <Private>False</Private>
|
---|
[3645] | 171 | </ProjectReference>
|
---|
| 172 | <ProjectReference Include="..\..\HeuristicLab.Problems.OneMax\3.3\HeuristicLab.Problems.OneMax-3.3.csproj">
|
---|
| 173 | <Project>{F62BCD22-FB83-4444-9401-8031C2487A86}</Project>
|
---|
| 174 | <Name>HeuristicLab.Problems.OneMax-3.3</Name>
|
---|
[6866] | 175 | <Private>False</Private>
|
---|
[3645] | 176 | </ProjectReference>
|
---|
| 177 | </ItemGroup>
|
---|
[4065] | 178 | <ItemGroup>
|
---|
| 179 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 180 | <Visible>False</Visible>
|
---|
| 181 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 182 | <Install>false</Install>
|
---|
| 183 | </BootstrapperPackage>
|
---|
| 184 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 185 | <Visible>False</Visible>
|
---|
| 186 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 187 | <Install>true</Install>
|
---|
| 188 | </BootstrapperPackage>
|
---|
| 189 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 190 | <Visible>False</Visible>
|
---|
| 191 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 192 | <Install>true</Install>
|
---|
| 193 | </BootstrapperPackage>
|
---|
| 194 | </ItemGroup>
|
---|
[3645] | 195 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 196 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 197 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 198 | <Target Name="BeforeBuild">
|
---|
| 199 | </Target>
|
---|
| 200 | <Target Name="AfterBuild">
|
---|
| 201 | </Target>
|
---|
| 202 | -->
|
---|
| 203 | <PropertyGroup>
|
---|
[11677] | 204 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[3645] | 205 | set ProjectDir=$(ProjectDir)
|
---|
| 206 | set SolutionDir=$(SolutionDir)
|
---|
| 207 | set Outdir=$(Outdir)
|
---|
| 208 |
|
---|
| 209 | call PreBuildEvent.cmd
|
---|
[6866] | 210 | </PreBuildEvent>
|
---|
[11677] | 211 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 212 | export ProjectDir=$(ProjectDir)
|
---|
| 213 | export SolutionDir=$(SolutionDir)
|
---|
| 214 |
|
---|
| 215 | $SolutionDir/PreBuildEvent.sh
|
---|
| 216 | </PreBuildEvent>
|
---|
[3645] | 217 | </PropertyGroup>
|
---|
| 218 | </Project> |
---|