Skip to content

Commit

Permalink
Renamed/moved solution files + changed output directory for projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRigby committed Jan 21, 2012
1 parent 84186fc commit 16e83e8
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 80 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
*.userprefs
*.suo
bin/
obj/
obj/
/BuildOutput
120 changes: 60 additions & 60 deletions Source/Eto.Test/Eto.Test.sln → Source/Eto - MonoDevelop.sln
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Test.Interface", "Eto.Test.Interface\Eto.Test.Interface.csproj", "{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Test", "Eto.Test\Eto.Test.csproj", "{8154650F-296A-4089-AA18-1CB67EA6142F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Test.Mac", "Eto.Test.Mac\Eto.Test.Mac.csproj", "{57BCCF63-1D05-4AD6-9BBB-E2CE4E2451AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto", "..\Eto\Eto.csproj", "{16289D2F-044C-49EF-83E9-9391AFF8FD2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Gtk", "..\Eto.Platform.Gtk\Eto.Platform.Gtk.csproj", "{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Mac", "..\Eto.Platform.Mac\Eto.Platform.Mac.csproj", "{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Windows", "..\Eto.Platform.Windows\Eto.Platform.Windows.csproj", "{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16289D2F-044C-49EF-83E9-9391AFF8FD2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16289D2F-044C-49EF-83E9-9391AFF8FD2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16289D2F-044C-49EF-83E9-9391AFF8FD2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16289D2F-044C-49EF-83E9-9391AFF8FD2B}.Release|Any CPU.Build.0 = Release|Any CPU
{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}.Release|Any CPU.Build.0 = Release|Any CPU
{57BCCF63-1D05-4AD6-9BBB-E2CE4E2451AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57BCCF63-1D05-4AD6-9BBB-E2CE4E2451AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57BCCF63-1D05-4AD6-9BBB-E2CE4E2451AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57BCCF63-1D05-4AD6-9BBB-E2CE4E2451AB}.Release|Any CPU.Build.0 = Release|Any CPU
{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}.Release|Any CPU.Build.0 = Release|Any CPU
{8154650F-296A-4089-AA18-1CB67EA6142F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8154650F-296A-4089-AA18-1CB67EA6142F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8154650F-296A-4089-AA18-1CB67EA6142F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8154650F-296A-4089-AA18-1CB67EA6142F}.Release|Any CPU.Build.0 = Release|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Release|Any CPU.Build.0 = Release|Any CPU
{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Eto.Test.Mac\Eto.Test.Mac.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$1.ResourceNamePolicy = MSBuild
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Test.Interface", "Eto.Test\Eto.Test.Interface\Eto.Test.Interface.csproj", "{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Test", "Eto.Test\Eto.Test\Eto.Test.csproj", "{8154650F-296A-4089-AA18-1CB67EA6142F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Test.Mac", "Eto.Test\Eto.Test.Mac\Eto.Test.Mac.csproj", "{57BCCF63-1D05-4AD6-9BBB-E2CE4E2451AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto", "Eto\Eto.csproj", "{16289D2F-044C-49EF-83E9-9391AFF8FD2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Gtk", "Eto.Platform.Gtk\Eto.Platform.Gtk.csproj", "{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Mac", "Eto.Platform.Mac\Eto.Platform.Mac.csproj", "{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Windows", "Eto.Platform.Windows\Eto.Platform.Windows.csproj", "{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16289D2F-044C-49EF-83E9-9391AFF8FD2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16289D2F-044C-49EF-83E9-9391AFF8FD2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16289D2F-044C-49EF-83E9-9391AFF8FD2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16289D2F-044C-49EF-83E9-9391AFF8FD2B}.Release|Any CPU.Build.0 = Release|Any CPU
{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}.Release|Any CPU.Build.0 = Release|Any CPU
{57BCCF63-1D05-4AD6-9BBB-E2CE4E2451AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57BCCF63-1D05-4AD6-9BBB-E2CE4E2451AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57BCCF63-1D05-4AD6-9BBB-E2CE4E2451AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57BCCF63-1D05-4AD6-9BBB-E2CE4E2451AB}.Release|Any CPU.Build.0 = Release|Any CPU
{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}.Release|Any CPU.Build.0 = Release|Any CPU
{8154650F-296A-4089-AA18-1CB67EA6142F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8154650F-296A-4089-AA18-1CB67EA6142F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8154650F-296A-4089-AA18-1CB67EA6142F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8154650F-296A-4089-AA18-1CB67EA6142F}.Release|Any CPU.Build.0 = Release|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Release|Any CPU.Build.0 = Release|Any CPU
{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Eto.Test.Mac\Eto.Test.Mac.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$1.ResourceNamePolicy = MSBuild
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Test.Interface", "Eto.Test.Interface\Eto.Test.Interface.csproj", "{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}"
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Test.Interface", "Eto.Test\Eto.Test.Interface\Eto.Test.Interface.csproj", "{F8F400B8-A2F6-4342-82F6-D6D8B544A7E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Test - VS", "Eto.Test\Eto.Test - VS.csproj", "{8154650F-296A-4089-AA18-1CB67EA6142F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Test - VS", "Eto.Test\Eto.Test\Eto.Test - VS.csproj", "{8154650F-296A-4089-AA18-1CB67EA6142F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto", "..\Eto\Eto.csproj", "{16289D2F-044C-49EF-83E9-9391AFF8FD2B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto", "Eto\Eto.csproj", "{16289D2F-044C-49EF-83E9-9391AFF8FD2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Gtk", "..\Eto.Platform.Gtk\Eto.Platform.Gtk.csproj", "{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Gtk", "Eto.Platform.Gtk\Eto.Platform.Gtk.csproj", "{1FF7BE58-A6A2-4132-8CAF-AA2EF18122A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Windows", "..\Eto.Platform.Windows\Eto.Platform.Windows.csproj", "{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Windows", "Eto.Platform.Windows\Eto.Platform.Windows.csproj", "{69D38C57-AD4B-4A16-A7B1-49BCFBE71491}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Wpf", "..\Eto.Platform.Wpf\Eto.Platform.Wpf.csproj", "{E3524178-5A24-47C0-B155-92314FE4B2B6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Wpf", "Eto.Platform.Wpf\Eto.Platform.Wpf.csproj", "{E3524178-5A24-47C0-B155-92314FE4B2B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Platform.Mac", "Eto.Platform.Mac\Eto.Platform.Mac.csproj", "{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -43,6 +45,10 @@ Global
{E3524178-5A24-47C0-B155-92314FE4B2B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3524178-5A24-47C0-B155-92314FE4B2B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3524178-5A24-47C0-B155-92314FE4B2B6}.Release|Any CPU.Build.0 = Release|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DD10DFF-5AB3-4E66-B798-CA17911A61E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 3 additions & 3 deletions Source/Eto.Platform.Gtk/Eto.Platform.Gtk.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
Expand Down Expand Up @@ -31,7 +31,7 @@
</DocumentationFile>
<FileAlignment>4096</FileAlignment>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\..\BuildOutput\Release\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<WarningLevel>4</WarningLevel>
Expand All @@ -47,7 +47,7 @@
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\..\BuildOutput\Debug\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<WarningLevel>4</WarningLevel>
Expand Down
4 changes: 2 additions & 2 deletions Source/Eto.Platform.Mac/Eto.Platform.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<OutputPath>..\..\BuildOutput\Debug\</OutputPath>
<DefineConstants>DEBUG;OSX;DESKTOP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -25,7 +25,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<OutputPath>..\..\BuildOutput\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
Expand Down
6 changes: 3 additions & 3 deletions Source/Eto.Platform.Windows/Eto.Platform.Windows.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
Expand Down Expand Up @@ -32,7 +32,7 @@
</DocumentationFile>
<FileAlignment>4096</FileAlignment>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\..\BuildOutput\Release\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<WarningLevel>4</WarningLevel>
Expand All @@ -49,7 +49,7 @@
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\..\BuildOutput\Debug\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<WarningLevel>4</WarningLevel>
Expand Down
4 changes: 2 additions & 2 deletions Source/Eto.Platform.Wpf/Eto.Platform.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\..\BuildOutput\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>
<OutputPath>..\..\BuildOutput\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
4 changes: 2 additions & 2 deletions Source/Eto/Eto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</DocumentationFile>
<FileAlignment>4096</FileAlignment>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\..\BuildOutput\Release\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<WarningLevel>4</WarningLevel>
Expand All @@ -46,7 +46,7 @@
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\..\BuildOutput\Debug\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit 16e83e8

Please sign in to comment.