Initial commit
This commit is contained in:
commit
8bde43bd49
152 changed files with 5294 additions and 0 deletions
|
|
@ -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
obj/Debug/net7.0/apphost
Executable file
BIN
obj/Debug/net7.0/apphost
Executable file
Binary file not shown.
22
obj/Debug/net7.0/qrreader.AssemblyInfo.cs
Normal file
22
obj/Debug/net7.0/qrreader.AssemblyInfo.cs
Normal 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("qrreader")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("qrreader")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("qrreader")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
1
obj/Debug/net7.0/qrreader.AssemblyInfoInputs.cache
Normal file
1
obj/Debug/net7.0/qrreader.AssemblyInfoInputs.cache
Normal file
|
|
@ -0,0 +1 @@
|
|||
bfc9ef1f924000ca5d80901a7edea874224a7ee3
|
||||
|
|
@ -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 = qrreader
|
||||
build_property.ProjectDir = /home/david/Projects/qrreader/
|
||||
8
obj/Debug/net7.0/qrreader.GlobalUsings.g.cs
Normal file
8
obj/Debug/net7.0/qrreader.GlobalUsings.g.cs
Normal 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;
|
||||
BIN
obj/Debug/net7.0/qrreader.assets.cache
Normal file
BIN
obj/Debug/net7.0/qrreader.assets.cache
Normal file
Binary file not shown.
BIN
obj/Debug/net7.0/qrreader.csproj.AssemblyReference.cache
Normal file
BIN
obj/Debug/net7.0/qrreader.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
1
obj/Debug/net7.0/qrreader.csproj.CoreCompileInputs.cache
Normal file
1
obj/Debug/net7.0/qrreader.csproj.CoreCompileInputs.cache
Normal file
|
|
@ -0,0 +1 @@
|
|||
2be77d7175342c771cf474f13a7b0147d668b9c3
|
||||
5
obj/Debug/net7.0/qrreader.csproj.FileListAbsolute.txt
Normal file
5
obj/Debug/net7.0/qrreader.csproj.FileListAbsolute.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/home/david/Projects/qrreader/obj/Debug/net7.0/qrreader.csproj.AssemblyReference.cache
|
||||
/home/david/Projects/qrreader/obj/Debug/net7.0/qrreader.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/david/Projects/qrreader/obj/Debug/net7.0/qrreader.AssemblyInfoInputs.cache
|
||||
/home/david/Projects/qrreader/obj/Debug/net7.0/qrreader.AssemblyInfo.cs
|
||||
/home/david/Projects/qrreader/obj/Debug/net7.0/qrreader.csproj.CoreCompileInputs.cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue