-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFactSet.AnalyticsAPI.Engines.csproj
More file actions
41 lines (38 loc) · 2.07 KB
/
FactSet.AnalyticsAPI.Engines.csproj
File metadata and controls
41 lines (38 loc) · 2.07 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
<?xml version="1.0" encoding="utf-8"?>
<!--
Engines API
Allow clients to fetch Analytics through APIs.
The version of the OpenAPI document: 2
Contact: analytics.api.support@factset.com
-->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D7309227-518B-45ED-896A-4853BE6A9075}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FactSet.AnalyticsAPI.Engines</RootNamespace>
<AssemblyName>FactSet.AnalyticsAPI.Engines</AssemblyName>
<Description>Allow clients to fetch Engines Analytics through APIs.</Description>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFramework>netstandard2.0</TargetFramework>
<FileAlignment>512</FileAlignment>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\FactSet.AnalyticsAPI.Engines.xml</DocumentationFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/factset/analyticsapi-engines-dotnet-sdk.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/factset/analyticsapi-engines-dotnet-sdk</PackageProjectUrl>
<PackageReleaseNotes>Refer to Changelog on GitHub source repository</PackageReleaseNotes>
<PackageTags>PA;Vault;SPAR;Engines;FactSet;FDS;API;Analytics;AnalyticsAPI</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.5.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RestSharp" Version="106.10.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
<PackageReference Include="FactSet.Protobuf.Stach" Version="1.0.1" />
</ItemGroup>
</Project>