aggiunta componenti base...
@@ -0,0 +1,36 @@
|
||||
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("VersGen")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("VersGen")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2015")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// 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("b1b57110-3ee6-483f-a05a-2054391ab7cc")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.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')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{88774E43-68A1-4E52-B692-493FEE0BA5C2}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>VersGen</RootNamespace>
|
||||
<AssemblyName>VersGen</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.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>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="WebSC.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>WebSC.tt</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="WebSC.tt">
|
||||
<Generator>TextTemplatingFileGenerator</Generator>
|
||||
<LastGenOutput>WebSC.cs</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
||||
</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>
|
||||
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// This code was generated by a tool. Any changes made manually will be lost
|
||||
// the next time this code is regenerated.
|
||||
//
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.1.001.15")]
|
||||
[assembly: AssemblyFileVersion("0.1.001.15")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2015-2015")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
@@ -0,0 +1,15 @@
|
||||
<#@ template language="C#" #>
|
||||
//
|
||||
// This code was generated by a tool. Any changes made manually will be lost
|
||||
// the next time this code is regenerated.
|
||||
//
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.1.001.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("0.1.001.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2015-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2015,04,1)).TotalDays;
|
||||
#>
|
||||
@@ -0,0 +1,5 @@
|
||||
C:\Users\samuele\documents\visual studio 2012\Projects\WebSCR\VersGen\bin\Debug\VersGen.dll
|
||||
C:\Users\samuele\documents\visual studio 2012\Projects\WebSCR\VersGen\bin\Debug\VersGen.pdb
|
||||
C:\Users\samuele\documents\visual studio 2012\Projects\WebSCR\VersGen\obj\Debug\VersGen.csprojResolveAssemblyReference.cache
|
||||
C:\Users\samuele\documents\visual studio 2012\Projects\WebSCR\VersGen\obj\Debug\VersGen.dll
|
||||
C:\Users\samuele\documents\visual studio 2012\Projects\WebSCR\VersGen\obj\Debug\VersGen.pdb
|
||||
@@ -0,0 +1,116 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSC", "WebSCR\WebSC.csproj", "{3753524E-FD74-4896-A4EB-EEE1406F94CF}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamWare", "..\SteamWareLibrary\SteamWare\SteamWare.csproj", "{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersGen", "VersGen\VersGen.csproj", "{88774E43-68A1-4E52-B692-493FEE0BA5C2}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
218_SP|Any CPU = 218_SP|Any CPU
|
||||
218_test|Any CPU = 218_test|Any CPU
|
||||
Alumat|Any CPU = Alumat|Any CPU
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
DEMO|Any CPU = DEMO|Any CPU
|
||||
deploy|Any CPU = deploy|Any CPU
|
||||
EQUA|Any CPU = EQUA|Any CPU
|
||||
ETS|Any CPU = ETS|Any CPU
|
||||
ETS-218|Any CPU = ETS-218|Any CPU
|
||||
IIS02|Any CPU = IIS02|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
SomaschiniUSA|Any CPU = SomaschiniUSA|Any CPU
|
||||
Steamware|Any CPU = Steamware|Any CPU
|
||||
WinLab|Any CPU = WinLab|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.218_SP|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.218_SP|Any CPU.Build.0 = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.218_test|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.218_test|Any CPU.Build.0 = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.Alumat|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.Alumat|Any CPU.Build.0 = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.DEMO|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.DEMO|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.deploy|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.deploy|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.EQUA|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.EQUA|Any CPU.Build.0 = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.ETS|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.ETS|Any CPU.Build.0 = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.ETS-218|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.ETS-218|Any CPU.Build.0 = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.IIS02|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.IIS02|Any CPU.Build.0 = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.SomaschiniUSA|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.SomaschiniUSA|Any CPU.Build.0 = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.Steamware|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.Steamware|Any CPU.Build.0 = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.WinLab|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3753524E-FD74-4896-A4EB-EEE1406F94CF}.WinLab|Any CPU.Build.0 = Release|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.218_SP|Any CPU.ActiveCfg = 218_SP|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.218_SP|Any CPU.Build.0 = 218_SP|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.218_test|Any CPU.ActiveCfg = 218_test|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.218_test|Any CPU.Build.0 = 218_test|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Alumat|Any CPU.ActiveCfg = Alumat|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Alumat|Any CPU.Build.0 = Alumat|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.DEMO|Any CPU.ActiveCfg = DEMO|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.DEMO|Any CPU.Build.0 = DEMO|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.deploy|Any CPU.ActiveCfg = deploy|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.deploy|Any CPU.Build.0 = deploy|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.EQUA|Any CPU.ActiveCfg = EQUA|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.EQUA|Any CPU.Build.0 = EQUA|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ETS|Any CPU.ActiveCfg = ETS|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ETS|Any CPU.Build.0 = ETS|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ETS-218|Any CPU.ActiveCfg = ETS-218|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.ETS-218|Any CPU.Build.0 = ETS-218|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.IIS02|Any CPU.ActiveCfg = IIS02|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.IIS02|Any CPU.Build.0 = IIS02|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.SomaschiniUSA|Any CPU.ActiveCfg = SomaschiniUSA|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.SomaschiniUSA|Any CPU.Build.0 = SomaschiniUSA|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Steamware|Any CPU.ActiveCfg = Steamware|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.Steamware|Any CPU.Build.0 = Steamware|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.WinLab|Any CPU.ActiveCfg = WinLab|Any CPU
|
||||
{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}.WinLab|Any CPU.Build.0 = WinLab|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.218_SP|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.218_SP|Any CPU.Build.0 = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.218_test|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.218_test|Any CPU.Build.0 = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.Alumat|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.Alumat|Any CPU.Build.0 = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.DEMO|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.DEMO|Any CPU.Build.0 = Debug|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.deploy|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.deploy|Any CPU.Build.0 = Debug|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.EQUA|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.EQUA|Any CPU.Build.0 = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.ETS|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.ETS|Any CPU.Build.0 = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.ETS-218|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.ETS-218|Any CPU.Build.0 = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.IIS02|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.IIS02|Any CPU.Build.0 = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.SomaschiniUSA|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.SomaschiniUSA|Any CPU.Build.0 = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.Steamware|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.Steamware|Any CPU.Build.0 = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.WinLab|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88774E43-68A1-4E52-B692-493FEE0BA5C2}.WinLab|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,15 @@
|
||||
A new HTTP handler has been configured in your application for consulting the
|
||||
error log and its feeds. It is reachable at elmah.axd under your application
|
||||
root. If, for example, your application is deployed at http://www.example.com,
|
||||
the URL for ELMAH would be http://www.example.com/elmah.axd. You can, of
|
||||
course, change this path in your application's configuration file.
|
||||
|
||||
ELMAH is also set up to be secure such that it can only be accessed locally.
|
||||
You can enable remote access but then it is paramount that you secure access
|
||||
to authorized users or/and roles only. This can be done using standard
|
||||
authorization rules and configuration already built into ASP.NET. For more
|
||||
information, see http://code.google.com/p/elmah/wiki/SecuringErrorLogPages on
|
||||
the project site.
|
||||
|
||||
Please review the commented out authorization section under
|
||||
<location path="elmah.axd"> and make the appropriate changes.
|
||||
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Web;
|
||||
using System.Web.Routing;
|
||||
using Microsoft.AspNet.FriendlyUrls;
|
||||
|
||||
namespace WebSCR
|
||||
{
|
||||
public static class RouteConfig
|
||||
{
|
||||
public static void RegisterRoutes(RouteCollection routes)
|
||||
{
|
||||
var settings = new FriendlyUrlSettings();
|
||||
settings.AutoRedirectMode = RedirectMode.Permanent;
|
||||
routes.EnableFriendlyUrls(settings);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 219 B |
|
After Width: | Height: | Size: 227 B |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 243 B |
|
After Width: | Height: | Size: 146 B |
|
After Width: | Height: | Size: 167 B |
|
After Width: | Height: | Size: 173 B |
|
After Width: | Height: | Size: 159 B |
|
After Width: | Height: | Size: 171 B |
|
After Width: | Height: | Size: 149 B |
|
After Width: | Height: | Size: 149 B |
|
After Width: | Height: | Size: 156 B |
|
After Width: | Height: | Size: 147 B |
|
After Width: | Height: | Size: 152 B |
|
After Width: | Height: | Size: 147 B |
|
After Width: | Height: | Size: 163 B |
|
After Width: | Height: | Size: 169 B |
|
After Width: | Height: | Size: 163 B |
|
After Width: | Height: | Size: 165 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 307 B |
|
After Width: | Height: | Size: 314 B |
|
After Width: | Height: | Size: 233 B |
|
After Width: | Height: | Size: 240 B |
|
After Width: | Height: | Size: 132 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 147 B |
|
After Width: | Height: | Size: 152 B |
|
After Width: | Height: | Size: 146 B |
|
After Width: | Height: | Size: 143 B |
|
After Width: | Height: | Size: 250 B |
|
After Width: | Height: | Size: 251 B |
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 213 B |
|
After Width: | Height: | Size: 174 B |
|
After Width: | Height: | Size: 177 B |
|
After Width: | Height: | Size: 184 B |
|
After Width: | Height: | Size: 194 B |
|
After Width: | Height: | Size: 196 B |
|
After Width: | Height: | Size: 204 B |
|
After Width: | Height: | Size: 169 B |
|
After Width: | Height: | Size: 172 B |
|
After Width: | Height: | Size: 310 B |
|
After Width: | Height: | Size: 316 B |
|
After Width: | Height: | Size: 212 B |
|
After Width: | Height: | Size: 210 B |
|
After Width: | Height: | Size: 165 B |
|
After Width: | Height: | Size: 160 B |
|
After Width: | Height: | Size: 171 B |
|
After Width: | Height: | Size: 185 B |
|
After Width: | Height: | Size: 163 B |
|
After Width: | Height: | Size: 170 B |
|
After Width: | Height: | Size: 249 B |
|
After Width: | Height: | Size: 253 B |
|
After Width: | Height: | Size: 299 B |
|
After Width: | Height: | Size: 308 B |
|
After Width: | Height: | Size: 233 B |
|
After Width: | Height: | Size: 243 B |
|
After Width: | Height: | Size: 318 B |
|
After Width: | Height: | Size: 302 B |
|
After Width: | Height: | Size: 160 B |
|
After Width: | Height: | Size: 167 B |
|
After Width: | Height: | Size: 242 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 150 B |
|
After Width: | Height: | Size: 154 B |
|
After Width: | Height: | Size: 250 B |
|
After Width: | Height: | Size: 251 B |
|
After Width: | Height: | Size: 245 B |
|
After Width: | Height: | Size: 247 B |
|
After Width: | Height: | Size: 204 B |
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 226 B |
|
After Width: | Height: | Size: 227 B |
|
After Width: | Height: | Size: 116 B |
|
After Width: | Height: | Size: 116 B |
|
After Width: | Height: | Size: 242 B |
|
After Width: | Height: | Size: 241 B |
|
After Width: | Height: | Size: 270 B |