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