[4065] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[1614] | 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>{BF7D9494-A586-457B-8DF9-ED599F9E6A71}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[2951] | 11 | <RootNamespace>HeuristicLab.Persistence_33.Tests</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Persistence-3.3.Tests</AssemblyName>
|
---|
[4065] | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
[1614] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
[4065] | 16 | <FileUpgradeFlags>
|
---|
| 17 | </FileUpgradeFlags>
|
---|
| 18 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 19 | <UpgradeBackupLocation />
|
---|
| 20 | <PublishUrl>publish\</PublishUrl>
|
---|
| 21 | <Install>true</Install>
|
---|
| 22 | <InstallFrom>Disk</InstallFrom>
|
---|
| 23 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 24 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 25 | <UpdateInterval>7</UpdateInterval>
|
---|
| 26 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 27 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 28 | <UpdateRequired>false</UpdateRequired>
|
---|
| 29 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 30 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 31 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 32 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 33 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 34 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[1614] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 37 | <DebugSymbols>true</DebugSymbols>
|
---|
| 38 | <DebugType>full</DebugType>
|
---|
| 39 | <Optimize>false</Optimize>
|
---|
| 40 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 41 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 42 | <ErrorReport>prompt</ErrorReport>
|
---|
| 43 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 44 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1614] | 45 | </PropertyGroup>
|
---|
| 46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 47 | <DebugType>pdbonly</DebugType>
|
---|
| 48 | <Optimize>true</Optimize>
|
---|
| 49 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 50 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <WarningLevel>4</WarningLevel>
|
---|
[3057] | 53 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
---|
[4065] | 54 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1614] | 55 | </PropertyGroup>
|
---|
| 56 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 57 | <DebugSymbols>true</DebugSymbols>
|
---|
| 58 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 59 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 60 | <DebugType>full</DebugType>
|
---|
| 61 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 62 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 63 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1614] | 64 | </PropertyGroup>
|
---|
| 65 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 66 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 67 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 68 | <Optimize>true</Optimize>
|
---|
| 69 | <DebugType>pdbonly</DebugType>
|
---|
| 70 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 71 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 72 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1614] | 73 | </PropertyGroup>
|
---|
| 74 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 75 | <DebugSymbols>true</DebugSymbols>
|
---|
| 76 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 77 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 78 | <DebugType>full</DebugType>
|
---|
| 79 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 80 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 81 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1614] | 82 | </PropertyGroup>
|
---|
| 83 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 84 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 85 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 86 | <Optimize>true</Optimize>
|
---|
| 87 | <DebugType>pdbonly</DebugType>
|
---|
| 88 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 89 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 90 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1614] | 91 | </PropertyGroup>
|
---|
| 92 | <ItemGroup>
|
---|
[4065] | 93 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
---|
[1614] | 94 | <Reference Include="System" />
|
---|
| 95 | <Reference Include="System.Core">
|
---|
| 96 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 97 | </Reference>
|
---|
[2939] | 98 | <Reference Include="System.Drawing" />
|
---|
[1614] | 99 | </ItemGroup>
|
---|
| 100 | <ItemGroup>
|
---|
| 101 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 102 | <Compile Include="StorableAttributeTests.cs" />
|
---|
| 103 | <Compile Include="UseCases.cs" />
|
---|
| 104 | </ItemGroup>
|
---|
| 105 | <ItemGroup>
|
---|
| 106 | <Content Include="AuthoringTests.txt" />
|
---|
| 107 | </ItemGroup>
|
---|
| 108 | <ItemGroup>
|
---|
[2951] | 109 | <ProjectReference Include="..\HeuristicLab.Persistence-3.3.csproj">
|
---|
[1614] | 110 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 111 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 112 | </ProjectReference>
|
---|
| 113 | </ItemGroup>
|
---|
[4065] | 114 | <ItemGroup>
|
---|
| 115 | <BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
---|
| 116 | <Visible>False</Visible>
|
---|
| 117 | <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
---|
| 118 | <Install>true</Install>
|
---|
| 119 | </BootstrapperPackage>
|
---|
| 120 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 121 | <Visible>False</Visible>
|
---|
| 122 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 123 | <Install>false</Install>
|
---|
| 124 | </BootstrapperPackage>
|
---|
| 125 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 126 | <Visible>False</Visible>
|
---|
| 127 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 128 | <Install>false</Install>
|
---|
| 129 | </BootstrapperPackage>
|
---|
| 130 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 131 | <Visible>False</Visible>
|
---|
| 132 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 133 | <Install>true</Install>
|
---|
| 134 | </BootstrapperPackage>
|
---|
| 135 | </ItemGroup>
|
---|
[1614] | 136 | <Import Project="$(MSBuildBinPath)\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> |
---|