[2315] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[4065] | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[2315] | 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>
|
---|
[3383] | 8 | <ProjectGuid>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</ProjectGuid>
|
---|
[2315] | 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Common</RootNamespace>
|
---|
[3384] | 12 | <AssemblyName>HeuristicLab.Common-3.3</AssemblyName>
|
---|
[2315] | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[4065] | 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>
|
---|
[2315] | 36 | </PropertyGroup>
|
---|
| 37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 38 | <DebugSymbols>true</DebugSymbols>
|
---|
| 39 | <DebugType>full</DebugType>
|
---|
| 40 | <Optimize>false</Optimize>
|
---|
| 41 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <ErrorReport>prompt</ErrorReport>
|
---|
| 44 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 45 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2315] | 46 | </PropertyGroup>
|
---|
| 47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 48 | <DebugType>pdbonly</DebugType>
|
---|
| 49 | <Optimize>true</Optimize>
|
---|
| 50 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 51 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 52 | <ErrorReport>prompt</ErrorReport>
|
---|
| 53 | <WarningLevel>4</WarningLevel>
|
---|
[3384] | 54 | <DocumentationFile>bin\Release\HeuristicLab.Common-3.3.xml</DocumentationFile>
|
---|
[4065] | 55 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2315] | 56 | </PropertyGroup>
|
---|
| 57 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 58 | <DebugSymbols>true</DebugSymbols>
|
---|
| 59 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 61 | <DebugType>full</DebugType>
|
---|
| 62 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 63 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 64 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2315] | 65 | </PropertyGroup>
|
---|
| 66 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 67 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 68 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 69 | <Optimize>true</Optimize>
|
---|
| 70 | <DebugType>pdbonly</DebugType>
|
---|
| 71 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 72 | <ErrorReport>prompt</ErrorReport>
|
---|
[3384] | 73 | <DocumentationFile>bin\x86\Release\HeuristicLab.Common-3.3.xml</DocumentationFile>
|
---|
[4065] | 74 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2315] | 75 | </PropertyGroup>
|
---|
[2367] | 76 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 77 | <DebugSymbols>true</DebugSymbols>
|
---|
| 78 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 79 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 80 | <DebugType>full</DebugType>
|
---|
| 81 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 82 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 83 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2367] | 84 | </PropertyGroup>
|
---|
| 85 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 86 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 87 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 88 | <Optimize>true</Optimize>
|
---|
| 89 | <DebugType>pdbonly</DebugType>
|
---|
| 90 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 91 | <ErrorReport>prompt</ErrorReport>
|
---|
[3384] | 92 | <DocumentationFile>bin\x64\Release\HeuristicLab.Common-3.3.xml</DocumentationFile>
|
---|
[4065] | 93 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2367] | 94 | </PropertyGroup>
|
---|
[2315] | 95 | <ItemGroup>
|
---|
| 96 | <Reference Include="System" />
|
---|
| 97 | <Reference Include="System.Core">
|
---|
| 98 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 99 | </Reference>
|
---|
[4808] | 100 | <Reference Include="System.Drawing" />
|
---|
[2315] | 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" />
|
---|
[2458] | 109 | <Reference Include="WindowsBase">
|
---|
| 110 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 111 | </Reference>
|
---|
[2315] | 112 | </ItemGroup>
|
---|
| 113 | <ItemGroup>
|
---|
[2474] | 114 | <Compile Include="CancelEventArgs.cs" />
|
---|
[2754] | 115 | <None Include="HeuristicLabCommonPlugin.cs.frame" />
|
---|
[4808] | 116 | <Compile Include="ColorGradient.cs" />
|
---|
[3376] | 117 | <Compile Include="Cloner.cs" />
|
---|
[3405] | 118 | <Compile Include="Content\ContentManager.cs" />
|
---|
| 119 | <Compile Include="Content\IStorableContent.cs" />
|
---|
[3385] | 120 | <Compile Include="DeepCloneable.cs" />
|
---|
[3405] | 121 | <Compile Include="Content\IContent.cs" />
|
---|
[3462] | 122 | <Compile Include="EnumerableStatisticExtensions.cs" />
|
---|
[3376] | 123 | <Compile Include="IDeepCloneable.cs" />
|
---|
[2790] | 124 | <Compile Include="ReferenceEqualityComparer.cs" />
|
---|
[2739] | 125 | <Compile Include="TypeExtensions.cs" />
|
---|
[2324] | 126 | <Compile Include="DoubleExtensions.cs">
|
---|
| 127 | <SubType>Code</SubType>
|
---|
| 128 | </Compile>
|
---|
[2371] | 129 | <Compile Include="EventArgs.cs" />
|
---|
[2315] | 130 | <Compile Include="HeuristicLabCommonPlugin.cs" />
|
---|
[2476] | 131 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[2315] | 132 | </ItemGroup>
|
---|
| 133 | <ItemGroup>
|
---|
[3832] | 134 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[2315] | 135 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[3832] | 136 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[2315] | 137 | </ProjectReference>
|
---|
| 138 | </ItemGroup>
|
---|
| 139 | <ItemGroup>
|
---|
[2316] | 140 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2315] | 141 | <None Include="HeuristicLab.snk" />
|
---|
| 142 | </ItemGroup>
|
---|
[4065] | 143 | <ItemGroup>
|
---|
| 144 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 145 | <Visible>False</Visible>
|
---|
| 146 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 147 | <Install>false</Install>
|
---|
| 148 | </BootstrapperPackage>
|
---|
| 149 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 150 | <Visible>False</Visible>
|
---|
| 151 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 152 | <Install>true</Install>
|
---|
| 153 | </BootstrapperPackage>
|
---|
| 154 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 155 | <Visible>False</Visible>
|
---|
| 156 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 157 | <Install>true</Install>
|
---|
| 158 | </BootstrapperPackage>
|
---|
| 159 | </ItemGroup>
|
---|
[2315] | 160 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 161 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 162 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 163 | <Target Name="BeforeBuild">
|
---|
| 164 | </Target>
|
---|
| 165 | <Target Name="AfterBuild">
|
---|
| 166 | </Target>
|
---|
| 167 | -->
|
---|
| 168 | <PropertyGroup>
|
---|
| 169 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 170 | set ProjectDir=$(ProjectDir)
|
---|
| 171 | set SolutionDir=$(SolutionDir)
|
---|
| 172 | set Outdir=$(Outdir)
|
---|
| 173 |
|
---|
[2754] | 174 | call PreBuildEvent.cmd
|
---|
| 175 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCommonPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCommonPlugin.cs"</PreBuildEvent>
|
---|
[2315] | 176 | </PropertyGroup>
|
---|
| 177 | </Project> |
---|