|  | 
| 1 |  | -<?xml version="1.0" encoding="utf-8"?> | 
| 2 |  | -<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
| 3 |  | -  <Import Project="..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" /> | 
| 4 |  | -  <Import Project="..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props" Condition="Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" /> | 
| 5 |  | -  <Import Project="..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props" Condition="Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" /> | 
| 6 |  | -  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | 
|  | 1 | +<Project Sdk="Microsoft.NET.Sdk"> | 
|  | 2 | + | 
| 7 | 3 |   <PropertyGroup> | 
| 8 |  | -    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 
| 9 |  | -    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 
| 10 |  | -    <ProjectGuid>{20E3AF43-2C31-47A6-8270-C1B8B4B6C665}</ProjectGuid> | 
| 11 |  | -    <OutputType>Library</OutputType> | 
| 12 |  | -    <AppDesignerFolder>Properties</AppDesignerFolder> | 
|  | 4 | +    <TargetFrameworks>net45;net461;net472;net48</TargetFrameworks> | 
| 13 | 5 |     <RootNamespace>Serilog</RootNamespace> | 
|  | 6 | + | 
| 14 | 7 |     <AssemblyName>Serilog.Sinks.ExcelDnaLogDisplay</AssemblyName> | 
| 15 |  | -    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | 
| 16 |  | -    <FileAlignment>512</FileAlignment> | 
| 17 |  | -    <Deterministic>true</Deterministic> | 
| 18 |  | -    <SignAssembly>true</SignAssembly> | 
| 19 |  | -    <AssemblyOriginatorKeyFile>..\..\assets\exceldna.snk</AssemblyOriginatorKeyFile> | 
|  | 8 | +    <AssemblyVersion>1.0.0.0</AssemblyVersion> | 
|  | 9 | +    <GenerateAssemblyVersionAttribute>true</GenerateAssemblyVersionAttribute> | 
|  | 10 | +    <GenerateAssemblyFileVersionAttribute>true</GenerateAssemblyFileVersionAttribute> | 
|  | 11 | +    <GenerateDocumentationFile>false</GenerateDocumentationFile> | 
|  | 12 | + | 
|  | 13 | +    <PublishRepositoryUrl>true</PublishRepositoryUrl> | 
|  | 14 | +    <DebugType>portable</DebugType> | 
|  | 15 | +    <IncludeSymbols>true</IncludeSymbols> | 
| 20 | 16 |     <EmbedUntrackedSources>true</EmbedUntrackedSources> | 
|  | 17 | +    <SymbolPackageFormat>snupkg</SymbolPackageFormat> | 
|  | 18 | +    <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> | 
|  | 19 | + | 
|  | 20 | +    <SignAssembly>true</SignAssembly> | 
|  | 21 | +    <AssemblyOriginatorKeyFile>../../assets/exceldna.snk</AssemblyOriginatorKeyFile> | 
|  | 22 | +    <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> | 
|  | 23 | + | 
|  | 24 | +    <NoWarn>$(NoWarn);NU5048</NoWarn> | 
|  | 25 | +    <TreatWarningsAsErrors>true</TreatWarningsAsErrors> | 
|  | 26 | +    <TreatSpecificWarningsAsErrors /> | 
| 21 | 27 |   </PropertyGroup> | 
| 22 |  | -  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 
| 23 |  | -    <DebugSymbols>true</DebugSymbols> | 
| 24 |  | -    <DebugType>full</DebugType> | 
| 25 |  | -    <Optimize>false</Optimize> | 
| 26 |  | -    <OutputPath>bin\Debug\</OutputPath> | 
| 27 |  | -    <DefineConstants>DEBUG;TRACE</DefineConstants> | 
| 28 |  | -    <ErrorReport>prompt</ErrorReport> | 
| 29 |  | -    <WarningLevel>4</WarningLevel> | 
| 30 |  | -    <DocumentationFile>bin\Debug\Serilog.Sinks.ExcelDnaLogDisplay.xml</DocumentationFile> | 
|  | 28 | + | 
|  | 29 | +  <PropertyGroup> | 
|  | 30 | +    <MinClientVersion>3.3</MinClientVersion> | 
|  | 31 | +    <PackageId>Serilog.Sinks.ExcelDnaLogDisplay</PackageId> | 
|  | 32 | +    <Version>0.0.1-local</Version> | 
|  | 33 | +    <Authors>C. Augusto Proiete & Contributors</Authors> | 
|  | 34 | +    <Company>augustoproiete.net</Company> | 
|  | 35 | +    <Description>A Serilog sink that writes events to Excel-DNA LogDisplay.</Description> | 
|  | 36 | +    <Copyright>Copyright 2018-2020 C. Augusto Proiete & Contributors - Provided under the Apache License, Version 2.0</Copyright> | 
|  | 37 | +    <PackageTags>serilog;sink;exceldna;excel-dna;logdisplay;excel</PackageTags> | 
|  | 38 | +    <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | 
|  | 39 | +    <PackageIcon>images\icon.png</PackageIcon> | 
|  | 40 | +    <PackageIconUrl>https://raw.githubusercontent.com/augustoproiete/serilog-sinks-exceldnalogdisplay/master/assets/serilog-sinks-exceldnalogdisplay-nuget.png</PackageIconUrl> | 
|  | 41 | +    <PackageProjectUrl>https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay</PackageProjectUrl> | 
|  | 42 | +    <PackageReleaseNotes>https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay/releases</PackageReleaseNotes> | 
|  | 43 | +    <RepositoryType>git</RepositoryType> | 
|  | 44 | +    <RepositoryUrl>https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay</RepositoryUrl> | 
| 31 | 45 |   </PropertyGroup> | 
| 32 |  | -  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 
| 33 |  | -    <DebugType>pdbonly</DebugType> | 
| 34 |  | -    <Optimize>true</Optimize> | 
| 35 |  | -    <OutputPath>bin\Release\</OutputPath> | 
| 36 |  | -    <DefineConstants>TRACE</DefineConstants> | 
| 37 |  | -    <ErrorReport>prompt</ErrorReport> | 
| 38 |  | -    <WarningLevel>4</WarningLevel> | 
| 39 |  | -    <TreatWarningsAsErrors>true</TreatWarningsAsErrors> | 
| 40 |  | -    <DocumentationFile>bin\Release\Serilog.Sinks.ExcelDnaLogDisplay.xml</DocumentationFile> | 
|  | 46 | + | 
|  | 47 | +  <PropertyGroup> | 
|  | 48 | +    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> | 
| 41 | 49 |   </PropertyGroup> | 
|  | 50 | + | 
| 42 | 51 |   <ItemGroup> | 
| 43 |  | -    <Reference Include="ExcelDna.Integration, Version=1.1.0.0, Culture=neutral, PublicKeyToken=f225e9659857edbe, processorArchitecture=MSIL"> | 
| 44 |  | -      <HintPath>..\..\packages\ExcelDna.Integration.1.1.0\lib\ExcelDna.Integration.dll</HintPath> | 
| 45 |  | -    </Reference> | 
| 46 |  | -    <Reference Include="Microsoft.CSharp" /> | 
| 47 |  | -    <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> | 
| 48 |  | -      <HintPath>..\..\packages\Serilog.2.9.0\lib\net45\Serilog.dll</HintPath> | 
| 49 |  | -    </Reference> | 
| 50 | 52 |     <Reference Include="System" /> | 
| 51 | 53 |     <Reference Include="System.Core" /> | 
|  | 54 | +    <Reference Include="Microsoft.CSharp" /> | 
|  | 55 | +  </ItemGroup> | 
|  | 56 | + | 
|  | 57 | +  <ItemGroup> | 
|  | 58 | +    <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> | 
|  | 59 | +      <_Parameter1>Serilog.Sinks.ExcelDnaLogDisplay.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001005db330d3ef10831fe51df3809c8e717ae5658de73f3a51dd72d7a7b30b49344818c2bc55fde0bfb017f907e7af2b2f507e08707800dca8341ca83722cc79503a5e8449132fce7d81bfa1302fb7f000cd58837ae337b00b9940ec3e433a78c2f04f816843a772f098b667b42e3df91aae44f17b8574892f49576a256bbb13bcd5</_Parameter1> | 
|  | 60 | +    </AssemblyAttribute> | 
| 52 | 61 |   </ItemGroup> | 
|  | 62 | + | 
| 53 | 63 |   <ItemGroup> | 
| 54 |  | -    <Compile Include="ExcelDnaLogDisplayConfigurationExtensions.cs" /> | 
| 55 |  | -    <Compile Include="Sinks\ExcelDnaLogDisplay\ExcelDnaLogDisplaySink.cs" /> | 
| 56 |  | -    <Compile Include="Properties\AssemblyInfo.cs" /> | 
|  | 64 | +    <PackageReference Include="Serilog" Version="2.5.0" /> | 
|  | 65 | +    <PackageReference Include="ExcelDna.Integration" Version="1.1.0" /> | 
|  | 66 | +    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> | 
| 57 | 67 |   </ItemGroup> | 
|  | 68 | + | 
| 58 | 69 |   <ItemGroup> | 
| 59 |  | -    <None Include="packages.config" /> | 
| 60 |  | -    <None Include="Serilog.Sinks.ExcelDnaLogDisplay.nuspec" /> | 
|  | 70 | +    <None Include="..\..\assets\serilog-sinks-exceldnalogdisplay-nuget.png" Pack="true" Visible="false" PackagePath="images\icon.png" /> | 
| 61 | 71 |   </ItemGroup> | 
| 62 |  | -  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 
| 63 |  | -  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 
| 64 |  | -    <PropertyGroup> | 
| 65 |  | -      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | 
| 66 |  | -    </PropertyGroup> | 
| 67 |  | -    <Error Condition="!Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props'))" /> | 
| 68 |  | -    <Error Condition="!Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets'))" /> | 
| 69 |  | -    <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props'))" /> | 
| 70 |  | -    <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets'))" /> | 
| 71 |  | -    <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props'))" /> | 
| 72 |  | -    <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets'))" /> | 
| 73 |  | -  </Target> | 
| 74 |  | -  <Import Project="..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets" Condition="Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets')" /> | 
| 75 |  | -  <Import Project="..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets" Condition="Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets')" /> | 
| 76 |  | -  <Import Project="..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets" Condition="Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets')" /> | 
| 77 | 72 | </Project> | 
0 commit comments