[14875] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{0A60B6BA-8ACE-478E-98F3-57441B53B5F9}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Problems.ProgramSynthesis.Base</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Problems.ProgramSynthesis.Base</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <TargetFrameworkProfile />
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
| 29 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
| 33 | <LangVersion>5</LangVersion>
|
---|
| 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <ItemGroup>
|
---|
| 37 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 38 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 39 | </Reference>
|
---|
| 40 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 41 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 42 | </Reference>
|
---|
| 43 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 44 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 45 | </Reference>
|
---|
[14952] | 46 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
| 47 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
| 48 | </Reference>
|
---|
[14875] | 49 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 50 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 51 | </Reference>
|
---|
[14952] | 52 | <Reference Include="HeuristicLab.Data.Views-3.3">
|
---|
| 53 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
| 54 | </Reference>
|
---|
| 55 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
| 56 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 57 | </Reference>
|
---|
| 58 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
| 59 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 60 | </Reference>
|
---|
[14875] | 61 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
| 62 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 63 | </Reference>
|
---|
| 64 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 65 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 66 | </Reference>
|
---|
[14897] | 67 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 68 | <SpecificVersion>False</SpecificVersion>
|
---|
| 69 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 70 | </Reference>
|
---|
| 71 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
| 72 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 73 | </Reference>
|
---|
[14875] | 74 | <Reference Include="System" />
|
---|
| 75 | <Reference Include="System.Core" />
|
---|
[14952] | 76 | <Reference Include="System.Drawing" />
|
---|
| 77 | <Reference Include="System.Windows.Forms" />
|
---|
[14875] | 78 | <Reference Include="System.Xml.Linq" />
|
---|
| 79 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 80 | <Reference Include="Microsoft.CSharp" />
|
---|
| 81 | <Reference Include="System.Data" />
|
---|
| 82 | <Reference Include="System.Net.Http" />
|
---|
| 83 | <Reference Include="System.Xml" />
|
---|
| 84 | </ItemGroup>
|
---|
| 85 | <ItemGroup>
|
---|
[14897] | 86 | <Compile Include="Erc\Boolean\BooleanErcOptions.cs" />
|
---|
[14952] | 87 | <Compile Include="Erc\Boolean\BooleanRandomErc.cs" />
|
---|
[14897] | 88 | <Compile Include="Erc\Char\CharErcOptions.cs" />
|
---|
| 89 | <Compile Include="Erc\ConstantsErcValue.cs" />
|
---|
[14875] | 90 | <Compile Include="Erc\ErcOption.cs" />
|
---|
[14897] | 91 | <Compile Include="Erc\ErcOptionConvertible.cs" />
|
---|
[14905] | 92 | <Compile Include="Erc\IErcItem.cs" />
|
---|
[14897] | 93 | <Compile Include="Erc\IReadOnlyErcOptions.cs" />
|
---|
[14952] | 94 | <Compile Include="Erc\Name\NameErcOptions.cs" />
|
---|
| 95 | <Compile Include="Erc\Views\CheckedErcItemCollectionView.cs">
|
---|
| 96 | <SubType>UserControl</SubType>
|
---|
| 97 | </Compile>
|
---|
| 98 | <Compile Include="Erc\Views\CheckedErcItemCollectionView.Designer.cs">
|
---|
| 99 | <DependentUpon>CheckedErcItemCollectionView.cs</DependentUpon>
|
---|
| 100 | </Compile>
|
---|
| 101 | <Compile Include="Erc\Views\ErcOptionsView.cs">
|
---|
| 102 | <SubType>UserControl</SubType>
|
---|
| 103 | </Compile>
|
---|
| 104 | <Compile Include="Erc\Views\ErcOptionsView.Designer.cs">
|
---|
| 105 | <DependentUpon>ErcOptionsView.cs</DependentUpon>
|
---|
| 106 | </Compile>
|
---|
| 107 | <Compile Include="Erc\WeightedErcItem.cs" />
|
---|
| 108 | <Compile Include="Erc\FloatVector\FloatVectorConstantsErc.cs" />
|
---|
[14897] | 109 | <Compile Include="Erc\FloatVector\FloatVectorErcOptions.cs" />
|
---|
[14952] | 110 | <Compile Include="Erc\Float\FloatConstantErc.cs" />
|
---|
| 111 | <Compile Include="Erc\Float\FloatRangeErc.cs" />
|
---|
| 112 | <Compile Include="Erc\IntegerVector\IntegerVectorConstantsErc.cs" />
|
---|
[14897] | 113 | <Compile Include="Erc\IntegerVector\IntegerVectorErcOptions.cs" />
|
---|
[14952] | 114 | <Compile Include="Erc\StringVector\StringVectorConstantsErc.cs" />
|
---|
[14897] | 115 | <Compile Include="Erc\StringVector\StringVectorErcOptions.cs" />
|
---|
[14952] | 116 | <Compile Include="Erc\VectorConstantsErc.cs" />
|
---|
| 117 | <Compile Include="Erc\String\StringConstantErc.cs" />
|
---|
| 118 | <Compile Include="Erc\Integer\IntegerConstantErc.cs" />
|
---|
[14875] | 119 | <Compile Include="Erc\ErcOptions.cs" />
|
---|
[14897] | 120 | <Compile Include="Erc\Float\FloatErcOptions.cs" />
|
---|
| 121 | <Compile Include="Erc\Integer\IntegerErcOptions.cs" />
|
---|
[14952] | 122 | <Compile Include="Erc\Integer\IntegerRangeErc.cs" />
|
---|
| 123 | <Compile Include="Erc\String\StringRandomErc.cs" />
|
---|
[14897] | 124 | <Compile Include="Erc\String\StringErcOptions.cs" />
|
---|
| 125 | <Compile Include="Generators\StringGenerator.cs" />
|
---|
| 126 | <Compile Include="Weighted\IWeighted.cs" />
|
---|
| 127 | <Compile Include="Plugin.cs" />
|
---|
[14875] | 128 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[14897] | 129 | <Compile Include="Weighted\WeightedExtensions.cs" />
|
---|
[14875] | 130 | </ItemGroup>
|
---|
[14952] | 131 | <ItemGroup>
|
---|
| 132 | <EmbeddedResource Include="Erc\Views\ErcOptionsView.resx">
|
---|
| 133 | <DependentUpon>ErcOptionsView.cs</DependentUpon>
|
---|
| 134 | </EmbeddedResource>
|
---|
| 135 | </ItemGroup>
|
---|
[14875] | 136 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 137 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 138 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 139 | <Target Name="BeforeBuild">
|
---|
| 140 | </Target>
|
---|
| 141 | <Target Name="AfterBuild">
|
---|
| 142 | </Target>
|
---|
| 143 | -->
|
---|
| 144 | </Project> |
---|