[6133] | 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>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.DataImporter.Data</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.DataImporter.Data-1.0</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | <FileUpgradeFlags>
|
---|
| 18 | </FileUpgradeFlags>
|
---|
| 19 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 20 | <UpgradeBackupLocation />
|
---|
| 21 | <PublishUrl>publish\</PublishUrl>
|
---|
| 22 | <Install>true</Install>
|
---|
| 23 | <InstallFrom>Disk</InstallFrom>
|
---|
| 24 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 25 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 26 | <UpdateInterval>7</UpdateInterval>
|
---|
| 27 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 28 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 29 | <UpdateRequired>false</UpdateRequired>
|
---|
| 30 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 31 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 32 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 33 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 34 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 35 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
| 36 | <TargetFrameworkProfile />
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <DebugType>full</DebugType>
|
---|
| 41 | <Optimize>false</Optimize>
|
---|
[7240] | 42 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[6133] | 43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <WarningLevel>4</WarningLevel>
|
---|
| 46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 49 | <DebugType>pdbonly</DebugType>
|
---|
| 50 | <Optimize>true</Optimize>
|
---|
[7240] | 51 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
[6133] | 52 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 53 | <ErrorReport>prompt</ErrorReport>
|
---|
| 54 | <WarningLevel>4</WarningLevel>
|
---|
| 55 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 56 | </PropertyGroup>
|
---|
| 57 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 58 | <DebugSymbols>true</DebugSymbols>
|
---|
[7240] | 59 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
[6133] | 60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 61 | <DebugType>full</DebugType>
|
---|
| 62 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 63 | <ErrorReport>prompt</ErrorReport>
|
---|
| 64 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 65 | </PropertyGroup>
|
---|
| 66 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[7240] | 67 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
[6133] | 68 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 69 | <Optimize>true</Optimize>
|
---|
| 70 | <DebugType>pdbonly</DebugType>
|
---|
| 71 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 72 | <ErrorReport>prompt</ErrorReport>
|
---|
| 73 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 76 | <DebugSymbols>true</DebugSymbols>
|
---|
[7240] | 77 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
[6133] | 78 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 79 | <DebugType>full</DebugType>
|
---|
| 80 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 81 | <ErrorReport>prompt</ErrorReport>
|
---|
| 82 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 83 | </PropertyGroup>
|
---|
| 84 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[7240] | 85 | <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
|
---|
[6133] | 86 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 87 | <Optimize>true</Optimize>
|
---|
| 88 | <DebugType>pdbonly</DebugType>
|
---|
| 89 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 90 | <ErrorReport>prompt</ErrorReport>
|
---|
| 91 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 92 | </PropertyGroup>
|
---|
| 93 | <ItemGroup>
|
---|
[7240] | 94 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 95 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 96 | <Private>False</Private>
|
---|
[6133] | 97 | </Reference>
|
---|
[7240] | 98 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 99 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 100 | <Private>False</Private>
|
---|
[6133] | 101 | </Reference>
|
---|
| 102 | <Reference Include="System" />
|
---|
| 103 | <Reference Include="System.Core">
|
---|
| 104 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 105 | </Reference>
|
---|
| 106 | <Reference Include="System.Drawing" />
|
---|
| 107 | <Reference Include="System.Windows.Forms" />
|
---|
| 108 | <Reference Include="System.Xml.Linq">
|
---|
| 109 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 110 | </Reference>
|
---|
| 111 | <Reference Include="System.Data" />
|
---|
| 112 | <Reference Include="System.Xml" />
|
---|
| 113 | </ItemGroup>
|
---|
| 114 | <ItemGroup>
|
---|
| 115 | <Compile Include="CommandBase\ColumnGroupCommandWithAffectedColumnsBase.cs" />
|
---|
| 116 | <Compile Include="CommandBase\CommandExecutionException.cs" />
|
---|
| 117 | <Compile Include="CommandBase\CommandViewBase.cs">
|
---|
| 118 | <SubType>UserControl</SubType>
|
---|
| 119 | </Compile>
|
---|
| 120 | <Compile Include="CommandBase\CommandViewBase.Designer.cs">
|
---|
| 121 | <DependentUpon>CommandViewBase.cs</DependentUpon>
|
---|
| 122 | </Compile>
|
---|
| 123 | <Compile Include="CommandBase\DataSetCommandWithAffectedColumnGroupsBase.cs" />
|
---|
| 124 | <Compile Include="CommandBase\ICommandGenerator.cs" />
|
---|
| 125 | <Compile Include="CommandBase\ViewableCommandInfoAttribute.cs" />
|
---|
| 126 | <Compile Include="Command\AddRowCommand.cs" />
|
---|
| 127 | <Compile Include="Command\ChangeValueCommand.cs" />
|
---|
| 128 | <Compile Include="Command\ChangeValuesToNullCommand.cs" />
|
---|
| 129 | <Compile Include="Command\InsertRowCommand.cs" />
|
---|
| 130 | <Compile Include="Command\PasteValuesCommand.cs" />
|
---|
| 131 | <Compile Include="CommandBase\CommandBase.cs" />
|
---|
| 132 | <Compile Include="Command\DeleteColumnCommand.cs" />
|
---|
| 133 | <Compile Include="Command\DeleteRowsCommand.cs" />
|
---|
| 134 | <Compile Include="Command\RenameColumnCommand.cs" />
|
---|
| 135 | <Compile Include="Command\RenameColumnGroupCommand.cs" />
|
---|
| 136 | <Compile Include="DataSetState.cs" />
|
---|
| 137 | <Compile Include="DateTimeSpan.cs" />
|
---|
| 138 | <Compile Include="Model\DynamicValueList.cs" />
|
---|
| 139 | <Compile Include="Model\ProgrammableColumn.cs" />
|
---|
| 140 | <Compile Include="Model\DateTimeColumn.cs" />
|
---|
| 141 | <Compile Include="CommandBase\ColumnGroupCommandBase.cs" />
|
---|
| 142 | <Compile Include="CommandBase\ColumnCommandBase.cs" />
|
---|
| 143 | <Compile Include="Command\SortCommand.cs" />
|
---|
| 144 | <Compile Include="Model\DataSet.cs" />
|
---|
| 145 | <Compile Include="Model\DoubleColumn.cs" />
|
---|
| 146 | <Compile Include="Model\ColumnGroup.cs" />
|
---|
| 147 | <Compile Include="Model\ColumnBase.cs" />
|
---|
| 148 | <Compile Include="View\ColumnGroupView.cs">
|
---|
| 149 | <SubType>UserControl</SubType>
|
---|
| 150 | </Compile>
|
---|
| 151 | <Compile Include="View\ColumnGroupView.Designer.cs">
|
---|
| 152 | <DependentUpon>ColumnGroupView.cs</DependentUpon>
|
---|
| 153 | </Compile>
|
---|
| 154 | <Compile Include="Model\StringColumn.cs" />
|
---|
| 155 | <Compile Include="CommandBase\DataSetCommandBase.cs" />
|
---|
| 156 | <Compile Include="View\CommandListViewItem.cs" />
|
---|
| 157 | <Compile Include="View\CommandViewDialog.cs">
|
---|
| 158 | <SubType>Form</SubType>
|
---|
| 159 | </Compile>
|
---|
| 160 | <Compile Include="View\CommandViewDialog.Designer.cs">
|
---|
| 161 | <DependentUpon>CommandViewDialog.cs</DependentUpon>
|
---|
| 162 | </Compile>
|
---|
| 163 | <Compile Include="View\DataSetView.cs">
|
---|
| 164 | <SubType>UserControl</SubType>
|
---|
| 165 | </Compile>
|
---|
| 166 | <Compile Include="View\DataSetView.Designer.cs">
|
---|
| 167 | <DependentUpon>DataSetView.cs</DependentUpon>
|
---|
| 168 | </Compile>
|
---|
| 169 | <Compile Include="CommandChain.cs">
|
---|
| 170 | </Compile>
|
---|
| 171 | <Compile Include="CommandBase\ICommand.cs" />
|
---|
| 172 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 173 | </ItemGroup>
|
---|
| 174 | <ItemGroup>
|
---|
| 175 | <None Include="HeuristicLab.snk" />
|
---|
[7632] | 176 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[6133] | 177 | </ItemGroup>
|
---|
| 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>
|
---|
| 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>
|
---|
| 204 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 205 | set ProjectDir=$(ProjectDir)
|
---|
| 206 | set SolutionDir=$(SolutionDir)
|
---|
| 207 | set Outdir=$(Outdir)
|
---|
| 208 |
|
---|
| 209 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 210 | </PropertyGroup>
|
---|
| 211 | </Project> |
---|