Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed References/Newtonsoft.Json.MonoDroid.dll
Binary file not shown.
Binary file removed References/NewtonsoftJsonMonoTouch.dll
Binary file not shown.
16 changes: 16 additions & 0 deletions RestSharp.MonoDroid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("RestSharp.MonoDroid")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("A7B3BEB4-1B9B-4EDF-98BC-DF9EC82390BF")]
56 changes: 31 additions & 25 deletions RestSharp.MonoDroid/RestSharp.MonoDroid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
<ProjectGuid>{1B662C38-984F-4B6A-89B5-AFF7FCBE43A2}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RestSharp.Android</RootNamespace>
<AssemblyName>RestSharp.Android</AssemblyName>
<RootNamespace>RestSharp</RootNamespace>
<AssemblyName>RestSharp.MonoDroid</AssemblyName>
<FileAlignment>512</FileAlignment>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidSupportedAbis>armeabi</AndroidSupportedAbis>
<AndroidStoreUncompressedFileExtensions />
<MandroidI18n />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -33,9 +35,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="Newtonsoft.Json.MonoDroid">
<HintPath>..\References\Newtonsoft.Json.MonoDroid.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down Expand Up @@ -90,6 +89,9 @@
<Compile Include="..\RestSharp\RestClient.Sync.cs">
<Link>RestClient.Sync.cs</Link>
</Compile>
<Compile Include="..\RestSharp\RestClientExtensions.cs">
<Link>RestClientExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\RestRequest.cs">
<Link>RestRequest.cs</Link>
</Compile>
Expand Down Expand Up @@ -187,68 +189,72 @@
<Link>IHttpFactory.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth1Authenticator.cs">
<Link>Authenticators\Authenticators\OAuth1Authenticator.cs</Link>
<Link>Authenticators\OAuth1Authenticator.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth2Authenticator.cs">
<Link>Authenticators\Authenticators\OAuth2Authenticator.cs</Link>
<Link>Authenticators\OAuth2Authenticator.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\HttpPostParameter.cs">
<Link>Authenticators\Authenticators\OAuth\HttpPostParameter.cs</Link>
<Link>Authenticators\OAuth\HttpPostParameter.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\HttpPostParameterType.cs">
<Link>Authenticators\Authenticators\OAuth\HttpPostParameterType.cs</Link>
<Link>Authenticators\OAuth\HttpPostParameterType.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthParameterHandling.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthParameterHandling.cs</Link>
<Link>Authenticators\OAuth\OAuthParameterHandling.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthSignatureMethod.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthSignatureMethod.cs</Link>
<Link>Authenticators\OAuth\OAuthSignatureMethod.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthSignatureTreatment.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthSignatureTreatment.cs</Link>
<Link>Authenticators\OAuth\OAuthSignatureTreatment.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthTools.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthTools.cs</Link>
<Link>Authenticators\OAuth\OAuthTools.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthType.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthType.cs</Link>
<Link>Authenticators\OAuth\OAuthType.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthWebQueryInfo.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthWebQueryInfo.cs</Link>
<Link>Authenticators\OAuth\OAuthWebQueryInfo.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthWorkflow.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthWorkflow.cs</Link>
<Link>Authenticators\OAuth\OAuthWorkflow.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\WebPair.cs">
<Link>Authenticators\Authenticators\OAuth\WebPair.cs</Link>
<Link>Authenticators\OAuth\WebPair.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\WebPairCollection.cs">
<Link>Authenticators\Authenticators\OAuth\WebPairCollection.cs</Link>
<Link>Authenticators\OAuth\WebPairCollection.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\WebParameter.cs">
<Link>Authenticators\Authenticators\OAuth\WebParameter.cs</Link>
<Link>Authenticators\OAuth\WebParameter.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\WebParameterCollection.cs">
<Link>Authenticators\Authenticators\OAuth\WebParameterCollection.cs</Link>
<Link>Authenticators\OAuth\WebParameterCollection.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\Extensions\CollectionExtensions.cs">
<Link>Authenticators\Authenticators\OAuth\Extensions\CollectionExtensions.cs</Link>
<Link>Authenticators\OAuth\Extensions\CollectionExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\Extensions\OAuthExtensions.cs">
<Link>Authenticators\Authenticators\OAuth\Extensions\OAuthExtensions.cs</Link>
<Link>Authenticators\OAuth\Extensions\OAuthExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\Extensions\StringExtensions.cs">
<Link>Authenticators\Authenticators\OAuth\Extensions\StringExtensions.cs</Link>
<Link>Authenticators\OAuth\Extensions\StringExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\Extensions\TimeExtensions.cs">
<Link>Authenticators\Authenticators\OAuth\Extensions\TimeExtensions.cs</Link>
<Link>Authenticators\OAuth\Extensions\TimeExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\RestRequestAsyncHandle.cs">
<Link>RestRequestAsyncHandle.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Deserializers\DotNetXmlDeserializer.cs">
<Link>Deserializers\DotNetXmlDeserializer.cs</Link>
</Compile>
<Compile Include="..\RestSharp\SharedAssemblyInfo.cs">
<Link>SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
16 changes: 16 additions & 0 deletions RestSharp.MonoTouch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("RestSharp.MonoTouch")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("0F11B2CA-D65D-4B63-92B2-E4C0B1AACB6E")]
83 changes: 42 additions & 41 deletions RestSharp.MonoTouch/RestSharp.MonoTouch.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E9A9D1C5-4E06-4D31-9809-A97188C70B2C}</ProjectGuid>
<ProjectTypeGuids>{E613F3A2-FE9C-494F-B74E-F63BCB86FEA6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>RestSharp.MonoTouch</RootNamespace>
<RootNamespace>RestSharp</RootNamespace>
<MtouchSdkVersion>3.2</MtouchSdkVersion>
<MtouchMinimumOS>3.0</MtouchMinimumOS>
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
Expand All @@ -29,6 +29,7 @@
<MtouchArch>ARMv6</MtouchArch>
<MtouchUseThumb>false</MtouchUseThumb>
<MtouchUseSGen>false</MtouchUseSGen>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType>
Expand All @@ -44,6 +45,7 @@
<MtouchArch>ARMv6</MtouchArch>
<MtouchUseThumb>false</MtouchUseThumb>
<MtouchUseSGen>false</MtouchUseSGen>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -60,6 +62,7 @@
<MtouchArch>ARMv6</MtouchArch>
<MtouchUseThumb>false</MtouchUseThumb>
<MtouchUseSGen>false</MtouchUseSGen>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
Expand All @@ -75,18 +78,16 @@
<MtouchArch>ARMv6</MtouchArch>
<MtouchUseThumb>false</MtouchUseThumb>
<MtouchUseSGen>false</MtouchUseSGen>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="System.Xml.Linq" />
<Reference Include="NewtonsoftJsonMonoTouch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\NewtonsoftJsonMonoTouch.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(ProgramFiles)\MSBuild\MonoTouch\Novell.MonoTouch.Common.targets" Condition="'$(windir)' != '' " />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Compile Include="..\RestSharp\Enum.cs">
Expand Down Expand Up @@ -137,6 +138,9 @@
<Compile Include="..\RestSharp\RestClient.Sync.cs">
<Link>RestClient.Sync.cs</Link>
</Compile>
<Compile Include="..\RestSharp\RestClientExtensions.cs">
<Link>RestClientExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\RestRequest.cs">
<Link>RestRequest.cs</Link>
</Compile>
Expand All @@ -161,8 +165,8 @@
<Compile Include="..\RestSharp\Serializers\SerializeAsAttribute.cs">
<Link>Serializers\SerializeAsAttribute.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Extensions\ResponseExtensions.cs">
<Link>Extensions\ResponseExtensions.cs</Link>
<Compile Include="..\RestSharp\Serializers\DotNetXmlSerializer.cs">
<Link>Serializers\DotNetXmlSerializer.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Serializers\XmlSerializer.cs">
<Link>Serializers\XmlSerializer.cs</Link>
Expand All @@ -176,6 +180,9 @@
<Compile Include="..\RestSharp\Extensions\XmlExtensions.cs">
<Link>Extensions\XmlExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Extensions\ResponseExtensions.cs">
<Link>Extensions\ResponseExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Deserializers\DeserializeAsAttribute.cs">
<Link>Deserializers\DeserializeAsAttribute.cs</Link>
</Compile>
Expand Down Expand Up @@ -231,77 +238,71 @@
<Link>IHttpFactory.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth1Authenticator.cs">
<Link>Authenticators\Authenticators\OAuth1Authenticator.cs</Link>
<Link>Authenticators\OAuth1Authenticator.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth2Authenticator.cs">
<Link>Authenticators\Authenticators\OAuth2Authenticator.cs</Link>
<Link>Authenticators\OAuth2Authenticator.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\HttpPostParameter.cs">
<Link>Authenticators\Authenticators\OAuth\HttpPostParameter.cs</Link>
<Link>Authenticators\OAuth\HttpPostParameter.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\HttpPostParameterType.cs">
<Link>Authenticators\Authenticators\OAuth\HttpPostParameterType.cs</Link>
<Link>Authenticators\OAuth\HttpPostParameterType.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthParameterHandling.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthParameterHandling.cs</Link>
<Link>Authenticators\OAuth\OAuthParameterHandling.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthSignatureMethod.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthSignatureMethod.cs</Link>
<Link>Authenticators\OAuth\OAuthSignatureMethod.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthSignatureTreatment.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthSignatureTreatment.cs</Link>
<Link>Authenticators\OAuth\OAuthSignatureTreatment.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthTools.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthTools.cs</Link>
<Link>Authenticators\OAuth\OAuthTools.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthType.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthType.cs</Link>
<Link>Authenticators\OAuth\OAuthType.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthWebQueryInfo.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthWebQueryInfo.cs</Link>
<Link>Authenticators\OAuth\OAuthWebQueryInfo.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\OAuthWorkflow.cs">
<Link>Authenticators\Authenticators\OAuth\OAuthWorkflow.cs</Link>
<Link>Authenticators\OAuth\OAuthWorkflow.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\WebPair.cs">
<Link>Authenticators\Authenticators\OAuth\WebPair.cs</Link>
<Link>Authenticators\OAuth\WebPair.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\WebPairCollection.cs">
<Link>Authenticators\Authenticators\OAuth\WebPairCollection.cs</Link>
<Link>Authenticators\OAuth\WebPairCollection.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\WebParameter.cs">
<Link>Authenticators\Authenticators\OAuth\WebParameter.cs</Link>
<Link>Authenticators\OAuth\WebParameter.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\WebParameterCollection.cs">
<Link>Authenticators\Authenticators\OAuth\WebParameterCollection.cs</Link>
<Link>Authenticators\OAuth\WebParameterCollection.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\Extensions\CollectionExtensions.cs">
<Link>Authenticators\Authenticators\OAuth\Extensions\CollectionExtensions.cs</Link>
<Link>Authenticators\OAuth\Extensions\CollectionExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\Extensions\OAuthExtensions.cs">
<Link>Authenticators\Authenticators\OAuth\Extensions\OAuthExtensions.cs</Link>
<Link>Authenticators\OAuth\Extensions\OAuthExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\Extensions\StringExtensions.cs">
<Link>Authenticators\Authenticators\OAuth\Extensions\StringExtensions.cs</Link>
<Link>Authenticators\OAuth\Extensions\StringExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Authenticators\OAuth\Extensions\TimeExtensions.cs">
<Link>Authenticators\Authenticators\OAuth\Extensions\TimeExtensions.cs</Link>
<Link>Authenticators\OAuth\Extensions\TimeExtensions.cs</Link>
</Compile>
<Compile Include="..\RestSharp\RestRequestAsyncHandle.cs">
<Link>RestRequestAsyncHandle.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Serializers\DotNetXmlSerializer.cs">
<Link>Serializers\DotNetXmlSerializer.cs</Link>
</Compile>
<Compile Include="..\RestSharp\Deserializers\DotNetXmlDeserializer.cs">
<Link>Deserializers\DotNetXmlDeserializer.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="Authenticators\" />
<Folder Include="Deserializers\" />
<Folder Include="Serializers\" />
<Folder Include="Extensions\" />
<Folder Include="Validation\" />
<Compile Include="..\RestSharp\SharedAssemblyInfo.cs">
<Link>SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
</Project>
</Project>
11 changes: 7 additions & 4 deletions RestSharp.MonoTouch/RestSharp.MonoTouch.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.MonoTouch", "RestSharp.MonoTouch.csproj", "{E9A9D1C5-4E06-4D31-9809-A97188C70B2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9A9D1C5-4E06-4D31-9809-A97188C70B2C}.Debug|iPhone.ActiveCfg = Debug|iPhone
Expand All @@ -20,6 +20,9 @@ Global
{E9A9D1C5-4E06-4D31-9809-A97188C70B2C}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{E9A9D1C5-4E06-4D31-9809-A97188C70B2C}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = RestSharp.MonoTouch.csproj
EndGlobalSection
Expand Down
Loading