-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
23 lines (23 loc) · 1.05 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputPath>$(SolutionDir)output\$(AssemblyName)</OutputPath>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/godsharp/FluentMember.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/godsharp/FluentMember</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<LangVersion>latest</LangVersion>
<Company>GodSharp</Company>
<Authors>seayxu</Authors>
<Copyright>Copyright © GodSharp 2022</Copyright>
<Description>Source Generator for Fluent Member produced by GodSharp</Description>
<PackageTags>FluentMember;SourceGenerator;GodSharp;</PackageTags>
<PackageReleaseNotes>
add #pragma warning disable CS1591
</PackageReleaseNotes>
<Version>2022.206.26</Version>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
</Project>