Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/07/19 23:40:10 (5 years ago)
Author:
mkommend
Message:

#2520: Merged 16565 - 16579 into stable.

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Persistence

  • stable/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj

    r11932 r17097  
    1111    <RootNamespace>HeuristicLab.Persistence</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Persistence-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
    1515    </TargetFrameworkProfile>
     
    108108  </PropertyGroup>
    109109  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    110   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    111        Other similar extension points exist, see Microsoft.Common.targets.
    112   <Target Name="BeforeBuild">
     110  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
     111  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
     112    <PropertyGroup>
     113      <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
     114    </PropertyGroup>
     115    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
    113116  </Target>
    114   <Target Name="AfterBuild">
    115   </Target>
    116   -->
    117   <ItemGroup>
     117  <ItemGroup>
     118    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
     119      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
     120    </Reference>
     121    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     122      <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre02\lib\net461\HEAL.Attic.dll</HintPath>
     123    </Reference>
    118124    <Reference Include="System" />
    119125    <Reference Include="System.configuration" />
     
    123129    <Reference Include="System.Data" />
    124130    <Reference Include="System.Drawing" />
     131    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
     132      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
     133    </Reference>
    125134    <Reference Include="System.IO.Compression" />
    126135    <Reference Include="System.Xml" />
     
    132141    <Compile Include="Auxiliary\TypeNameParser.cs" />
    133142    <Compile Include="Auxiliary\ReflectionTools.cs" />
     143    <None Include="packages.config" />
    134144    <None Include="Plugin.cs.frame" />
    135145    <Compile Include="Core\Configuration.cs" />
    136     <Compile Include="Core\PersistenceException.cs" />
    137146    <Compile Include="Core\PrimitiveSerializerBase.cs" />
    138147    <Compile Include="Core\FormatBase.cs" />
     
    157166    <Compile Include="Default\CompositeSerializers\Storable\StorableReflection.cs" />
    158167    <Compile Include="Default\CompositeSerializers\Storable\StorableMemberInfo.cs" />
    159     <Compile Include="Default\CompositeSerializers\Storable\StorableClassType.cs" />
    160168    <Compile Include="Core\DataMemberAccessor.cs" />
    161     <Compile Include="Default\CompositeSerializers\Storable\StorableClassAttribute.cs" />
    162     <Compile Include="Default\CompositeSerializers\Storable\StorableAttribute.cs" />
    163     <Compile Include="Default\CompositeSerializers\Storable\StorableConstructorAttribute.cs" />
    164     <Compile Include="Default\CompositeSerializers\Storable\StorableHookAttribute.cs" />
    165169    <Compile Include="Default\CompositeSerializers\Storable\StorableSerializer.cs" />
    166170    <Compile Include="Default\CompositeSerializers\StructSerializer.cs" />
     
    304308    </BootstrapperPackage>
    305309  </ItemGroup>
     310  <ItemGroup>
     311    <Folder Include="Transformers\" />
     312  </ItemGroup>
    306313</Project>
Note: See TracChangeset for help on using the changeset viewer.