-
Notifications
You must be signed in to change notification settings - Fork 0
/
xSkrape.APIWrapper.InProc.Sample.csproj
38 lines (33 loc) · 1.72 KB
/
xSkrape.APIWrapper.InProc.Sample.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net471</TargetFrameworks>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>APIDemo.snk</AssemblyOriginatorKeyFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>@codexguy</Authors>
<Company>CodeX Enterprises LLC</Company>
<Description>xSkrape provides parsing / tabular detection for structured, semi and non-structured data sources with minimal coding. Interact with HTML, JSON, XML, CSV, Excel, DropBox, Google Docs and other sources using simple directives. This package contains a .cs file with example usage of the InProc version.</Description>
<Copyright>Copyright (c) 2017</Copyright>
<PackageReleaseNotes />
<PackageTags>data parsing tabular relational unstructured excel google docs spreadsheet scraping json html dropbox xml csv shaping tables</PackageTags>
<PackageIconUrl>http://www.xskrape.com/images/XS96.png</PackageIconUrl>
<ApplicationIcon />
<OutputType>Exe</OutputType>
<StartupObject />
<PackageLicenseUrl>https://github.com/codexguy/xSkrape.APIWrapper.InProc.Sample/blob/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>1.0.5</Version>
</PropertyGroup>
<ItemGroup>
<Compile Remove="dist\**" />
<EmbeddedResource Remove="dist\**" />
<None Remove="dist\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="xSkrape.APIWrapper.Base" Version="1.0.1" />
<PackageReference Include="xSkrape.APIWrapper.InProc" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>