-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGsemac.Net.csproj
64 lines (55 loc) · 2.21 KB
/
Gsemac.Net.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<Project Sdk="MSBuild.Sdk.Extras/3.0.44">
<PropertyGroup>
<TargetFrameworks>net40-client;netstandard2.0</TargetFrameworks>
<Company />
<Authors>gsemac</Authors>
<Version>0.40.10</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 Condition="$(DefineConstants.Contains('NETFRAMEWORK'))">
<Reference Include="System.Security" />
</ItemGroup>
<ItemGroup>
<Content Include="Gsemac.Net.targets" PackagePath="build/Gsemac.Net.targets" />
<Content Include="licenses\*" Pack="true" PackagePath="contentFiles\licenses" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BrotliSharpLib" Version="0.3.3" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.70" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Gsemac.Collections\Gsemac.Collections.csproj" />
<ProjectReference Include="..\Gsemac.IO.Logging\Gsemac.IO.Logging.csproj" />
<ProjectReference Include="..\Gsemac.IO\Gsemac.IO.csproj" />
<ProjectReference Include="..\Gsemac.Polyfills\Gsemac.Polyfills.csproj" />
<ProjectReference Include="..\Gsemac.Text\Gsemac.Text.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\DefaultHttpHeaders.Designer.cs">
<DesignTime>True</DesignTime>
<DependentUpon>DefaultHttpHeaders.resx</DependentUpon>
</Compile>
<Compile Update="Properties\ExceptionMessages.Designer.cs">
<DesignTime>True</DesignTime>
</Compile>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
</Compile>
</ItemGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>Gsemac.Net.Curl</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>