This commit is contained in:
2022-08-30 12:37:50 -05:00
commit 1b1bb9c82c
141 changed files with 1761 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// 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("Lab1CalebFontenot")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Lab1CalebFontenot")]
[assembly: System.Reflection.AssemblyTitleAttribute("Lab1CalebFontenot")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
0ff19c5d4b65728be53aa9ec9cbe5218ec2b27cf

View File

@@ -0,0 +1,16 @@
is_global = true
build_property.ApplicationManifest =
build_property.StartupObject =
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.TargetFramework = net6.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Lab1CalebFontenot
build_property.ProjectDir = C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\

View File

@@ -0,0 +1,10 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Drawing;
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;
global using global::System.Windows.Forms;

View File

@@ -0,0 +1 @@
70241233fb6dd67fad59e410c4d7bef8ab169f90

View File

@@ -0,0 +1,17 @@
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.csproj.AssemblyReference.cache
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.Form1.resources
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.csproj.GenerateResource.cache
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.AssemblyInfoInputs.cache
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.AssemblyInfo.cs
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.csproj.CoreCompileInputs.cache
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\bin\Debug\net6.0-windows\Lab1CalebFontenot.exe
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\bin\Debug\net6.0-windows\Lab1CalebFontenot.deps.json
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\bin\Debug\net6.0-windows\Lab1CalebFontenot.runtimeconfig.json
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\bin\Debug\net6.0-windows\Lab1CalebFontenot.dll
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\bin\Debug\net6.0-windows\Lab1CalebFontenot.pdb
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.dll
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\refint\Lab1CalebFontenot.dll
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.pdb
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.genruntimeconfig.cache
C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\ref\Lab1CalebFontenot.dll

View File

@@ -0,0 +1,11 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {}
},
"libraries": {}
}

View File

@@ -0,0 +1,22 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"additionalProbingPaths": [
"C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\caleb\\.nuget\\packages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}

View File

@@ -0,0 +1 @@
6a0edbee3a1b97d11414b43166f087be8f3da687

Binary file not shown.