-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
82 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<Import Project="$(NuGetAuthoringPath)\NuGet.Packaging.Authoring.props" Condition="Exists('$(NuGetAuthoringPath)\NuGet.Packaging.Authoring.props')" /> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|AnyCPU"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>AnyCPU</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|AnyCPU"> | ||
<Configuration>Release</Configuration> | ||
<Platform>AnyCPU</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Configuration"> | ||
<PackageId>EPPlus.Html.Package</PackageId> | ||
<PackageVersion Condition="'$(PackageVersion)' == ''">1.0.0</PackageVersion> | ||
<Title>EPPlus.Html.Package</Title> | ||
<Authors>tw</Authors> | ||
<Owners>tw</Owners> | ||
<Summary>EPPlus.Html.Package</Summary> | ||
<Description>EPPlus.Html.Package</Description> | ||
<PackageReleaseNotes> | ||
</PackageReleaseNotes> | ||
<PackageProjectUrl> | ||
</PackageProjectUrl> | ||
<PackageLicenseUrl> | ||
</PackageLicenseUrl> | ||
<Copyright>Copyright © tw</Copyright> | ||
<PackageTags>EPPlus.Html.Package</PackageTags> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Globals"> | ||
<OutputPath>bin\$(Configuration)\</OutputPath> | ||
<ProjectGuid>65524bc8-c7cb-402c-b200-bc8456aaab53</ProjectGuid> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="Readme.txt"> | ||
<IncludeInPackage>true</IncludeInPackage> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="NuGet.Build.Packaging"> | ||
<Version>0.1.231</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\EPPlus.Html\EPPlus.Html.csproj" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" /> | ||
<Import Project="$(NuGetAuthoringPath)\NuGet.Packaging.Authoring.targets" Condition="Exists('$(NuGetAuthoringPath)\NuGet.Packaging.Authoring.targets')" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# EPPlus.Html.Package Readme | ||
|
||
Building this project will create a .nupkg containing just this Readme file. | ||
|
||
It's always a good idea to provide a more useful package to your users, | ||
alongside a nice descriptive Readme like this one that will open automatically | ||
when they add your package to a project. | ||
|
||
Happy nugetizing! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="EPPlus" version="4.1.0" targetFramework="net452" /> | ||
<package id="NuGet.Build.Packaging" version="0.1.227" targetFramework="net45" developmentDependency="true" /> | ||
</packages> |