Skip to content

Commit

Permalink
Deploying to gh-pages from @ 984a775 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Feb 8, 2024
1 parent ee0f17a commit 7621201
Show file tree
Hide file tree
Showing 413 changed files with 2,201 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
50 changes: 50 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Angor</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/bootstrap/bootstrap.theme.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="Angor.Client.styles.css" rel="stylesheet" />
<link href="manifest.json" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />



</head>

<body>
<div id="app">

<div class="loader-wrapper">
<!--<div class="loading-text">Loading Angor...</div>--> <!-- Text above the loader -->
<div class="loader"></div>
</div>

<!--<svg class="loading-progress">
<circle r="40%" cx="50%" cy="50%" />
<circle r="40%" cx="50%" cy="50%" />
</svg>
<div class="loading-progress-text"></div>-->
</div>

<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>

<script src="css/bootstrap/bootstrap.bundle.min.js"></script>

<script src="_framework/blazor.webassembly.js"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>

</body>

</html>
162 changes: 162 additions & 0 deletions Angor.Client.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-oarrmqfegl] {
position: relative;
display: flex;
flex-direction: column;
}

main[b-oarrmqfegl] {
flex: 1;
background-color: #FEF7EA;
}

.sidebar[b-oarrmqfegl] {
background-image: linear-gradient(180deg, #004B61 0%, #003646 300%);
}

.top-row[b-oarrmqfegl] {
background-color: rgba(0,0,0,0.4);
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}

.top-row[b-oarrmqfegl] a, .top-row[b-oarrmqfegl] .btn-link {
white-space: nowrap;
margin-left: 1.5rem;
text-decoration: none;
}

.top-row[b-oarrmqfegl] a:hover, .top-row[b-oarrmqfegl] .btn-link:hover {
text-decoration: underline;
}

.top-row[b-oarrmqfegl] a:first-child {
overflow: hidden;
text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
.top-row:not(.auth)[b-oarrmqfegl] {
display: none;
}

.top-row.auth[b-oarrmqfegl] {
justify-content: space-between;
}

.top-row[b-oarrmqfegl] a, .top-row[b-oarrmqfegl] .btn-link {
margin-left: 0;
}
}

@media (min-width: 641px) {
.page[b-oarrmqfegl] {
flex-direction: row;
}

.sidebar[b-oarrmqfegl] {
width: 165px;
height: 100vh;
position: sticky;
top: 0;
}

.top-row[b-oarrmqfegl] {
position: sticky;
top: 0;
z-index: 1;
}

.top-row.auth[b-oarrmqfegl] a:first-child {
flex: 1;
text-align: right;
width: 0;
}

.top-row[b-oarrmqfegl], article[b-oarrmqfegl] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fe9ehfui7y] {
background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fe9ehfui7y] {
height: 3.5rem;
background-color: rgba(0,54,70,0.4);
}

.navbar-brand[b-fe9ehfui7y] {
font-size: 1.1rem;
}

.oi[b-fe9ehfui7y] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}

.nav-item[b-fe9ehfui7y] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-fe9ehfui7y] {
padding-top: 1rem;
}

.nav-item:last-of-type[b-fe9ehfui7y] {
padding-bottom: 1rem;
}

.nav-item[b-fe9ehfui7y] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}

.nav-item[b-fe9ehfui7y] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}

.nav-item[b-fe9ehfui7y] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}

@media (min-width: 641px) {
.navbar-toggler[b-fe9ehfui7y] {
display: none;
}

.collapse[b-fe9ehfui7y] {
/* Never collapse the sidebar for wide screens */
display: block;
}

.nav-scrollable[b-fe9ehfui7y] {
/* Allow sidebar to scroll for tall menus */
height: calc(100vh - 3.5rem);
overflow-y: auto;
}
}

.nav-footer[b-fe9ehfui7y] {
/* Footer styles */
position: absolute;
bottom: 0;
left: 0;
right: 0;
color: #d7d7d7;
padding: 10px;
}
13 changes: 13 additions & 0 deletions NostrToolsMethods.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import {nip04} from 'https://cdn.jsdelivr.net/npm/[email protected]/+esm'

export function encryptNostr(sk1,pk2, message){
//debugger;
console.log("encrypting the nostr message to pub key " + pk2)
return nip04.encrypt(sk1,pk2, message)
}

