MP3
This commit is contained in:
parent
a2c0821c4b
commit
3c210b246e
BIN
MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/DesignTimeBuild/.dtbcache.v2
Executable file
BIN
MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/DesignTimeBuild/.dtbcache.v2
Executable file
Binary file not shown.
BIN
MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/v17/.futdcache.v2
Executable file
BIN
MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/v17/.futdcache.v2
Executable file
Binary file not shown.
BIN
MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/v17/.suo
Executable file
BIN
MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/v17/.suo
Executable file
Binary file not shown.
BIN
MP3/CtoF_CalebFontenot/.vs/ProjectEvaluation/ctof_calebfontenot.metadata.v5
Executable file
BIN
MP3/CtoF_CalebFontenot/.vs/ProjectEvaluation/ctof_calebfontenot.metadata.v5
Executable file
Binary file not shown.
BIN
MP3/CtoF_CalebFontenot/.vs/ProjectEvaluation/ctof_calebfontenot.projects.v5
Executable file
BIN
MP3/CtoF_CalebFontenot/.vs/ProjectEvaluation/ctof_calebfontenot.projects.v5
Executable file
Binary file not shown.
11
MP3/CtoF_CalebFontenot/CtoF_CalebFontenot.csproj
Executable file
11
MP3/CtoF_CalebFontenot/CtoF_CalebFontenot.csproj
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
8
MP3/CtoF_CalebFontenot/CtoF_CalebFontenot.csproj.user
Executable file
8
MP3/CtoF_CalebFontenot/CtoF_CalebFontenot.csproj.user
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Update="Form1.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
25
MP3/CtoF_CalebFontenot/CtoF_CalebFontenot.sln
Executable file
25
MP3/CtoF_CalebFontenot/CtoF_CalebFontenot.sln
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.3.32804.467
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CtoF_CalebFontenot", "CtoF_CalebFontenot.csproj", "{74E83836-B817-4935-B5B9-1C4BD2B44189}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{74E83836-B817-4935-B5B9-1C4BD2B44189}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{74E83836-B817-4935-B5B9-1C4BD2B44189}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{74E83836-B817-4935-B5B9-1C4BD2B44189}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{74E83836-B817-4935-B5B9-1C4BD2B44189}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {4B713272-CD50-4F04-A472-38F3DC2B1B09}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
125
MP3/CtoF_CalebFontenot/Form1.Designer.cs
generated
Executable file
125
MP3/CtoF_CalebFontenot/Form1.Designer.cs
generated
Executable file
@ -0,0 +1,125 @@
|
|||||||
|
namespace CtoF_CalebFontenot
|
||||||
|
{
|
||||||
|
partial class Form1
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||||
|
this.celsiusListBox = new System.Windows.Forms.ListBox();
|
||||||
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||||
|
this.fahrenheitListBox = new System.Windows.Forms.ListBox();
|
||||||
|
this.exitButton = new System.Windows.Forms.Button();
|
||||||
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
|
this.groupBox1.SuspendLayout();
|
||||||
|
this.groupBox2.SuspendLayout();
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// groupBox1
|
||||||
|
//
|
||||||
|
this.groupBox1.Controls.Add(this.celsiusListBox);
|
||||||
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
||||||
|
this.groupBox1.Name = "groupBox1";
|
||||||
|
this.groupBox1.Size = new System.Drawing.Size(122, 267);
|
||||||
|
this.groupBox1.TabIndex = 0;
|
||||||
|
this.groupBox1.TabStop = false;
|
||||||
|
this.groupBox1.Text = "Celsius";
|
||||||
|
//
|
||||||
|
// celsiusListBox
|
||||||
|
//
|
||||||
|
this.celsiusListBox.FormattingEnabled = true;
|
||||||
|
this.celsiusListBox.ItemHeight = 15;
|
||||||
|
this.celsiusListBox.Location = new System.Drawing.Point(6, 22);
|
||||||
|
this.celsiusListBox.Name = "celsiusListBox";
|
||||||
|
this.celsiusListBox.Size = new System.Drawing.Size(110, 229);
|
||||||
|
this.celsiusListBox.TabIndex = 0;
|
||||||
|
//
|
||||||
|
// groupBox2
|
||||||
|
//
|
||||||
|
this.groupBox2.Controls.Add(this.fahrenheitListBox);
|
||||||
|
this.groupBox2.Location = new System.Drawing.Point(208, 12);
|
||||||
|
this.groupBox2.Name = "groupBox2";
|
||||||
|
this.groupBox2.Size = new System.Drawing.Size(122, 267);
|
||||||
|
this.groupBox2.TabIndex = 1;
|
||||||
|
this.groupBox2.TabStop = false;
|
||||||
|
this.groupBox2.Text = "Fahrenheit";
|
||||||
|
//
|
||||||
|
// fahrenheitListBox
|
||||||
|
//
|
||||||
|
this.fahrenheitListBox.FormattingEnabled = true;
|
||||||
|
this.fahrenheitListBox.ItemHeight = 15;
|
||||||
|
this.fahrenheitListBox.Location = new System.Drawing.Point(6, 22);
|
||||||
|
this.fahrenheitListBox.Name = "fahrenheitListBox";
|
||||||
|
this.fahrenheitListBox.Size = new System.Drawing.Size(110, 229);
|
||||||
|
this.fahrenheitListBox.TabIndex = 0;
|
||||||
|
//
|
||||||
|
// exitButton
|
||||||
|
//
|
||||||
|
this.exitButton.Location = new System.Drawing.Point(12, 285);
|
||||||
|
this.exitButton.Name = "exitButton";
|
||||||
|
this.exitButton.Size = new System.Drawing.Size(314, 23);
|
||||||
|
this.exitButton.TabIndex = 3;
|
||||||
|
this.exitButton.Text = "Exit";
|
||||||
|
this.exitButton.UseVisualStyleBackColor = true;
|
||||||
|
this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
|
||||||
|
//
|
||||||
|
// label1
|
||||||
|
//
|
||||||
|
this.label1.Location = new System.Drawing.Point(134, 136);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(74, 15);
|
||||||
|
this.label1.TabIndex = 4;
|
||||||
|
this.label1.Text = "equates to";
|
||||||
|
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||||
|
//
|
||||||
|
// Form1
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.ClientSize = new System.Drawing.Size(343, 320);
|
||||||
|
this.Controls.Add(this.label1);
|
||||||
|
this.Controls.Add(this.exitButton);
|
||||||
|
this.Controls.Add(this.groupBox2);
|
||||||
|
this.Controls.Add(this.groupBox1);
|
||||||
|
this.Name = "Form1";
|
||||||
|
this.Text = "Form1";
|
||||||
|
this.Load += new System.EventHandler(this.Form1_Load);
|
||||||
|
this.groupBox1.ResumeLayout(false);
|
||||||
|
this.groupBox2.ResumeLayout(false);
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private GroupBox groupBox1;
|
||||||
|
private GroupBox groupBox2;
|
||||||
|
private Button exitButton;
|
||||||
|
private ListBox celsiusListBox;
|
||||||
|
private ListBox fahrenheitListBox;
|
||||||
|
private Label label1;
|
||||||
|
}
|
||||||
|
}
|
46
MP3/CtoF_CalebFontenot/Form1.cs
Executable file
46
MP3/CtoF_CalebFontenot/Form1.cs
Executable file
@ -0,0 +1,46 @@
|
|||||||
|
namespace CtoF_CalebFontenot
|
||||||
|
{
|
||||||
|
public partial class Form1 : Form
|
||||||
|
{
|
||||||
|
public Form1()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void calculateButton_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
// Write to textbox.
|
||||||
|
//fahrenheitTextBox.Text = fahrenheit.ToString();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void exitButton_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
this.Close();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Form1_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
// Define variables
|
||||||
|
double fahrenheit, celsius;
|
||||||
|
|
||||||
|
// Populate Celcius list
|
||||||
|
for (int i = 0; i <= 20; i++)
|
||||||
|
{
|
||||||
|
celsiusListBox.Items.Add(i.ToString());
|
||||||
|
}
|
||||||
|
|
||||||
|
// Compute!
|
||||||
|
|
||||||
|
for (int i = 0; i < celsiusListBox.Items.Count; i++)
|
||||||
|
{
|
||||||
|
celsius = Double.Parse(celsiusListBox.Items[i].ToString());
|
||||||
|
fahrenheit = ((9 / 5) * celsius) + 32;
|
||||||
|
fahrenheitListBox.Items.Add(fahrenheit.ToString());
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
60
MP3/CtoF_CalebFontenot/Form1.resx
Executable file
60
MP3/CtoF_CalebFontenot/Form1.resx
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<root>
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
17
MP3/CtoF_CalebFontenot/Program.cs
Executable file
17
MP3/CtoF_CalebFontenot/Program.cs
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
namespace CtoF_CalebFontenot
|
||||||
|
{
|
||||||
|
internal static class Program
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The main entry point for the application.
|
||||||
|
/// </summary>
|
||||||
|
[STAThread]
|
||||||
|
static void Main()
|
||||||
|
{
|
||||||
|
// To customize application configuration such as set high DPI settings or default font,
|
||||||
|
// see https://aka.ms/applicationconfiguration.
|
||||||
|
ApplicationConfiguration.Initialize();
|
||||||
|
Application.Run(new Form1());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
23
MP3/CtoF_CalebFontenot/bin/Debug/net6.0-windows/CtoF_CalebFontenot.deps.json
Executable file
23
MP3/CtoF_CalebFontenot/bin/Debug/net6.0-windows/CtoF_CalebFontenot.deps.json
Executable file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v6.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v6.0": {
|
||||||
|
"CtoF_CalebFontenot/1.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"CtoF_CalebFontenot.dll": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"CtoF_CalebFontenot/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
MP3/CtoF_CalebFontenot/bin/Debug/net6.0-windows/CtoF_CalebFontenot.dll
Executable file
BIN
MP3/CtoF_CalebFontenot/bin/Debug/net6.0-windows/CtoF_CalebFontenot.dll
Executable file
Binary file not shown.
BIN
MP3/CtoF_CalebFontenot/bin/Debug/net6.0-windows/CtoF_CalebFontenot.exe
Executable file
BIN
MP3/CtoF_CalebFontenot/bin/Debug/net6.0-windows/CtoF_CalebFontenot.exe
Executable file
Binary file not shown.
BIN
MP3/CtoF_CalebFontenot/bin/Debug/net6.0-windows/CtoF_CalebFontenot.pdb
Executable file
BIN
MP3/CtoF_CalebFontenot/bin/Debug/net6.0-windows/CtoF_CalebFontenot.pdb
Executable file
Binary file not shown.
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "net6.0",
|
||||||
|
"frameworks": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "6.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.WindowsDesktop.App",
|
||||||
|
"version": "6.0.0"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
66
MP3/CtoF_CalebFontenot/obj/CtoF_CalebFontenot.csproj.nuget.dgspec.json
Executable file
66
MP3/CtoF_CalebFontenot/obj/CtoF_CalebFontenot.csproj.nuget.dgspec.json
Executable file
@ -0,0 +1,66 @@
|
|||||||
|
{
|
||||||
|
"format": 1,
|
||||||
|
"restore": {
|
||||||
|
"Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\CtoF_CalebFontenot\\CtoF_CalebFontenot.csproj": {}
|
||||||
|
},
|
||||||
|
"projects": {
|
||||||
|
"Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\CtoF_CalebFontenot\\CtoF_CalebFontenot.csproj": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\CtoF_CalebFontenot\\CtoF_CalebFontenot.csproj",
|
||||||
|
"projectName": "CtoF_CalebFontenot",
|
||||||
|
"projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\CtoF_CalebFontenot\\CtoF_CalebFontenot.csproj",
|
||||||
|
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
|
||||||
|
"outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\CtoF_CalebFontenot\\obj\\",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"configFilePaths": [
|
||||||
|
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"net6.0-windows"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||||
|
"https://api.nuget.org/v3/index.json": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net6.0-windows7.0": {
|
||||||
|
"targetAlias": "net6.0-windows",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warningProperties": {
|
||||||
|
"warnAsError": [
|
||||||
|
"NU1605"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net6.0-windows7.0": {
|
||||||
|
"targetAlias": "net6.0-windows",
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48",
|
||||||
|
"net481"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
},
|
||||||
|
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
||||||
|
"privateAssets": "none"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
15
MP3/CtoF_CalebFontenot/obj/CtoF_CalebFontenot.csproj.nuget.g.props
Executable file
15
MP3/CtoF_CalebFontenot/obj/CtoF_CalebFontenot.csproj.nuget.g.props
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||||
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||||
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||||
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||||
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\caleb\.nuget\packages\</NuGetPackageFolders>
|
||||||
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||||
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<SourceRoot Include="C:\Users\caleb\.nuget\packages\" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
2
MP3/CtoF_CalebFontenot/obj/CtoF_CalebFontenot.csproj.nuget.g.targets
Executable file
2
MP3/CtoF_CalebFontenot/obj/CtoF_CalebFontenot.csproj.nuget.g.targets
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
|
@ -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("CtoF_CalebFontenot")]
|
||||||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyProductAttribute("CtoF_CalebFontenot")]
|
||||||
|
[assembly: System.Reflection.AssemblyTitleAttribute("CtoF_CalebFontenot")]
|
||||||
|
[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.
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
f390823bd4b89aa40643bb3344d8b9adc8574177
|
Binary file not shown.
@ -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 = CtoF_CalebFontenot
|
||||||
|
build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\
|
@ -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;
|
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/CtoF_CalebFontenot.assets.cache
Executable file
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/CtoF_CalebFontenot.assets.cache
Executable file
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
28d2933800db793ee79e61d6cb5aba1553f54cc9
|
@ -0,0 +1,17 @@
|
|||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\bin\Debug\net6.0-windows\CtoF_CalebFontenot.exe
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\bin\Debug\net6.0-windows\CtoF_CalebFontenot.deps.json
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\bin\Debug\net6.0-windows\CtoF_CalebFontenot.runtimeconfig.json
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\bin\Debug\net6.0-windows\CtoF_CalebFontenot.dll
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\bin\Debug\net6.0-windows\CtoF_CalebFontenot.pdb
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\CtoF_CalebFontenot.csproj.AssemblyReference.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\CtoF_CalebFontenot.Form1.resources
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\CtoF_CalebFontenot.csproj.GenerateResource.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\CtoF_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\CtoF_CalebFontenot.AssemblyInfoInputs.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\CtoF_CalebFontenot.AssemblyInfo.cs
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\CtoF_CalebFontenot.csproj.CoreCompileInputs.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\CtoF_CalebFontenot.dll
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\refint\CtoF_CalebFontenot.dll
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\CtoF_CalebFontenot.pdb
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\CtoF_CalebFontenot.genruntimeconfig.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\MP3\CtoF_CalebFontenot\obj\Debug\net6.0-windows\ref\CtoF_CalebFontenot.dll
|
Binary file not shown.
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v6.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v6.0": {}
|
||||||
|
},
|
||||||
|
"libraries": {}
|
||||||
|
}
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/CtoF_CalebFontenot.dll
Executable file
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/CtoF_CalebFontenot.dll
Executable file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
c5fdf7f8e1e7b921889b49899a43c697e486e551
|
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/CtoF_CalebFontenot.pdb
Executable file
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/CtoF_CalebFontenot.pdb
Executable file
Binary file not shown.
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe
Executable file
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe
Executable file
Binary file not shown.
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/ref/CtoF_CalebFontenot.dll
Executable file
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/ref/CtoF_CalebFontenot.dll
Executable file
Binary file not shown.
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/refint/CtoF_CalebFontenot.dll
Executable file
BIN
MP3/CtoF_CalebFontenot/obj/Debug/net6.0-windows/refint/CtoF_CalebFontenot.dll
Executable file
Binary file not shown.
71
MP3/CtoF_CalebFontenot/obj/project.assets.json
Executable file
71
MP3/CtoF_CalebFontenot/obj/project.assets.json
Executable file
@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"targets": {
|
||||||
|
"net6.0-windows7.0": {}
|
||||||
|
},
|
||||||
|
"libraries": {},
|
||||||
|
"projectFileDependencyGroups": {
|
||||||
|
"net6.0-windows7.0": []
|
||||||
|
},
|
||||||
|
"packageFolders": {
|
||||||
|
"C:\\Users\\caleb\\.nuget\\packages\\": {}
|
||||||
|
},
|
||||||
|
"project": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\CtoF_CalebFontenot\\CtoF_CalebFontenot.csproj",
|
||||||
|
"projectName": "CtoF_CalebFontenot",
|
||||||
|
"projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\CtoF_CalebFontenot\\CtoF_CalebFontenot.csproj",
|
||||||
|
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
|
||||||
|
"outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\CtoF_CalebFontenot\\obj\\",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"configFilePaths": [
|
||||||
|
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"net6.0-windows"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||||
|
"https://api.nuget.org/v3/index.json": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net6.0-windows7.0": {
|
||||||
|
"targetAlias": "net6.0-windows",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warningProperties": {
|
||||||
|
"warnAsError": [
|
||||||
|
"NU1605"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net6.0-windows7.0": {
|
||||||
|
"targetAlias": "net6.0-windows",
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48",
|
||||||
|
"net481"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
},
|
||||||
|
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
||||||
|
"privateAssets": "none"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
8
MP3/CtoF_CalebFontenot/obj/project.nuget.cache
Executable file
8
MP3/CtoF_CalebFontenot/obj/project.nuget.cache
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"dgSpecHash": "nS4jMrZ5R1k1buc3ZEjF7FWDcyH5orbD63Vx7wPGtLBH818cEaJYUFbUGPlB1zmvmlq7GyDTK9hakhLWYqmLKQ==",
|
||||||
|
"success": true,
|
||||||
|
"projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\CtoF_CalebFontenot\\CtoF_CalebFontenot.csproj",
|
||||||
|
"expectedPackageFiles": [],
|
||||||
|
"logs": []
|
||||||
|
}
|
BIN
MP3/mp3-1.pdf
Normal file
BIN
MP3/mp3-1.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user