mirror of https://github.com/SixLabors/ImageSharp
Browse Source
Separate package.config files Former-commit-id: 585b69cfb55ce24762cc6f8e306b2c04bc6182bbaf/merge-core
321 changed files with 1861 additions and 2440 deletions
@ -1,5 +1,5 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<packages> |
<packages > |
||||
<package id="Csharp-Sqlite" version="3.7.7.1" targetFramework="net40" /> |
<package id="Csharp-Sqlite" version="3.7.7.1" targetFramework="net40" /> |
||||
<package id="Microsoft.Bcl" version="1.0.19" targetFramework="net40" /> |
<package id="Microsoft.Bcl" version="1.0.19" targetFramework="net40" /> |
||||
<package id="Microsoft.Bcl.Async" version="1.0.16" targetFramework="net40" /> |
<package id="Microsoft.Bcl.Async" version="1.0.16" targetFramework="net40" /> |
||||
@ -0,0 +1,5 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<packages > |
||||
|
<package id="Csharp-Sqlite" version="3.7.7.1" targetFramework="net40" /> |
||||
|
<package id="sqlite-net" version="1.0.7" targetFramework="net40" /> |
||||
|
</packages> |
||||
@ -0,0 +1,37 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<DirectedGraph GraphDirection="LeftToRight" xmlns="http://schemas.microsoft.com/vs/2009/dgml"> |
||||
|
<Nodes> |
||||
|
<Node Id="ImageProcessor.Web_NET45" Label="ImageProcessor.Web_NET45" Category="Project" /> |
||||
|
<Node Id="Csharp-Sqlite 3.7.7.1" Label="Csharp-Sqlite 3.7.7.1" Category="Package" /> |
||||
|
<Node Id="sqlite-net 1.0.7" Label="sqlite-net 1.0.7" Category="Package" /> |
||||
|
<Node Id="ImageProcessor.Web" Label="ImageProcessor.Web" Category="Project" /> |
||||
|
<Node Id="Csharp-Sqlite 3.7.7.1" Label="Csharp-Sqlite 3.7.7.1" Category="Package" /> |
||||
|
<Node Id="Microsoft.Bcl 1.0.19" Label="Microsoft.Bcl 1.0.19" Category="Package" /> |
||||
|
<Node Id="Microsoft.Bcl.Async 1.0.16" Label="Microsoft.Bcl.Async 1.0.16" Category="Package" /> |
||||
|
<Node Id="Microsoft.Bcl.Build 1.0.6" Label="Microsoft.Bcl.Build 1.0.6" Category="Package" /> |
||||
|
<Node Id="sqlite-net 1.0.7" Label="sqlite-net 1.0.7" Category="Package" /> |
||||
|
</Nodes> |
||||
|
<Links> |
||||
|
<Link Source="ImageProcessor.Web_NET45" Target="Csharp-Sqlite 3.7.7.1" Category="Installed Package" /> |
||||
|
<Link Source="ImageProcessor.Web_NET45" Target="sqlite-net 1.0.7" Category="Installed Package" /> |
||||
|
<Link Source="Microsoft.Bcl 1.0.19" Target="Microsoft.Bcl.Build 1.0.6" Category="Package Dependency" /> |
||||
|
<Link Source="Microsoft.Bcl.Async 1.0.16" Target="Microsoft.Bcl 1.0.19" Category="Package Dependency" /> |
||||
|
<Link Source="ImageProcessor.Web" Target="Csharp-Sqlite 3.7.7.1" Category="Installed Package" /> |
||||
|
<Link Source="ImageProcessor.Web" Target="Microsoft.Bcl.Async 1.0.16" Category="Installed Package" /> |
||||
|
<Link Source="ImageProcessor.Web" Target="sqlite-net 1.0.7" Category="Installed Package" /> |
||||
|
</Links> |
||||
|
<Categories> |
||||
|
<Category Id="Project" /> |
||||
|
<Category Id="Package" /> |
||||
|
</Categories> |
||||
|
<Styles> |
||||
|
<Style TargetType="Node" GroupLabel="Project" ValueLabel="True"> |
||||
|
<Condition Expression="HasCategory('Project')" /> |
||||
|
<Setter Property="Background" Value="Blue" /> |
||||
|
</Style> |
||||
|
<Style TargetType="Link" GroupLabel="Package Dependency" ValueLabel="True"> |
||||
|
<Condition Expression="HasCategory('Package Dependency')" /> |
||||
|
<Setter Property="Background" Value="Yellow" /> |
||||
|
</Style> |
||||
|
</Styles> |
||||
|
</DirectedGraph> |
||||
@ -1,212 +0,0 @@ |
|||||
/* ==|== Flexo 2.0.1 ============================================================= |
|
||||
Author: James South |
|
||||
twitter : http://twitter.com/James_M_South |
|
||||
github : https://github.com/JimBobSquarePants/Flexo |
|
||||
Copyright (c) James South. |
|
||||
Licensed under the Apache License v2.0. |
|
||||
============================================================================== */ |
|
||||
|
|
||||
/* ============================================================================= |
|
||||
Base |
|
||||
========================================================================== */ |
|
||||
html { |
|
||||
/*Use the iOS devices hardware accelerator to provide native scrolling*/ |
|
||||
-webkit-overflow-scrolling: touch; |
|
||||
/* Prevents iOS text size adjust after orientation change, without disabling user zoom. */ |
|
||||
-webkit-text-size-adjust: 100%; |
|
||||
-ms-text-size-adjust: 100%; |
|
||||
} |
|
||||
|
|
||||
html, body { |
|
||||
height: 100%; |
|
||||
margin: 0; |
|
||||
position: relative; |
|
||||
} |
|
||||
|
|
||||
.page { |
|
||||
min-height: 100%; |
|
||||
position: relative; |
|
||||
margin-bottom: -150px; |
|
||||
padding-bottom: 150px; |
|
||||
-webkit-box-sizing: border-box; |
|
||||
-moz-box-sizing: border-box; |
|
||||
-ms-box-sizing: border-box; |
|
||||
box-sizing: border-box; |
|
||||
} |
|
||||
|
|
||||
.page.no-box { |
|
||||
padding-bottom: 0; |
|
||||
} |
|
||||
|
|
||||
.page-push, .page-footer { |
|
||||
height: 150px; |
|
||||
} |
|
||||
|
|
||||
.page-footer { |
|
||||
margin: 0 auto; |
|
||||
position: relative; |
|
||||
z-index: 1; |
|
||||
} |
|
||||
|
|
||||
.container { |
|
||||
margin: 0 auto; |
|
||||
/* Manages width in a single place */ |
|
||||
width: 95%; |
|
||||
max-width: 1140px; |
|
||||
} |
|
||||
|
|
||||
/* Contains floats so all columns can float left*/ |
|
||||
.container:before, |
|
||||
.container:after, |
|
||||
.row:before, |
|
||||
.row:after { |
|
||||
content: ""; |
|
||||
display: table; |
|
||||
} |
|
||||
|
|
||||
.container:after, |
|
||||
.row:after { |
|
||||
clear: both; |
|
||||
} |
|
||||
|
|
||||
/* ============================================================================= |
|
||||
Grid |
|
||||
========================================================================== */ |
|
||||
|
|
||||
[class*="clmn"] { |
|
||||
display: block; |
|
||||
-webkit-box-sizing: border-box; |
|
||||
-moz-box-sizing: border-box; |
|
||||
-ms-box-sizing: border-box; |
|
||||
box-sizing: border-box; |
|
||||
min-height: 1px; |
|
||||
float: left; |
|
||||
} |
|
||||
|
|
||||
/* ==|== media queries =================================================== |
|
||||
Portrait phone viewport to Landscape phone < 767px |
|
||||
========================================================================== */ |
|
||||
@media screen and (max-width: 767px) { |
|
||||
body:not(.flexo-fixed) [class*="clmn"], |
|
||||
body:not(.flexo-fixed) [class*="offset"] { |
|
||||
float: none; |
|
||||
width: 100%; |
|
||||
margin-left: 0!important; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
/* ============================================================================= |
|
||||
Grid |
|
||||
========================================================================== */ |
|
||||
[class*="clmn"] + [class*="clmn"]:not([class*="offset"]) { |
|
||||
margin-left: 2%; |
|
||||
} |
|
||||
|
|
||||
/* Columns */ |
|
||||
|
|
||||
/* Full width calculated with margins */ |
|
||||
.clmn1 { |
|
||||
width: 100%; |
|
||||
} |
|
||||
|
|
||||
/* 2 column */ |
|
||||
.clmn2 { |
|
||||
width: 49%; |
|
||||
} |
|
||||
|
|
||||
/* 3 column */ |
|
||||
.clmn3 { |
|
||||
width: 32%; |
|
||||
} |
|
||||
|
|
||||
/* 4 column */ |
|
||||
.clmn4 { |
|
||||
width: 23.5%; |
|
||||
} |
|
||||
|
|
||||
/* 5 column */ |
|
||||
.clmn5 { |
|
||||
width: 18.4%; |
|
||||
} |
|
||||
|
|
||||
/* Fillers*/ |
|
||||
/* 2/3 column */ |
|
||||
.clmn2-3 { |
|
||||
width: 66%; |
|
||||
} |
|
||||
|
|
||||
/* 3/4 column */ |
|
||||
.clmn3-4 { |
|
||||
width: 74.5%; |
|
||||
} |
|
||||
|
|
||||
/* 2/5 column */ |
|
||||
.clmn2-5 { |
|
||||
width: 38.8%; |
|
||||
} |
|
||||
|
|
||||
/* 3/5 column */ |
|
||||
.clmn3-5 { |
|
||||
width: 59.2%; |
|
||||
} |
|
||||
|
|
||||
/* 4/5 column */ |
|
||||
.clmn4-5 { |
|
||||
width: 79.6%; |
|
||||
} |
|
||||
|
|
||||
/* Offsetting columns */ |
|
||||
|
|
||||
/*offset 1/2*/ |
|
||||
.offset2 { |
|
||||
margin-left: 51%; |
|
||||
} |
|
||||
|
|
||||
/*offset 1/3 */ |
|
||||
.offset3 { |
|
||||
margin-left: 34%; |
|
||||
} |
|
||||
|
|
||||
/*offset 1/4 */ |
|
||||
.offset4 { |
|
||||
margin-left: 25.5%; |
|
||||
} |
|
||||
|
|
||||
/*offset 1/5 */ |
|
||||
.offset5 { |
|
||||
margin-left: 20.4%; |
|
||||
} |
|
||||
|
|
||||
/* offset 2/3 */ |
|
||||
.offset2-3 { |
|
||||
margin-left: 68%; |
|
||||
} |
|
||||
|
|
||||
/* offset 3/4 */ |
|
||||
.offset3-4 { |
|
||||
margin-left: 76.5%; |
|
||||
} |
|
||||
|
|
||||
/* offset 2/5 */ |
|
||||
.offset2-5 { |
|
||||
margin-left: 40.8%; |
|
||||
} |
|
||||
|
|
||||
/* offset 3/5 */ |
|
||||
.offset3-5 { |
|
||||
margin-left: 61.2%; |
|
||||
} |
|
||||
|
|
||||
/* offset 4/5 */ |
|
||||
.offset4-5 { |
|
||||
margin-left: 81.6%; |
|
||||
} |
|
||||
|
|
||||
|
|
||||
/* ============================================================================= |
|
||||
Fixed Grid |
|
||||
========================================================================== */ |
|
||||
.flexo-fixed .container { |
|
||||
/* Manages width in a single place */ |
|
||||
width: 1140px; |
|
||||
} |
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,64 +0,0 @@ |
|||||
body { |
|
||||
font-family: "Segoe UI",Tahoma,Arial,Verdana,Sans-Serif; |
|
||||
color: #333; |
|
||||
} |
|
||||
|
|
||||
h1, h2, h3 { |
|
||||
font-family: "Segoe UI Light", "Segoe UI",Tahoma,Arial,Verdana,Sans-Serif; |
|
||||
font-weight: 400; |
|
||||
} |
|
||||
|
|
||||
h1 { |
|
||||
margin-top: 0; |
|
||||
font-size: 3em; |
|
||||
} |
|
||||
|
|
||||
section section { |
|
||||
padding-bottom: 1em; |
|
||||
margin-bottom: 2em; |
|
||||
} |
|
||||
|
|
||||
section section:nth-child(2n) { |
|
||||
background-color: #f3f3f3; |
|
||||
} |
|
||||
|
|
||||
.no-bullets { |
|
||||
padding-left: 0; |
|
||||
} |
|
||||
|
|
||||
.no-bullets > li { |
|
||||
list-style: none; |
|
||||
float: left; |
|
||||
margin-right: .5em; |
|
||||
} |
|
||||
|
|
||||
/* |
|
||||
* Clearfix: contain floats |
|
||||
* |
|
||||
* For modern browsers |
|
||||
* 1. The space content is one way to avoid an Opera bug when the |
|
||||
* `contenteditable` attribute is included anywhere else in the document. |
|
||||
* Otherwise it causes space to appear at the top and bottom of elements |
|
||||
* that receive the `clearfix` class. |
|
||||
* 2. The use of `table` rather than `block` is only necessary if using |
|
||||
* `:before` to contain the top-margins of child elements. |
|
||||
*/ |
|
||||
|
|
||||
.clearfix:before, |
|
||||
.clearfix:after { |
|
||||
content: " "; /* 1 */ |
|
||||
display: table; /* 2 */ |
|
||||
} |
|
||||
|
|
||||
.clearfix:after { |
|
||||
clear: both; |
|
||||
} |
|
||||
|
|
||||
/* |
|
||||
* For IE 6/7 only |
|
||||
* Include this rule to trigger hasLayout and contain floats. |
|
||||
*/ |
|
||||
|
|
||||
.clearfix { |
|
||||
*zoom: 1; |
|
||||
} |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:ea75dd804dbc2685d2189f9e5fba063427416cc3c024f9962ab10b8efc1471b0 |
|
||||
size 17302 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:bc4e1cd326a27789dfa3ad493b25611f31133f733e193e3eb5b4f8bc14429d1f |
|
||||
size 16510 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:2633b42dfcd1b253ae2733d854a8801bd8ed547157dbcb148c529a3f2e213298 |
|
||||
size 25044 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:38e73ab2ad96ab405755b53559490954f5eb6fb2bedffa2b619cfd5369f66998 |
|
||||
size 28894 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:319b3e4178951cabacd28dfee025f076e69e2c789d8a193236912a907083826c |
|
||||
size 27223 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:5b203a58a268c47fce91ef419f996ef175d5a87f967ac2cc7978fb07bb7906da |
|
||||
size 39920 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:0b50ba1e1003fcd44917f594081a3d4007ccbb65a2bd51e78de89c3ed413f301 |
|
||||
size 57565 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:24861d2f61cb23d5bd2ad01740a1086a0623bbc1b4ed35f04bda24b345b5c62a |
|
||||
size 28858 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:fca1fdc26920f19d9ee821975afd3640e25208993055e75d0118b29ba4c1f2d6 |
|
||||
size 41399 |
|
||||
@ -1,14 +0,0 @@ |
|||||
@model List<string> |
|
||||
@{ |
|
||||
ViewBag.Title = "About Us"; |
|
||||
} |
|
||||
|
|
||||
<h2>About</h2> |
|
||||
<p> |
|
||||
@foreach(string image in Model) |
|
||||
{ |
|
||||
string path = image + "?width=150"; |
|
||||
|
|
||||
<img src="@path" alt="@image"/> |
|
||||
} |
|
||||
</p> |
|
||||
@ -1,20 +0,0 @@ |
|||||
@model TimeSpan |
|
||||
@{ |
|
||||
Layout = null; |
|
||||
|
|
||||
double s = Model.TotalMilliseconds; |
|
||||
} |
|
||||
|
|
||||
<!DOCTYPE html> |
|
||||
|
|
||||
<html> |
|
||||
<head> |
|
||||
<title>@s</title> |
|
||||
</head> |
|
||||
<body> |
|
||||
<div> |
|
||||
Speed In Milliseconds: @s<br/> |
|
||||
Collision Rate: @ViewBag.Collision% |
|
||||
</div> |
|
||||
</body> |
|
||||
</html> |
|
||||
@ -1,18 +0,0 @@ |
|||||
@{ |
|
||||
ViewBag.Title = "Responsive"; |
|
||||
} |
|
||||
<style type="text/css"> |
|
||||
img |
|
||||
{ |
|
||||
max-width: 100%; |
|
||||
} |
|
||||
</style> |
|
||||
<h2> |
|
||||
Responsive</h2> |
|
||||
<img src="/Images/desert.jpg?width=480" srcset="/Images/desert.jpg?width=768 480w, /Images/penguins.jpg?width=979 640w 2x, /Images/jellyfish.jpg?width=480 2x" |
|
||||
alt="desert" /> |
|
||||
@*<img src="/Images/desert.jpg?width=480" srcset="/Images/desert.jpg?width=768 480w, /Images/jellyfish.jpg?width=480 2x, /Images/penguins.jpg?width=979 640w 2x" |
|
||||
alt="desert" />*@ @*<img src="/Images/desert.jpg?width=480" srcset="/Images/desert.jpg?width=768 480w, /Images/desert.jpg?width=979 768w" |
|
||||
alt="desert" />*@ |
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> |
|
||||
<script src="/Scripts/img.srcsect.pollyfill.js" type="text/javascript"></script> |
|
||||
@ -1,5 +0,0 @@ |
|||||
@using (Html.BeginForm("Upload", "Home", FormMethod.Post, new { enctype = "multipart/form-data" })) |
|
||||
{ |
|
||||
<input type="file" name="file" /> |
|
||||
<button type="submit">Upload</button> |
|
||||
} |
|
||||
@ -1,9 +0,0 @@ |
|||||
@model System.Web.Mvc.HandleErrorInfo |
|
||||
|
|
||||
@{ |
|
||||
ViewBag.Title = "Error"; |
|
||||
} |
|
||||
|
|
||||
<h2> |
|
||||
Sorry, an error occurred while processing your request. |
|
||||
</h2> |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:03edc77f38fc0d2a46d1c2070dc6c883997988f6b7b9b85c9e3de1eb227f6110 |
|
||||
size 16995 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:b3d19c53b3b653a827dd6349cc7234ea79911cdab59c5eb7dea1390f2235cb6e |
|
||||
size 20043 |
|
||||
@ -1 +0,0 @@ |
|||||
f4e00752418f01964b99ce300d96c16a9aa8d239 |
|
||||
@ -1 +0,0 @@ |
|||||
fd46e83948190f508b8906f0822eca8dd4eda2ef |
|
||||
@ -1 +0,0 @@ |
|||||
aa7c907774ef5492ae25ffb7e3ff9755257731bd |
|
||||
@ -1 +0,0 @@ |
|||||
1038ebe89d7cfb28ec96a421867a2b0efc6dfdb4 |
|
||||
@ -1 +0,0 @@ |
|||||
1456713687c96cd486c4ec8e57d3c4f6f6437f10 |
|
||||
@ -1 +0,0 @@ |
|||||
4c16fd6b5b6b8cc426bc290d15ab41523be29403 |
|
||||
@ -1 +0,0 @@ |
|||||
bbf8bc24452deb732adf66ef3488793859f4f5b7 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:61154029adbfafc4cdef890c8f38f90bdf89f28ee2282f2cdd06359566265e12 |
|
||||
size 16372 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:de30e8602ce43542a15d7e28820263cc6f7b23fef9860b877196ff8fe6b45d96 |
|
||||
size 25266 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:048c21b2d13aaad9d56e633f758cac27749fcbb50f23eeb3132493c05800b996 |
|
||||
size 20142 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:9ffe500044c08bb10fa63d6610cfa08416de0b9edc528aae6827d2bb8fab5e8b |
|
||||
size 15088 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:5423334eabb077173ec1ed806f5ce29716a78b7a38004e5eae8e3f5d7b2f00da |
|
||||
size 12799 |
|
||||
@ -1 +0,0 @@ |
|||||
bbfe7d237dcb52af2e60d5a73b33b15d1bded363 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:a8964dde01eed3718b0b31744f2191f7a089b4cf190a32e6a29d0be0e9985832 |
|
||||
size 25100 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:607510d5221bbe92aefccf0a2e3993e41a60449137fed7e1cdc2667ddc37e4f1 |
|
||||
size 10936 |
|
||||
@ -1 +0,0 @@ |
|||||
4c16fd6b5b6b8cc426bc290d15ab41523be29403 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:02a716c957a5b4b193713d718400538c0882210e87f53be57c82f0bd30cdc4e9 |
|
||||
size 20177 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:08d9bf9289ce7b6939c7cc2cf5548c3f73087931dc3a5a3590dd53c8fe52bdfa |
|
||||
size 35542 |
|
||||
@ -1 +0,0 @@ |
|||||
4c16fd6b5b6b8cc426bc290d15ab41523be29403 |
|
||||
@ -1 +0,0 @@ |
|||||
17b206e295bd3f2b5011bca3bc2eee4b3dda2f2e |
|
||||
@ -1 +0,0 @@ |
|||||
a8c63bdc1f6505040493f130938a64e19015d0ad |
|
||||
@ -1 +0,0 @@ |
|||||
5962e6fb383cf50a75414809b60cfada65f35cae |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:8f956ffe914d65a9b4a48cd0be82d953e371192a074b8cf964961fd0ff14e5bd |
|
||||
size 24536 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:3c18f92725850c1aa916407b05f8037c500888b71fb8f998ae317e80422122e7 |
|
||||
size 25023 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:ff533d807cddfaf3095c459be6ff072df923fd08a219e47caa3f54deed3e47a8 |
|
||||
size 25958 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:1c17317918828a130ef60bc10825e76a7ad2fd3cdbac64064d4393ed8bc688a2 |
|
||||
size 18408 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:b8a7c7636bfcfa2429ad7fb02a9cb2ecbc4b93e49b27b7fecbe0b07ec2954ce1 |
|
||||
size 10670 |
|
||||
@ -1 +0,0 @@ |
|||||
ece2bf873103b341b318b90a799041c298e3b5be |
|
||||
@ -1 +0,0 @@ |
|||||
fc4ec6a6d16131cb9ea9ab6c0921bcf5766f254d |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:675e4beeb74bb14675e05767cc230256c91f582493e5fab7ba4de6b449738c89 |
|
||||
size 52990 |
|
||||
@ -1 +0,0 @@ |
|||||
70138b9cd6ff7405f96cef6008536f7a0edeb826 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:a33df00fbdda287f34513f655519a6f74871e736d8d0dc34c7d6b7015488835e |
|
||||
size 25117 |
|
||||
@ -1 +0,0 @@ |
|||||
1c9ffb3ff2f1881dce011636c38c18684c610d55 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:caba9bdfccdac065296670d61aba8da829981811576968b604fd268b18aa6849 |
|
||||
size 55073 |
|
||||
@ -1 +0,0 @@ |
|||||
5612964523fbf81c63bafa27deb3e64e9ce07340 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:352d4cf5b6695595bebce3ab1163fd56f10d574191715973fbf3eab99f04ae90 |
|
||||
size 22456 |
|
||||
@ -1 +0,0 @@ |
|||||
01a2b2fc1f3686f3d1b244b6e9d4619ad0591d22 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:3c7ac00b3f98695f43927f2d725e51d42280036b3125b5f2f576771625195a1e |
|
||||
size 20037 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:1360f455e694efe57f207a6e082bcf1d7e445321f4290e986ffa98ae211bc267 |
|
||||
size 25095 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:1cbfe19ed40d513f4573f42571f5d6aaa7a4399e051ffe2e9c7dd6d1ddf6bc91 |
|
||||
size 29617 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:48032e0e35d850da3ac75a7ca8bd3142a5a1762f0fdfe5837cf09bbc663d102c |
|
||||
size 22638 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:fb146f983837379b13880cba6b531cc8fa41d170383db60638cfcb1de4a16a43 |
|
||||
size 4370 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:394a3b193b8fc4c1062642a04a776a95d019eab153bc04673afec3eb576b612d |
|
||||
size 17964 |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:b290fa891e771db13b7e4a3800356b4705c963e210af07221f39f7dce26fc815 |
|
||||
size 21321 |
|
||||
@ -1 +0,0 @@ |
|||||
148214372963c489d4cf65225afda467a6a13d0d |
|
||||
@ -1 +0,0 @@ |
|||||
7c93ab54669f68a50cafcd6980a60b232878b052 |
|
||||
@ -1 +0,0 @@ |
|||||
17b206e295bd3f2b5011bca3bc2eee4b3dda2f2e |
|
||||
@ -1,3 +0,0 @@ |
|||||
version https://git-lfs.github.com/spec/v1 |
|
||||
oid sha256:d8ae1db6536f3ce2d76e520f989e825ef35e6323d06e607c7d48b8dd140041c7 |
|
||||
size 28809 |
|
||||
@ -1 +0,0 @@ |
|||||
ba933c44b0c2a595b19d2315f199348cce17961c |
|
||||
@ -1 +0,0 @@ |
|||||
92e521b7598620ce3a1a4a894555ff6eed8e5ce4 |
|
||||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue