Complete MP4

This commit is contained in:
2022-11-17 21:59:26 -06:00
parent 2be3b984a3
commit fcd09d2dc3
1041 changed files with 35 additions and 2540 deletions

View File

@@ -199,14 +199,9 @@ namespace RCS_CalebFontenot
private void rockPictureBox_Click(object sender, EventArgs e)
{
statusLabel.Text = "You clicked Rock!";
playRound(0);
}
private void exitButton_Click(object sender, EventArgs e)
{
this.Close();
}
private void paperPictureBox_Click(object sender, EventArgs e)
{
@@ -217,5 +212,9 @@ namespace RCS_CalebFontenot
{
playRound(2);
}
private void exitButton_Click(object sender, EventArgs e)
{
this.Close();
}
}
}
}

View File

@@ -1,23 +0,0 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"RCS_CalebFontenot/1.0.0": {
"runtime": {
"RCS_CalebFontenot.dll": {}
}
}
}
},
"libraries": {
"RCS_CalebFontenot/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

View File

@@ -1,18 +0,0 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}

View File

@@ -1,18 +0,0 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}

Some files were not shown because too many files have changed in this diff Show More