-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGsemac.Net.GitHub.csproj
41 lines (35 loc) · 1.24 KB
/
Gsemac.Net.GitHub.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<Project Sdk="MSBuild.Sdk.Extras/3.0.44">
<PropertyGroup>
<TargetFrameworks>net40-client;netstandard2.0</TargetFrameworks>
<Company />
<Authors>gsemac</Authors>
<Version>0.4.13</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/gsemac/Gsemac.Common</PackageProjectUrl>
<RepositoryUrl>https://github.com/gsemac/Gsemac.Common</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright></Copyright>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.70" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Gsemac.Net\Gsemac.Net.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\GitHub.Designer.cs">
<DesignTime>True</DesignTime>
<DependentUpon>GitHub.resx</DependentUpon>
</Compile>
<Compile Update="Properties\QueryStrings.Designer.cs">
<DesignTime>True</DesignTime>
</Compile>
</ItemGroup>
</Project>