Skip to content

Commit

Permalink
Rename Platform.Mobile to Platform.Core
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-sampson committed Apr 21, 2015
1 parent b586102 commit 394bf47
Show file tree
Hide file tree
Showing 38 changed files with 131 additions and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\..\bin\win81\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\..\bin\win81\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Xaml.Interactions">
<HintPath>..\..\..\..\bin\win81\Debug\Microsoft.Xaml.Interactions.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\..\bin\wpa81\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\..\bin\wpa81\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Xaml.Interactions">
<HintPath>..\..\..\..\bin\wpa81\Debug\Microsoft.Xaml.Interactions.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\..\bin\win81\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\bin\win81\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Xaml.Interactions">
<HintPath>..\..\..\..\bin\win81\Debug\Microsoft.Xaml.Interactions.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\..\bin\wpa81\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\bin\wpa81\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Xaml.Interactions">
<HintPath>..\..\..\..\bin\wpa81\Debug\Microsoft.Xaml.Interactions.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\bin\wp8\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\bin\wp8\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Mobile">
<HintPath>..\..\..\bin\wp8\Debug\Caliburn.Micro.Platform.Mobile.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\bin\win8\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\bin\win8\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Callisto, Version=1.2.7.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Callisto.1.3.1\lib\winrt45\Callisto.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\bin\win81\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\bin\win81\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Xaml.Interactions">
<HintPath>..\..\..\bin\win81\Debug\Microsoft.Xaml.Interactions.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\bin\net45\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\bin\net45\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Data" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace Caliburn.Micro.HelloWindowManagerWP71 {
using System.Linq;

