-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlockarrayNetwork.Standard.csproj
More file actions
31 lines (31 loc) · 1.16 KB
/
BlockarrayNetwork.Standard.csproj
File metadata and controls
31 lines (31 loc) · 1.16 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
<?xml version="1.0" encoding="utf-8"?>
<!--
- BlockarrayNetwork.Standard
-
- This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io )
-->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>BlockarrayNetwork.Standard</AssemblyName>
<Version>0.0.5.0</Version>
<Authors>
</Authors>
<Company>
</Company>
<Product>BlockarrayNetwork.Standard</Product>
<Copyright>Copyright © 2017</Copyright>
<AssemblyVersion>0.0.5.0</AssemblyVersion>
<FileVersion>0.0.5.0</FileVersion>
<Description>Automatically generated using APIMatic.</Description>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DefineConstants>TRACE;DEBUG;NETCOREAPP2_0;DNXCORE50</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DefineConstants>TRACE;RELEASE;NETCOREAPP2_0;DNXCORE50;</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
</Project>