[9430] | 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>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{3F9E665A-3DCB-49C3-8806-0E47FC48EA52}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.GPDL.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.GPDL.Views-3.4</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 14 | <TargetFrameworkProfile>
|
---|
| 15 | </TargetFrameworkProfile>
|
---|
| 16 | <FileAlignment>512</FileAlignment>
|
---|
| 17 | <SignAssembly>true</SignAssembly>
|
---|
| 18 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 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>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <Optimize>false</Optimize>
|
---|
| 43 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <WarningLevel>4</WarningLevel>
|
---|
| 47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 50 | <DebugType>pdbonly</DebugType>
|
---|
| 51 | <Optimize>true</Optimize>
|
---|
| 52 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 53 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | <WarningLevel>4</WarningLevel>
|
---|
| 56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 57 | </PropertyGroup>
|
---|
| 58 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 59 | <DebugSymbols>true</DebugSymbols>
|
---|
| 60 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 61 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 62 | <DebugType>full</DebugType>
|
---|
| 63 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 66 | </PropertyGroup>
|
---|
| 67 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 68 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 69 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 70 | <Optimize>true</Optimize>
|
---|
| 71 | <DebugType>pdbonly</DebugType>
|
---|
| 72 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 73 | <ErrorReport>prompt</ErrorReport>
|
---|
| 74 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 75 | </PropertyGroup>
|
---|
| 76 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 77 | <DebugSymbols>true</DebugSymbols>
|
---|
| 78 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 79 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 80 | <DebugType>full</DebugType>
|
---|
| 81 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 82 | <ErrorReport>prompt</ErrorReport>
|
---|
| 83 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 84 | </PropertyGroup>
|
---|
| 85 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 86 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 87 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 88 | <Optimize>true</Optimize>
|
---|
| 89 | <DebugType>pdbonly</DebugType>
|
---|
| 90 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 91 | <ErrorReport>prompt</ErrorReport>
|
---|
| 92 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 93 | </PropertyGroup>
|
---|
| 94 | <ItemGroup>
|
---|
[9846] | 95 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 96 | <SpecificVersion>False</SpecificVersion>
|
---|
| 97 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
|
---|
| 98 | </Reference>
|
---|
| 99 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 100 | <SpecificVersion>False</SpecificVersion>
|
---|
| 101 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 102 | </Reference>
|
---|
[9528] | 103 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
[9430] | 104 | <SpecificVersion>False</SpecificVersion>
|
---|
[9528] | 105 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 106 | <Private>False</Private>
|
---|
[9430] | 107 | </Reference>
|
---|
[9528] | 108 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 109 | <SpecificVersion>False</SpecificVersion>
|
---|
| 110 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 111 | <Private>False</Private>
|
---|
[9430] | 112 | </Reference>
|
---|
[9528] | 113 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 114 | <SpecificVersion>False</SpecificVersion>
|
---|
| 115 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 116 | <Private>False</Private>
|
---|
[9430] | 117 | </Reference>
|
---|
[9528] | 118 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 119 | <SpecificVersion>False</SpecificVersion>
|
---|
| 120 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 121 | <Private>False</Private>
|
---|
[9430] | 122 | </Reference>
|
---|
[9528] | 123 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 124 | <SpecificVersion>False</SpecificVersion>
|
---|
| 125 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 126 | <Private>False</Private>
|
---|
[9430] | 127 | </Reference>
|
---|
[9528] | 128 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 129 | <SpecificVersion>False</SpecificVersion>
|
---|
| 130 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 131 | <Private>False</Private>
|
---|
[9430] | 132 | </Reference>
|
---|
| 133 | <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 134 | <SpecificVersion>False</SpecificVersion>
|
---|
| 135 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
[9528] | 136 | <Private>False</Private>
|
---|
[9430] | 137 | </Reference>
|
---|
[9528] | 138 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 139 | <SpecificVersion>False</SpecificVersion>
|
---|
| 140 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 141 | <Private>False</Private>
|
---|
[9430] | 142 | </Reference>
|
---|
[10059] | 143 | <Reference Include="HeuristicLab.Problems.GPDL-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 144 | <SpecificVersion>False</SpecificVersion>
|
---|
| 145 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.GPDL-3.4.dll</HintPath>
|
---|
| 146 | </Reference>
|
---|
[9528] | 147 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 148 | <SpecificVersion>False</SpecificVersion>
|
---|
| 149 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 150 | <Private>False</Private>
|
---|
[9430] | 151 | </Reference>
|
---|
[9519] | 152 | <Reference Include="HeuristicLab.Problems.Instances.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 153 | <SpecificVersion>False</SpecificVersion>
|
---|
[9528] | 154 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
|
---|
| 155 | <Private>False</Private>
|
---|
[9519] | 156 | </Reference>
|
---|
[9846] | 157 | <Reference Include="HeuristicLab.SequentialEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 158 | <SpecificVersion>False</SpecificVersion>
|
---|
| 159 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
| 160 | </Reference>
|
---|
[9674] | 161 | <Reference Include="ICSharpCode.AvalonEdit, Version=4.3.1.9430, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
|
---|
| 162 | <SpecificVersion>False</SpecificVersion>
|
---|
| 163 | <HintPath>.\ICSharpCode.AvalonEdit.dll</HintPath>
|
---|
| 164 | <Private>False</Private>
|
---|
| 165 | </Reference>
|
---|
| 166 | <Reference Include="PresentationCore" />
|
---|
| 167 | <Reference Include="PresentationFramework" />
|
---|
[9430] | 168 | <Reference Include="System" />
|
---|
| 169 | <Reference Include="System.Core">
|
---|
| 170 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 171 | </Reference>
|
---|
| 172 | <Reference Include="System.Drawing" />
|
---|
| 173 | <Reference Include="System.Windows.Forms" />
|
---|
| 174 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[9674] | 175 | <Reference Include="System.Xaml" />
|
---|
[9430] | 176 | <Reference Include="System.Xml.Linq">
|
---|
| 177 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 178 | </Reference>
|
---|
| 179 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 180 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 181 | </Reference>
|
---|
| 182 | <Reference Include="System.Data" />
|
---|
| 183 | <Reference Include="System.Xml" />
|
---|
[9674] | 184 | <Reference Include="WindowsBase" />
|
---|
| 185 | <Reference Include="WindowsFormsIntegration" />
|
---|
[9430] | 186 | </ItemGroup>
|
---|
| 187 | <ItemGroup>
|
---|
[9674] | 188 | <Compile Include="CodeEditor.xaml.cs">
|
---|
| 189 | <DependentUpon>CodeEditor.xaml</DependentUpon>
|
---|
| 190 | </Compile>
|
---|
| 191 | <Compile Include="ColorizeErrors.cs" />
|
---|
| 192 | <Compile Include="GpdlCompletionData.cs" />
|
---|
[9519] | 193 | <Compile Include="GpdlProblemInstanceConsumerView.cs">
|
---|
| 194 | <SubType>UserControl</SubType>
|
---|
| 195 | </Compile>
|
---|
| 196 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 197 | <AutoGen>True</AutoGen>
|
---|
| 198 | <DesignTime>True</DesignTime>
|
---|
| 199 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 200 | </Compile>
|
---|
[9430] | 201 | <None Include="HeuristicLab.snk" />
|
---|
[9519] | 202 | <Compile Include="GpdlExampleDataDescriptor.cs" />
|
---|
[9430] | 203 | <Compile Include="CreateProblemMenuItem.cs" />
|
---|
[9519] | 204 | <Compile Include="GpdlEditor.cs">
|
---|
| 205 | <SubType>UserControl</SubType>
|
---|
| 206 | </Compile>
|
---|
| 207 | <Compile Include="GpdlEditor.Designer.cs">
|
---|
| 208 | <DependentUpon>GpdlEditor.cs</DependentUpon>
|
---|
| 209 | </Compile>
|
---|
| 210 | <Compile Include="GpdlExampleProvider.cs" />
|
---|
[9430] | 211 | <Compile Include="Plugin.cs" />
|
---|
| 212 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 213 | <None Include="Plugin.cs.frame" />
|
---|
| 214 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[9674] | 215 | <None Include="SyntaxDefinition.xsd">
|
---|
| 216 | <SubType>Designer</SubType>
|
---|
| 217 | </None>
|
---|
[9430] | 218 | </ItemGroup>
|
---|
| 219 | <ItemGroup>
|
---|
| 220 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 221 | <Visible>False</Visible>
|
---|
| 222 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 223 | <Install>false</Install>
|
---|
| 224 | </BootstrapperPackage>
|
---|
| 225 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 226 | <Visible>False</Visible>
|
---|
| 227 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 228 | <Install>true</Install>
|
---|
| 229 | </BootstrapperPackage>
|
---|
| 230 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 231 | <Visible>False</Visible>
|
---|
| 232 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 233 | <Install>true</Install>
|
---|
| 234 | </BootstrapperPackage>
|
---|
| 235 | </ItemGroup>
|
---|
| 236 | <ItemGroup>
|
---|
[9519] | 237 | <EmbeddedResource Include="GpdlEditor.resx">
|
---|
| 238 | <DependentUpon>GpdlEditor.cs</DependentUpon>
|
---|
| 239 | </EmbeddedResource>
|
---|
| 240 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 241 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 242 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 243 | </EmbeddedResource>
|
---|
| 244 | </ItemGroup>
|
---|
| 245 | <ItemGroup>
|
---|
| 246 | <None Include="Resources\Artificial Ant.txt" />
|
---|
| 247 | </ItemGroup>
|
---|
| 248 | <ItemGroup>
|
---|
| 249 | <None Include="Resources\Factorial.txt" />
|
---|
| 250 | </ItemGroup>
|
---|
| 251 | <ItemGroup>
|
---|
| 252 | <None Include="Resources\Fib.txt" />
|
---|
| 253 | </ItemGroup>
|
---|
| 254 | <ItemGroup>
|
---|
[9674] | 255 | <None Include="Resources\GPDL.xshd" />
|
---|
[9519] | 256 | <None Include="Resources\multi-output-multiplier.txt" />
|
---|
| 257 | </ItemGroup>
|
---|
| 258 | <ItemGroup>
|
---|
| 259 | <None Include="Resources\symbreg HEAL.txt" />
|
---|
| 260 | </ItemGroup>
|
---|
| 261 | <ItemGroup>
|
---|
| 262 | <None Include="Resources\symbreg Koza.txt" />
|
---|
| 263 | </ItemGroup>
|
---|
[9528] | 264 | <ItemGroup>
|
---|
[9674] | 265 | <Page Include="CodeEditor.xaml">
|
---|
| 266 | <SubType>Designer</SubType>
|
---|
| 267 | <Generator>MSBuild:Compile</Generator>
|
---|
| 268 | </Page>
|
---|
| 269 | </ItemGroup>
|
---|
| 270 | <ItemGroup>
|
---|
| 271 | <Content Include="ICSharpCode.AvalonEdit.dll">
|
---|
| 272 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 273 | </Content>
|
---|
[9846] | 274 | <None Include="Resources\LawnMower.txt" />
|
---|
[9844] | 275 | <None Include="Resources\Multiplexer.txt" />
|
---|
| 276 | <None Include="Resources\EvenParity.txt" />
|
---|
[9674] | 277 | </ItemGroup>
|
---|
[10059] | 278 | <ItemGroup>
|
---|
| 279 | <ProjectReference Include="..\..\HeuristicLab.Problems.GPDL.CodeGen\3.4\HeuristicLab.Problems.GPDL.CodeGen-3.4.csproj">
|
---|
| 280 | <Project>{F8481248-2A5B-48A0-A485-D3E1619C1E44}</Project>
|
---|
| 281 | <Name>HeuristicLab.Problems.GPDL.CodeGen-3.4</Name>
|
---|
| 282 | </ProjectReference>
|
---|
| 283 | </ItemGroup>
|
---|
[9430] | 284 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 285 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 286 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 287 | <Target Name="BeforeBuild">
|
---|
| 288 | </Target>
|
---|
| 289 | <Target Name="AfterBuild">
|
---|
| 290 | </Target>
|
---|
| 291 | -->
|
---|
| 292 | <PropertyGroup>
|
---|
| 293 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 294 | set ProjectDir=$(ProjectDir)
|
---|
| 295 | set SolutionDir=$(SolutionDir)
|
---|
| 296 | set Outdir=$(Outdir)
|
---|
| 297 |
|
---|
| 298 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 299 | </PropertyGroup>
|
---|
| 300 | </Project> |
---|