namespace Caliburn.Micro.HelloWindowManagerWP71 {
using System;
using System.Collections.Generic;
using System.Windows.Controls;
Expand All @@ -18,6 +20,7 @@ protected override void Configure() {
if (!Execute.InDesignMode)
container.RegisterPhoneServices(RootFrame);

container.Instance<Func<MessageViewModel>>(() => new MessageViewModel());
container.PerRequest<MainPageViewModel>();
container.PerRequest<MessageViewModel, MessageViewModel>();
container.PerRequest<DialogViewModel, DialogViewModel>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\bin\wp8\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\bin\wp8\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Phone.Controls, Version=8.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e, processorArchitecture=MSIL" />
<Reference Include="System.Windows.Interactivity, Version=3.9.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Collections.Generic;
using System.Windows;

public class MainPageViewModel {
public class MainPageViewModel : Screen {
readonly IWindowManager windowManager;
readonly Func<MessageViewModel> messageViewModelFactory;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\bin\net45\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\bin\net45\Release\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Data" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\bin\net45\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\bin\net45\Release\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Data" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\bin\net45\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\bin\net45\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@
<Reference Include="Caliburn.Micro">
<HintPath>..\..\..\..\bin\android\Debug\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform">
<Reference Include="Caliburn.Micro.Platform, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\bin\android\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Mobile">
<HintPath>..\..\..\..\bin\xamarin-forms\Debug\Caliburn.Micro.Platform.Mobile.dll</HintPath>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\..\bin\android\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Xamarin.Forms">
<HintPath>..\..\..\..\bin\xamarin-forms\Debug\Caliburn.Micro.Platform.Xamarin.Forms.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\..\bin\wp8\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Mobile">
<HintPath>..\..\..\..\bin\xamarin-forms\Debug\Caliburn.Micro.Platform.Mobile.dll</HintPath>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\..\bin\wp8\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Xamarin.Forms">
<HintPath>..\..\..\..\bin\xamarin-forms\Debug\Caliburn.Micro.Platform.Xamarin.Forms.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\..\bin\iOS\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Mobile">
<HintPath>..\..\..\..\bin\xamarin-forms\Debug\Caliburn.Micro.Platform.Mobile.dll</HintPath>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\..\bin\iOS\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Xamarin.Forms">
<HintPath>..\..\..\..\bin\xamarin-forms\Debug\Caliburn.Micro.Platform.Xamarin.Forms.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<Reference Include="Caliburn.Micro">
<HintPath>..\..\..\..\bin\xamarin-forms\Debug\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Mobile">
<HintPath>..\..\..\..\bin\xamarin-forms\Debug\Caliburn.Micro.Platform.Mobile.dll</HintPath>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\..\bin\portable-core\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Xamarin.Forms">
<HintPath>..\..\..\..\bin\xamarin-forms\Debug\Caliburn.Micro.Platform.Xamarin.Forms.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@
<Reference Include="Caliburn.Micro">
<HintPath>..\..\..\bin\android\Debug\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform">
<Reference Include="Caliburn.Micro.Platform, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\bin\android\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Mobile">
<HintPath>..\..\..\bin\android\Debug\Caliburn.Micro.Platform.Mobile.dll</HintPath>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\bin\android\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Mono.Android" />
<Reference Include="mscorlib" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\bin\wpa81\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\bin\wpa81\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<SDKReference Include="BehaviorsXamlSDKManaged, Version=12.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\bin\iOS\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform.Mobile">
<HintPath>..\..\..\bin\iOS\Debug\Caliburn.Micro.Platform.Mobile.dll</HintPath>
<Reference Include="Caliburn.Micro.Platform.Core">
<HintPath>..\..\..\bin\iOS\Debug\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
<Compile Include="WindowManagerExtensions.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Caliburn.Micro.Platform\Caliburn.Micro.Platform.Mobile.csproj">
<ProjectReference Include="..\Caliburn.Micro.Platform\Caliburn.Micro.Platform.Core.csproj">
<Project>{0ecbe3d9-aed4-419d-a6e3-c53d5ce2a02a}</Project>
<Name>Caliburn.Micro.Platform.Mobile</Name>
<Name>Caliburn.Micro.Platform.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Caliburn.Micro.Platform\Caliburn.Micro.Platform.WP8.csproj">
<Project>{50DAA3F0-3BAD-433A-B4B2-4A38DEF9DFAF}</Project>
Expand Down
2 changes: 1 addition & 1 deletion src/Caliburn.Micro.Platform/AssemblySource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static class AssemblySourceCache {
public static Func<Assembly, IEnumerable<Type>> ExtractTypes = assembly =>
assembly.GetExportedTypes()
.Where(t =>
#if !MOBILE
#if !CORE
typeof(UIElement).IsAssignableFrom(t) ||
#endif
typeof(INotifyPropertyChanged).IsAssignableFrom(t));
Expand Down
2 changes: 1 addition & 1 deletion src/Caliburn.Micro.Platform/Bootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void Initialize() {

PlatformProvider.Current = new XamlPlatformProvider();

#if WP8
#if WP8 || NET45
var baseExtractTypes = AssemblySourceCache.ExtractTypes;

AssemblySourceCache.ExtractTypes = assembly =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
<Project>{6d772b52-da8f-4784-971a-4bf50cb6d306}</Project>
<Name>Caliburn.Micro</Name>
</ProjectReference>
<ProjectReference Include="Caliburn.Micro.Platform.Mobile.csproj">
<ProjectReference Include="Caliburn.Micro.Platform.Core.csproj">
<Project>{0ecbe3d9-aed4-419d-a6e3-c53d5ce2a02a}</Project>
<Name>Caliburn.Micro.Platform.Mobile</Name>
<Name>Caliburn.Micro.Platform.Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Caliburn.Micro</RootNamespace>
<AssemblyName>Caliburn.Micro.Platform.Mobile</AssemblyName>
<AssemblyName>Caliburn.Micro.Platform.Core</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand All @@ -20,20 +20,26 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\bin\portable-mobile\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;MOBILE</DefineConstants>
<OutputPath>..\..\bin\portable-core\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;CORE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\..\bin\portable-mobile\Debug\Caliburn.Micro.Platform.Mobile.XML</DocumentationFile>
<DocumentationFile>..\..\bin\portable-mobile\Debug\Caliburn.Micro.Platform.Core.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\portable-mobile\Release\</OutputPath>
<DefineConstants>TRACE;MOBILE</DefineConstants>
<OutputPath>..\..\bin\portable-core\Release\</OutputPath>
<DefineConstants>TRACE;CORE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\..\bin\portable-mobile\Release\Caliburn.Micro.Platform.Mobile.XML</DocumentationFile>
<DocumentationFile>..\..\bin\portable-mobile\Release\Caliburn.Micro.Platform.Core.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Caliburn.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .NET Framework is automatically included -->
Expand All @@ -51,6 +57,9 @@
<Compile Include="StringSplitter.cs" />
<Compile Include="TypeMappingConfiguration.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Caliburn.snk" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.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.
Expand Down
10 changes: 4 additions & 6 deletions src/Caliburn.Micro.Platform/Caliburn.Micro.Platform.NET45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,16 @@
<Compile Include="Action.cs" />
<Compile Include="ActionExecutionContext.cs" />
<Compile Include="ActionMessage.cs" />
<Compile Include="AssemblySource.cs" />
<Compile Include="Bind.cs" />
<Compile Include="BindingScope.cs" />
<Compile Include="BooleanToVisibilityConverter.cs" />
<Compile Include="Bootstrapper.cs" />
<Compile Include="ConventionManager.cs" />
<Compile Include="DependencyPropertyHelper.cs" />
<Compile Include="ElementConvention.cs" />
<Compile Include="ExtensionMethods.cs" />
<Compile Include="IHaveParameters.cs" />
<Compile Include="Message.cs" />
<Compile Include="MessageBinder.cs" />
<Compile Include="NameTransformer.cs" />
<Compile Include="net40\AttachedCollection.cs" />
<Compile Include="net40\Parameter.cs" />
<Compile Include="net40\WindowManager.cs" />
Expand All @@ -82,10 +79,7 @@
<SubType>Code</SubType>
</Compile>
<AppDesigner Include="Properties\" />
<Compile Include="RegExHelper.cs" />
<Compile Include="StringSplitter.cs" />
<Compile Include="TypeDescriptor.cs" />
<Compile Include="TypeMappingConfiguration.cs" />
<Compile Include="View.cs" />
<Compile Include="ViewLocator.cs" />
<Compile Include="ViewModelBinder.cs" />
Expand All @@ -103,6 +97,10 @@
<Project>{6d772b52-da8f-4784-971a-4bf50cb6d306}</Project>
<Name>Caliburn.Micro</Name>
</ProjectReference>
<ProjectReference Include="Caliburn.Micro.Platform.Core.csproj">
<Project>{0ecbe3d9-aed4-419d-a6e3-c53d5ce2a02a}</Project>
<Name>Caliburn.Micro.Platform.Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Loading

0 comments on commit 394bf47

Please sign in to comment.