-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathGsemac.Net.Curl.csproj
More file actions
53 lines (47 loc) · 1.97 KB
/
Gsemac.Net.Curl.csproj
File metadata and controls
53 lines (47 loc) · 1.97 KB
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
<Project Sdk="MSBuild.Sdk.Extras/3.0.44">
<PropertyGroup>
<TargetFrameworks>net40-client;netstandard2.0</TargetFrameworks>
<Company />
<Authors>gsemac</Authors>
<Version>0.14.0</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>
<Content Include="Gsemac.Net.Curl.targets" PackagePath="build/Gsemac.Net.Curl.targets" />
<Content Include="lib\unmanaged\x86\*" Pack="true" PackagePath="contentFiles\x86">
<PackageCopyToOutput>true</PackageCopyToOutput>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>x86\%(Filename)%(Extension)</Link>
</Content>
<Content Include="lib\unmanaged\x64\*" Pack="true" PackagePath="contentFiles\x64">
<PackageCopyToOutput>true</PackageCopyToOutput>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>x64\%(Filename)%(Extension)</Link>
</Content>
<Content Include="licenses\*" Pack="true" PackagePath="contentFiles\licenses" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Gsemac.Net\Gsemac.Net.csproj" />
<ProjectReference Include="..\Gsemac.Polyfills\Gsemac.Polyfills.csproj" />
<ProjectReference Include="..\Gsemac.Reflection\Gsemac.Reflection.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\CurlCodeDescriptions.Designer.cs">
<DesignTime>True</DesignTime>
</Compile>
<Compile Update="Properties\ExceptionMessages.Designer.cs">
<DesignTime>True</DesignTime>
</Compile>
</ItemGroup>
</Project>