-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForEvolve.PhantomJs.Dependencies.csproj
More file actions
50 lines (45 loc) · 2.14 KB
/
ForEvolve.PhantomJs.Dependencies.csproj
File metadata and controls
50 lines (45 loc) · 2.14 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Product>ForEvolve Framework PhantomJs dependencies</Product>
<RepositoryUrl>https://github.com/ForEvolve/ForEvolve.PhantomJs.Dependencies</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<IsPackable>True</IsPackable>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Authors>Carl-Hugo Marcotte</Authors>
<Company>ForEvolve</Company>
<PackageProjectUrl>https://github.com/ForEvolve/ForEvolve.PhantomJs.Dependencies</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/ForEvolve/ForEvolve.PhantomJs.Dependencies/blob/master/LICENSE</PackageLicenseUrl>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0</Version>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<IncludeSymbols>False</IncludeSymbols>
<IncludeSource>False</IncludeSource>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks>
<Description>This package contains `PhantomJs` executable files. The `ForEvolve.Pdf` package is also required. See `ForEvolve.Pdf` for more information.</Description>
<PackageTags>forevolve,html,pdf,PhantomJs,dependencies,aspnetcore,asp.net,core,aspnet,asp</PackageTags>
</PropertyGroup>
<ItemGroup>
<Content Include="PhantomJs\Root\linux64_phantomjs.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Include="PhantomJs\Root\osx_phantomjs.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Include="PhantomJs\Root\windows_phantomjs.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>
</Project>