Initial commit

This commit is contained in:
David Allen 2022-12-04 11:26:52 -06:00
commit 8bde43bd49
152 changed files with 5294 additions and 0 deletions

View file

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]

BIN
client/obj/Debug/net7.0/apphost Executable file

Binary file not shown.

View file

@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("client")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("client")]
[assembly: System.Reflection.AssemblyTitleAttribute("client")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View file

@ -0,0 +1 @@
bf7784d7de989d2ff82b72894d57569fb689b395

View file

@ -0,0 +1,11 @@
is_global = true
build_property.TargetFramework = net7.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = client
build_property.ProjectDir = /home/david/Projects/qrreader/client/

View file

@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

Binary file not shown.

View file

@ -0,0 +1 @@
ad622ae64482c3f098f7132776d5a7cdaae55ec7

View file

@ -0,0 +1,15 @@
/home/david/Projects/qrreader/client/obj/Debug/net7.0/client.csproj.AssemblyReference.cache
/home/david/Projects/qrreader/client/obj/Debug/net7.0/client.GeneratedMSBuildEditorConfig.editorconfig
/home/david/Projects/qrreader/client/obj/Debug/net7.0/client.AssemblyInfoInputs.cache
/home/david/Projects/qrreader/client/obj/Debug/net7.0/client.AssemblyInfo.cs
/home/david/Projects/qrreader/client/obj/Debug/net7.0/client.csproj.CoreCompileInputs.cache
/home/david/Projects/qrreader/client/bin/Debug/net7.0/client
/home/david/Projects/qrreader/client/bin/Debug/net7.0/client.deps.json
/home/david/Projects/qrreader/client/bin/Debug/net7.0/client.runtimeconfig.json
/home/david/Projects/qrreader/client/bin/Debug/net7.0/client.dll
/home/david/Projects/qrreader/client/bin/Debug/net7.0/client.pdb
/home/david/Projects/qrreader/client/obj/Debug/net7.0/client.dll
/home/david/Projects/qrreader/client/obj/Debug/net7.0/refint/client.dll
/home/david/Projects/qrreader/client/obj/Debug/net7.0/client.pdb
/home/david/Projects/qrreader/client/obj/Debug/net7.0/client.genruntimeconfig.cache
/home/david/Projects/qrreader/client/obj/Debug/net7.0/ref/client.dll

Binary file not shown.

View file

@ -0,0 +1 @@
12bdd522ff8e15fe7e21b186917799d7af7974db

Binary file not shown.

Binary file not shown.

Binary file not shown.