[15771] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="15.0" 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>{6F7C98F5-C420-4C35-9D57-F299492F533E}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Problems.ProgramSynthesis.Views</RootNamespace>
|
---|
[15780] | 11 | <AssemblyName>HeuristicLab.Problems.ProgramSynthesis.Views-3.3</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[15771] | 13 | <FileAlignment>512</FileAlignment>
|
---|
[15780] | 14 | <TargetFrameworkProfile />
|
---|
[15771] | 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>..\..\..\trunk\bin\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
| 28 | <OutputPath>..\..\..\trunk\bin\</OutputPath>
|
---|
| 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <ItemGroup>
|
---|
| 34 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
|
---|
| 35 | <Private>False</Private>
|
---|
| 36 | </Reference>
|
---|
| 37 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
|
---|
| 38 | <Private>False</Private>
|
---|
| 39 | </Reference>
|
---|
| 40 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
|
---|
| 41 | <Private>False</Private>
|
---|
| 42 | </Reference>
|
---|
| 43 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
| 44 | <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
| 45 | <Private>False</Private>
|
---|
| 46 | </Reference>
|
---|
| 47 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
|
---|
| 48 | <Private>False</Private>
|
---|
| 49 | </Reference>
|
---|
| 50 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
| 51 | <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 52 | <Private>False</Private>
|
---|
| 53 | </Reference>
|
---|
| 54 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
|
---|
| 55 | <Private>False</Private>
|
---|
| 56 | </Reference>
|
---|
[15780] | 57 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 58 | <SpecificVersion>False</SpecificVersion>
|
---|
| 59 | <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 60 | <Private>False</Private>
|
---|
| 61 | </Reference>
|
---|
[15771] | 62 | <Reference Include="System" />
|
---|
| 63 | <Reference Include="System.Core" />
|
---|
| 64 | <Reference Include="System.Drawing" />
|
---|
| 65 | <Reference Include="System.Windows.Forms" />
|
---|
| 66 | <Reference Include="System.Xml.Linq" />
|
---|
| 67 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 68 | <Reference Include="Microsoft.CSharp" />
|
---|
| 69 | <Reference Include="System.Data" />
|
---|
| 70 | <Reference Include="System.Net.Http" />
|
---|
| 71 | <Reference Include="System.Xml" />
|
---|
| 72 | </ItemGroup>
|
---|
| 73 | <ItemGroup>
|
---|
| 74 | <Compile Include="BenchmarkSuitePushSolutionView.cs">
|
---|
| 75 | <SubType>UserControl</SubType>
|
---|
| 76 | </Compile>
|
---|
| 77 | <Compile Include="BenchmarkSuitePushSolutionView.Designer.cs">
|
---|
| 78 | <DependentUpon>BenchmarkSuitePushSolutionView.cs</DependentUpon>
|
---|
| 79 | </Compile>
|
---|
| 80 | <Compile Include="BenchmarkSuite\DataEditorView.cs">
|
---|
| 81 | <SubType>UserControl</SubType>
|
---|
| 82 | </Compile>
|
---|
| 83 | <Compile Include="BenchmarkSuite\DataEditorView.Designer.cs">
|
---|
| 84 | <DependentUpon>DataEditorView.cs</DependentUpon>
|
---|
| 85 | </Compile>
|
---|
| 86 | <Compile Include="BenchmarkSuite\ViewHelper.cs" />
|
---|
| 87 | <Compile Include="Erc\CheckedErcItemCollectionView.cs">
|
---|
| 88 | <SubType>UserControl</SubType>
|
---|
| 89 | </Compile>
|
---|
| 90 | <Compile Include="Erc\CheckedErcItemCollectionView.Designer.cs">
|
---|
| 91 | <DependentUpon>CheckedErcItemCollectionView.cs</DependentUpon>
|
---|
| 92 | </Compile>
|
---|
| 93 | <Compile Include="Erc\ErcOptionsView.cs">
|
---|
| 94 | <SubType>UserControl</SubType>
|
---|
| 95 | </Compile>
|
---|
| 96 | <Compile Include="Erc\ErcOptionsView.Designer.cs">
|
---|
| 97 | <DependentUpon>ErcOptionsView.cs</DependentUpon>
|
---|
| 98 | </Compile>
|
---|
| 99 | <Compile Include="ExpressionSelectionView.cs">
|
---|
| 100 | <SubType>UserControl</SubType>
|
---|
| 101 | </Compile>
|
---|
| 102 | <Compile Include="ExpressionSelectionView.Designer.cs">
|
---|
| 103 | <DependentUpon>ExpressionSelectionView.cs</DependentUpon>
|
---|
| 104 | </Compile>
|
---|
[15780] | 105 | <None Include="Plugin.cs.frame" />
|
---|
| 106 | <Compile Include="Plugin.cs" />
|
---|
[15771] | 107 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 108 | <Compile Include="PushDebuggerView.cs">
|
---|
| 109 | <SubType>UserControl</SubType>
|
---|
| 110 | </Compile>
|
---|
| 111 | <Compile Include="PushDebuggerView.Designer.cs">
|
---|
| 112 | <DependentUpon>PushDebuggerView.cs</DependentUpon>
|
---|
| 113 | </Compile>
|
---|
| 114 | <Compile Include="PushProgramTreeView.cs">
|
---|
| 115 | <SubType>Component</SubType>
|
---|
| 116 | </Compile>
|
---|
| 117 | <Compile Include="PushProgramTreeView.Designer.cs">
|
---|
| 118 | <DependentUpon>PushProgramTreeView.cs</DependentUpon>
|
---|
| 119 | </Compile>
|
---|
| 120 | </ItemGroup>
|
---|
| 121 | <ItemGroup>
|
---|
| 122 | <EmbeddedResource Include="BenchmarkSuitePushSolutionView.resx">
|
---|
| 123 | <DependentUpon>BenchmarkSuitePushSolutionView.cs</DependentUpon>
|
---|
| 124 | </EmbeddedResource>
|
---|
| 125 | <EmbeddedResource Include="BenchmarkSuite\DataEditorView.resx">
|
---|
| 126 | <DependentUpon>DataEditorView.cs</DependentUpon>
|
---|
| 127 | </EmbeddedResource>
|
---|
| 128 | <EmbeddedResource Include="Erc\ErcOptionsView.resx">
|
---|
| 129 | <DependentUpon>ErcOptionsView.cs</DependentUpon>
|
---|
| 130 | </EmbeddedResource>
|
---|
| 131 | <EmbeddedResource Include="ExpressionSelectionView.resx">
|
---|
| 132 | <DependentUpon>ExpressionSelectionView.cs</DependentUpon>
|
---|
| 133 | </EmbeddedResource>
|
---|
| 134 | <EmbeddedResource Include="PushDebuggerView.resx">
|
---|
| 135 | <DependentUpon>PushDebuggerView.cs</DependentUpon>
|
---|
| 136 | </EmbeddedResource>
|
---|
| 137 | </ItemGroup>
|
---|
| 138 | <ItemGroup>
|
---|
| 139 | <ProjectReference Include="..\HeuristicLab.Problems.ProgramSynthesis\HeuristicLab.Problems.ProgramSynthesis.csproj">
|
---|
| 140 | <Project>{5C93448C-47E3-4C3F-B1D0-EE62A48C3204}</Project>
|
---|
| 141 | <Name>HeuristicLab.Problems.ProgramSynthesis</Name>
|
---|
| 142 | <Private>False</Private>
|
---|
| 143 | </ProjectReference>
|
---|
| 144 | </ItemGroup>
|
---|
| 145 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[15780] | 146 | <PropertyGroup>
|
---|
| 147 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 148 | set ProjectDir=$(ProjectDir)
|
---|
| 149 | set SolutionDir=$(SolutionDir)
|
---|
| 150 | set Outdir=$(Outdir)
|
---|
| 151 |
|
---|
| 152 | call PreBuildEvent.cmd
|
---|
| 153 | </PreBuildEvent>
|
---|
| 154 | </PropertyGroup>
|
---|
[15771] | 155 | </Project> |
---|