export function decryptNostr(sk2,pk1, message){
//debugger;
console.log("decrypting the nostr message from pub key " + pk1)
return nip04.decrypt(sk2,pk1,message);
}
Binary file added _framework/Angor.Client.dll
Binary file not shown.
Binary file added _framework/Angor.Client.dll.br
Binary file not shown.
Binary file added _framework/Angor.Client.dll.gz
Binary file not shown.
Binary file added _framework/Angor.Client.pdb.gz
Binary file not shown.
Binary file added _framework/Angor.Shared.dll
Binary file not shown.
Binary file added _framework/Angor.Shared.dll.br
Binary file not shown.
Binary file added _framework/Angor.Shared.dll.gz
Binary file not shown.
Binary file added _framework/Angor.Shared.pdb.gz
Binary file not shown.
Binary file added _framework/BTCPayServer.Lightning.Common.dll
Binary file not shown.
Binary file not shown.
Binary file added _framework/BTCPayServer.Lightning.Common.dll.gz
Binary file not shown.
Binary file added _framework/Blazored.LocalStorage.dll
Binary file not shown.
Binary file added _framework/Blazored.LocalStorage.dll.br
Binary file not shown.
Binary file added _framework/Blazored.LocalStorage.dll.gz
Binary file not shown.
Binary file added _framework/Blazored.SessionStorage.dll
Binary file not shown.
Binary file added _framework/Blazored.SessionStorage.dll.br
Binary file not shown.
Binary file added _framework/Blazored.SessionStorage.dll.gz
Binary file not shown.
Binary file added _framework/Blockcore.dll
Binary file not shown.
Binary file added _framework/Blockcore.dll.br
Binary file not shown.
Binary file added _framework/Blockcore.dll.gz
Binary file not shown.
Binary file added _framework/ConcurrentCollections.dll
Binary file not shown.
Binary file added _framework/ConcurrentCollections.dll.br
Binary file not shown.
Binary file added _framework/ConcurrentCollections.dll.gz
Binary file not shown.
Binary file added _framework/DBreeze.dll
Binary file not shown.
Binary file added _framework/DBreeze.dll.br
Binary file not shown.
Binary file added _framework/DBreeze.dll.gz
Binary file not shown.
Binary file added _framework/HashLib.dll
Binary file not shown.
Binary file added _framework/HashLib.dll.br
Binary file not shown.
Binary file added _framework/HashLib.dll.gz
Binary file not shown.
Binary file added _framework/LiteDB.dll
Binary file not shown.
Binary file added _framework/LiteDB.dll.br
Binary file not shown.
Binary file added _framework/LiteDB.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.AspNetCore.Components.dll
Binary file not shown.
Binary file added _framework/Microsoft.AspNetCore.Components.dll.br
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.CSharp.dll
Binary file not shown.
Binary file added _framework/Microsoft.CSharp.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.CSharp.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.dll
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.dll
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.dll.br
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Primitives.dll
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Primitives.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Primitives.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.dll
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.dll
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.dll.gz
Binary file not shown.
Binary file added _framework/NBitcoin.Secp256k1.dll
Binary file not shown.
Binary file added _framework/NBitcoin.Secp256k1.dll.br
Binary file not shown.
Binary file added _framework/NBitcoin.Secp256k1.dll.gz
Binary file not shown.
Binary file added _framework/NBitcoin.dll
Binary file not shown.
Binary file added _framework/NBitcoin.dll.br
Binary file not shown.
Binary file added _framework/NBitcoin.dll.gz
Binary file not shown.
Binary file added _framework/NLog.Extensions.Logging.dll
Binary file not shown.
Binary file added _framework/NLog.Extensions.Logging.dll.br
Binary file not shown.
Binary file added _framework/NLog.Extensions.Logging.dll.gz
Binary file not shown.
Binary file added _framework/NLog.dll
Binary file not shown.
Binary file added _framework/NLog.dll.br
Binary file not shown.
Binary file added _framework/NLog.dll.gz
Binary file not shown.
Binary file added _framework/Newtonsoft.Json.dll
Binary file not shown.
Binary file added _framework/Newtonsoft.Json.dll.br
Binary file not shown.
Binary file added _framework/Newtonsoft.Json.dll.gz
Binary file not shown.
Binary file added _framework/Nostr.Client.dll
Binary file not shown.
Binary file added _framework/Nostr.Client.dll.br
Binary file not shown.
Binary file added _framework/Nostr.Client.dll.gz
Binary file not shown.
Binary file added _framework/Polly.dll
Binary file not shown.
Binary file added _framework/Polly.dll.br
Binary file not shown.
Binary file added _framework/Polly.dll.gz
Binary file not shown.
Binary file added _framework/QRCoder.dll
Binary file not shown.
Binary file added _framework/QRCoder.dll.br
Binary file not shown.
Binary file added _framework/QRCoder.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.dll
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.NonGeneric.dll
Binary file not shown.
Binary file added _framework/System.Collections.NonGeneric.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.NonGeneric.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.Specialized.dll
Binary file not shown.
Binary file added _framework/System.Collections.Specialized.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.Specialized.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.dll
Binary file not shown.
Binary file added _framework/System.Collections.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.dll.gz
Binary file not shown.
Binary file added _framework/System.ComponentModel.Annotations.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.ComponentModel.dll
Binary file not shown.
Binary file added _framework/System.ComponentModel.dll.br
Binary file not shown.
Binary file added _framework/System.ComponentModel.dll.gz
Binary file not shown.
Binary file added _framework/System.Console.dll
Binary file not shown.
Binary file added _framework/System.Console.dll.br
Binary file not shown.
Binary file added _framework/System.Console.dll.gz
Binary file not shown.
Binary file added _framework/System.Data.Common.dll
Binary file not shown.
Binary file added _framework/System.Data.Common.dll.br
Binary file not shown.
Binary file added _framework/System.Data.Common.dll.gz
Binary file not shown.
Binary file added _framework/System.Diagnostics.Debug.dll
Binary file not shown.
Binary file added _framework/System.Diagnostics.Debug.dll.br
Binary file not shown.
Binary file added _framework/System.Diagnostics.Debug.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Diagnostics.Process.dll
Binary file not shown.
Binary file added _framework/System.Diagnostics.Process.dll.br
Binary file not shown.
Binary file added _framework/System.Diagnostics.Process.dll.gz
Binary file not shown.
Binary file added _framework/System.Diagnostics.StackTrace.dll
Binary file not shown.
Binary file added _framework/System.Diagnostics.StackTrace.dll.br
Binary file not shown.
Binary file added _framework/System.Diagnostics.StackTrace.dll.gz
Binary file not shown.
Binary file added _framework/System.Diagnostics.TraceSource.dll
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Diagnostics.TraceSource.dll.gz
Binary file not shown.
Binary file added _framework/System.Drawing.Primitives.dll
Binary file not shown.
Binary file added _framework/System.Drawing.Primitives.dll.br
Binary file not shown.
Binary file added _framework/System.Drawing.Primitives.dll.gz
Binary file not shown.
Binary file added _framework/System.Drawing.dll
Binary file not shown.
Binary file added _framework/System.Drawing.dll.br
Binary file not shown.
Binary file added _framework/System.Drawing.dll.gz
Binary file not shown.
Binary file added _framework/System.IO.Compression.dll
Binary file not shown.
Binary file added _framework/System.IO.Compression.dll.br
Binary file not shown.
Binary file added _framework/System.IO.Compression.dll.gz
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.IO.FileSystem.Primitives.dll.br
Binary file not shown.
Binary file added _framework/System.IO.FileSystem.Primitives.dll.gz
Binary file not shown.
Binary file added _framework/System.IO.FileSystem.Watcher.dll
Binary file not shown.
Binary file added _framework/System.IO.FileSystem.Watcher.dll.br
Binary file not shown.
Binary file added _framework/System.IO.FileSystem.Watcher.dll.gz
Binary file not shown.
Binary file added _framework/System.IO.FileSystem.dll
Binary file not shown.
Binary file added _framework/System.IO.FileSystem.dll.br
Binary file not shown.
Binary file added _framework/System.IO.FileSystem.dll.gz
Binary file not shown.
Binary file added _framework/System.IO.dll
Binary file not shown.
Binary file added _framework/System.IO.dll.br
Binary file not shown.
Binary file added _framework/System.IO.dll.gz
Binary file not shown.
Binary file added _framework/System.Linq.Expressions.dll
Binary file not shown.
Binary file added _framework/System.Linq.Expressions.dll.br
Binary file not shown.
Binary file added _framework/System.Linq.Expressions.dll.gz
Binary file not shown.
Binary file added _framework/System.Linq.dll
Binary file not shown.
Binary file added _framework/System.Linq.dll.br
Binary file not shown.
Binary file added _framework/System.Linq.dll.gz
Binary file not shown.
Binary file added _framework/System.Memory.dll
Binary file not shown.
Binary file added _framework/System.Memory.dll.br
Binary file not shown.
Binary file added _framework/System.Memory.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Http.Json.dll
Binary file not shown.
Binary file added _framework/System.Net.Http.Json.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Http.Json.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Http.dll
Binary file not shown.
Binary file added _framework/System.Net.Http.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Http.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Mail.dll
Binary file not shown.
Binary file added _framework/System.Net.Mail.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Mail.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.NameResolution.dll
Binary file not shown.
Binary file added _framework/System.Net.NameResolution.dll.br
Binary file not shown.
Binary file added _framework/System.Net.NameResolution.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.NetworkInformation.dll
Binary file not shown.
Binary file added _framework/System.Net.NetworkInformation.dll.br
Binary file not shown.
Binary file added _framework/System.Net.NetworkInformation.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Primitives.dll
Binary file not shown.
Binary file added _framework/System.Net.Primitives.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Primitives.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Requests.dll
Binary file not shown.
Binary file added _framework/System.Net.Requests.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Requests.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Security.dll
Binary file not shown.
Binary file added _framework/System.Net.Security.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Security.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Sockets.dll
Binary file not shown.
Binary file added _framework/System.Net.Sockets.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Sockets.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.WebHeaderCollection.dll
Binary file not shown.
Binary file added _framework/System.Net.WebHeaderCollection.dll.br
Binary file not shown.
Binary file added _framework/System.Net.WebHeaderCollection.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.WebProxy.dll
Binary file not shown.
Binary file added _framework/System.Net.WebProxy.dll.br
Binary file not shown.
Binary file added _framework/System.Net.WebProxy.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.WebSockets.Client.dll
Binary file not shown.
Binary file added _framework/System.Net.WebSockets.Client.dll.br
Binary file not shown.
Binary file added _framework/System.Net.WebSockets.Client.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.WebSockets.dll
Binary file not shown.
Binary file added _framework/System.Net.WebSockets.dll.br
Binary file not shown.
Binary file added _framework/System.Net.WebSockets.dll.gz
Binary file not shown.
Binary file added _framework/System.ObjectModel.dll
Binary file not shown.
Binary file added _framework/System.ObjectModel.dll.br
Binary file not shown.
Binary file added _framework/System.ObjectModel.dll.gz
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.dll
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.dll.br
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.dll.gz
Binary file not shown.
Binary file added _framework/System.Private.Uri.dll
Binary file not shown.
Binary file added _framework/System.Private.Uri.dll.br
Binary file not shown.
Binary file added _framework/System.Private.Uri.dll.gz
Binary file not shown.
Binary file added _framework/System.Private.Xml.Linq.dll
Binary file not shown.
Binary file added _framework/System.Private.Xml.Linq.dll.br
Binary file not shown.
Binary file added _framework/System.Private.Xml.Linq.dll.gz
Binary file not shown.
Binary file added _framework/System.Private.Xml.dll
Binary file not shown.
Binary file added _framework/System.Private.Xml.dll.br
Binary file not shown.
Binary file added _framework/System.Private.Xml.dll.gz
Binary file not shown.
Binary file added _framework/System.Reactive.dll
Binary file not shown.
Binary file added _framework/System.Reactive.dll.br
Binary file not shown.
Binary file added _framework/System.Reactive.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Reflection.Primitives.dll
Binary file not shown.
Binary file added _framework/System.Reflection.Primitives.dll.br
Binary file not shown.
Binary file added _framework/System.Reflection.Primitives.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Runtime.Extensions.dll
Binary file not shown.
Binary file added _framework/System.Runtime.Extensions.dll.br
Binary file not shown.
Binary file added _framework/System.Runtime.Extensions.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Runtime.InteropServices.dll
Binary file not shown.
Binary file added _framework/System.Runtime.InteropServices.dll.br
Binary file not shown.
Binary file added _framework/System.Runtime.InteropServices.dll.gz
Binary file not shown.
Binary file added _framework/System.Runtime.Loader.dll
Binary file not shown.
Binary file added _framework/System.Runtime.Loader.dll.br
Binary file not shown.
Binary file added _framework/System.Runtime.Loader.dll.gz
Binary file not shown.
Binary file added _framework/System.Runtime.Numerics.dll
Binary file not shown.
Binary file added _framework/System.Runtime.Numerics.dll.br
Binary file not shown.
Binary file added _framework/System.Runtime.Numerics.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Runtime.dll
Binary file not shown.
Binary file added _framework/System.Runtime.dll.br
Binary file not shown.
Binary file added _framework/System.Runtime.dll.gz
Binary file not shown.
Binary file added _framework/System.Security.Claims.dll
Binary file not shown.
Binary file added _framework/System.Security.Claims.dll.br
Binary file not shown.
Binary file added _framework/System.Security.Claims.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 7621201

Please sign in to comment.