Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GGCE
GRIN-Global API dotnet
Commits
be15b0ce
Commit
be15b0ce
authored
Feb 25, 2020
by
Matija Obreza
Browse files
Executed try-convert
- dotnet tool install -g try-convert - try-convert -w . Note: Restart cmd.exe
parent
363a015c
Changes
3
Hide whitespace changes
Inline
Side-by-side
ConsoleApplication1/ConsoleApplication1.csproj
View file @
be15b0ce
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"14.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Import
Project=
"$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"
Condition=
"Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"
/>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<ProjectGuid>
{2C55A4E5-BF3B-492A-A549-094434697895}
</ProjectGuid>
<TargetFramework>net452</TargetFramework>
<OutputType>Exe</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
ConsoleApplication1
</RootNamespace>
<AssemblyName>
ConsoleApplication1
</AssemblyName>
<TargetFrameworkVersion>
v4.5.2
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<AutoGenerateBindingRedirects>
true
</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<PlatformTarget>
AnyCPU
</PlatformTarget>
<DebugSymbols>
true
</DebugSymbols>
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
<OutputPath>
bin\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<PlatformTarget>
AnyCPU
</PlatformTarget>
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<OutputPath>
bin\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Example.Example</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll
</HintPath>
<Private>
True
</Private>
</Reference>
<Reference
Include=
"RestSharp, Version=105.1.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\RestSharp.105.1.0\lib\net452\RestSharp.dll
</HintPath>
<Private>
True
</Private>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Core"
/>
<Reference Include="System.Web" />
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Data.DataSetExtensions"
/>
<Reference
Include=
"Microsoft.CSharp"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Net.Http"
/>
<Reference
Include=
"System.Xml"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"Program.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"App.config"
/>
<None
Include=
"packages.config"
/>
<ProjectReference Include="..\src\GRINGlobal.Client\GRINGlobal.Client.csproj" />
</ItemGroup>
<ItemGroup>
<P
roject
Reference
Include=
"
..\src\GRINGlobal.Client\GRINGlobal.Client.csproj"
>
<Project>
{5b451c3c-c1b1-49c5-b34e-719ac91962ba}
</Project
>
<Name>
GRINGlobal.Client
</Name
>
<
/Project
Reference>
<P
ackage
Reference Include="
Microsoft.CSharp" Version="4.7.0" /
>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /
>
<PackageReference Include="RestSharp" Version="105.1.0" /
>
<
Package
Reference
Include="System.Data.DataSetExtensions" Version="4.5.0" /
>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
\ No newline at end of file
src/GRINGlobal.Client.Test/GRINGlobal.Client.Test.csproj
View file @
be15b0ce
<?xml version="1.0" encoding="utf-8"?>
<!--
GRIN-Global CE API
GG-CE API
The version of the OpenAPI document: 0.0.1-SNAPSHOT
Contact: helpdesk@grin-global.org
-->
<Project
ToolsVersion=
"12.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<ProjectGuid>
{19F1DEBC-DE5E-4517-8062-F000CD499087}
</ProjectGuid>
<TargetFramework>net45</TargetFramework>
<OutputType>Library</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
GRINGlobal.Client.Test
</RootNamespace>
<AssemblyName>
GRINGlobal.Client.Test
</AssemblyName>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<DebugSymbols>
true
</DebugSymbols>
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
<OutputPath>
bin\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<OutputPath>
bin\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Data.DataSetExtensions"
/>
<Reference
Include=
"System.ComponentModel.DataAnnotations"
/>
<Reference
Include=
"Microsoft.CSharp"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Runtime.Serialization"
/>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"Newtonsoft.Json"
>
<HintPath
Condition=
"Exists('$(SolutionDir)\packages')"
>
$(SolutionDir)\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
</HintPath>
<HintPath
Condition=
"Exists('..\packages')"
>
..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\packages')"
>
..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\vendor')"
>
..\..\vendor\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
</HintPath>
</Reference>
<Reference
Include=
"JsonSubTypes"
>
<HintPath
Condition=
"Exists('$(SolutionDir)\packages')"
>
$(SolutionDir)\packages\JsonSubTypes.1.5.2\lib\net45\JsonSubTypes.dll
</HintPath>
<HintPath
Condition=
"Exists('..\packages')"
>
..\packages\JsonSubTypes.1.5.2\lib\net45\JsonSubTypes.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\packages')"
>
..\..\packages\JsonSubTypes.1.5.2\lib\net45\JsonSubTypes.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\vendor')"
>
..\..\vendor\JsonSubTypes.1.5.2\lib\net45\JsonSubTypes.dll
</HintPath>
</Reference>
<Reference
Include=
"RestSharp"
>
<HintPath
Condition=
"Exists('$(SolutionDir)\packages')"
>
$(SolutionDir)\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll
</HintPath>
<HintPath
Condition=
"Exists('..\packages')"
>
..\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\packages')"
>
..\..\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\vendor')"
>
..\..\vendor\RestSharp.105.1.0\lib\net45\RestSharp.dll
</HintPath>
</Reference>
<Reference
Include=
"nunit.framework"
>
<HintPath
Condition=
"Exists('$(SolutionDir)\packages')"
>
$(SolutionDir)\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll
</HintPath>
<HintPath
Condition=
"Exists('..\packages')"
>
..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\packages')"
>
..\..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\vendor')"
>
..\..\vendor\NUnit.3.11.0\lib\net45\nunit.framework.dll
</HintPath>
</Reference>
<Compile Include="**\*.cs" Exclude="obj\**" />
</ItemGroup>
<ItemGroup>
<Compile
Include=
"**\*.cs"
Exclude=
"obj\**"
/>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<None
Include=
"packages.config
"
/>
<ProjectReference Include="..\GRINGlobal.Client\GRINGlobal.Client.csproj
" />
</ItemGroup>
<Import
Project=
"$(MsBuildToolsPath)\Microsoft.CSharp.targets"
/>
<ItemGroup>
<Project
Reference
Include=
"
..\GRINGlobal.Client\GRINGlobal.Client.csproj"
>
<Project>
{DC5B00A0-0AC2-4035-BFE6-B9D27C205BFF}
</Project
>
<Name>
GRINGlobal.Client
</Name
>
</ProjectReference
>
<Package
Reference Include="
JsonSubTypes" Version="1.5.2" /
>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" /
>
<PackageReference Include="NUnit" Version="3.11.0" /
>
<PackageReference Include="RestSharp" Version="105.1.0" /
>
</ItemGroup>
</Project>
</Project>
\ No newline at end of file
src/GRINGlobal.Client/GRINGlobal.Client.csproj
View file @
be15b0ce
<?xml version="1.0" encoding="utf-8"?>
<!--
GRIN-Global CE API
GG-CE API
The version of the OpenAPI document: 0.0.1-SNAPSHOT
Contact: helpdesk@grin-global.org
-->
<Project
ToolsVersion=
"12.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<ProjectGuid>
{DC5B00A0-0AC2-4035-BFE6-B9D27C205BFF}
</ProjectGuid>
<TargetFramework>net45</TargetFramework>
<OutputType>Library</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
GRINGlobal.Client
</RootNamespace>
<AssemblyName>
GRINGlobal.Client
</AssemblyName>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>
true
</DebugSymbols>
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
<OutputPath>
bin\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<DocumentationFile>bin\Debug\GRINGlobal.Client.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<OutputPath>
bin\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<DocumentationFile>bin\Release\GRINGlobal.Client.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Data.DataSetExtensions"
/>
<Reference
Include=
"System.ComponentModel.DataAnnotations"
/>
<Reference
Include=
"Microsoft.CSharp"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Runtime.Serialization"
/>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"Newtonsoft.Json"
>
<HintPath
Condition=
"Exists('$(SolutionDir)\packages')"
>
$(SolutionDir)\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
</HintPath>
<HintPath
Condition=
"Exists('..\packages')"
>
..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\packages')"
>
..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\vendor')"
>
..\..\vendor\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
</HintPath>
</Reference>
<Reference
Include=
"JsonSubTypes"
>
<HintPath
Condition=
"Exists('$(SolutionDir)\packages')"
>
$(SolutionDir)\packages\JsonSubTypes.1.5.2\lib\net45\JsonSubTypes.dll
</HintPath>
<HintPath
Condition=
"Exists('..\packages')"
>
..\packages\JsonSubTypes.1.5.2\lib\net45\JsonSubTypes.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\packages')"
>
..\..\packages\JsonSubTypes.1.5.2\lib\net45\JsonSubTypes.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\vendor')"
>
..\..\vendor\JsonSubTypes.1.5.2\lib\net45\JsonSubTypes.dll
</HintPath>
</Reference>
<Reference
Include=
"RestSharp"
>
<HintPath
Condition=
"Exists('$(SolutionDir)\packages')"
>
$(SolutionDir)\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll
</HintPath>
<HintPath
Condition=
"Exists('..\packages')"
>
..\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\packages')"
>
..\..\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll
</HintPath>
<HintPath
Condition=
"Exists('..\..\vendor')"
>
..\..\vendor\RestSharp.105.1.0\lib\net45\RestSharp.dll
</HintPath>
</Reference>
<Compile Include="**\*.cs" Exclude="obj\**" />
</ItemGroup>
<ItemGroup>
<Compile
Include=
"**\*.cs"
Exclude=
"obj\**"
/>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<None
Include=
"packages.config"
/>
<PackageReference Include="JsonSubTypes" Version="1.5.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="RestSharp" Version="105.1.0" />
</ItemGroup>
<Import
Project=
"$(MsBuildToolsPath)\Microsoft.CSharp.targets"
/>
</Project>
</Project>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment