From adb29a41b828d31a586fec0446d970920237ae43 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: alternative versions --- ...ETFramework,Version=v4.7.2.AssemblyAttributes.cs | 4 ++++ .../Debug/DesignTimeResolveAssemblyReferences.cache | Bin 0 -> 139 bytes .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 7182 bytes .../Tic-Tac-Toe.csproj.AssemblyReference.cache | Bin 0 -> 6030 bytes .../Tic-Tac-Toe.csproj.CoreCompileInputs.cache | 1 + .../Debug/Tic-Tac-Toe.csproj.FileListAbsolute.txt | 20 ++++++++++++++++++++ .../Debug/Tic-Tac-Toe.csproj.GenerateResource.cache | Bin 0 -> 126 bytes .../Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.exe | Bin 0 -> 12800 bytes .../Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.pdb | Bin 0 -> 34304 bytes .../Tic_Tac_Toe.Properties.Resources.resources | Bin 0 -> 180 bytes .../obj/Debug/Tic_Tac_Toe.ticTacToe.resources | Bin 0 -> 180 bytes 11 files changed, 25 insertions(+) create mode 100644 tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs create mode 100644 tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/DesignTimeResolveAssemblyReferences.cache create mode 100644 tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.AssemblyReference.cache create mode 100644 tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.CoreCompileInputs.cache create mode 100644 tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.FileListAbsolute.txt create mode 100644 tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.GenerateResource.cache create mode 100644 tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.exe create mode 100644 tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.pdb create mode 100644 tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic_Tac_Toe.Properties.Resources.resources create mode 100644 tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic_Tac_Toe.ticTacToe.resources (limited to 'tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug') diff --git a/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..057ed7f --- /dev/null +++ b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..10a1a65 Binary files /dev/null and b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..03b4652 Binary files /dev/null and b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.AssemblyReference.cache b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.AssemblyReference.cache new file mode 100644 index 0000000..25ff1ca Binary files /dev/null and b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.AssemblyReference.cache differ diff --git a/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.CoreCompileInputs.cache b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..bfe380c --- /dev/null +++ b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +8069502011d0681850e57a53d5a1673222f430a6 diff --git a/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.FileListAbsolute.txt b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..c7ceb8d --- /dev/null +++ b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.FileListAbsolute.txt @@ -0,0 +1,20 @@ +C:\Users\User\source\repos\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\Tic-Tac-Toe.exe.config +C:\Users\User\source\repos\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\Tic-Tac-Toe.exe +C:\Users\User\source\repos\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\Tic-Tac-Toe.pdb +C:\Users\User\source\repos\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\Tic-Tac-Toe.csproj.AssemblyReference.cache +C:\Users\User\source\repos\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\Tic_Tac_Toe.ticTacToe.resources +C:\Users\User\source\repos\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\Tic_Tac_Toe.Properties.Resources.resources +C:\Users\User\source\repos\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\Tic-Tac-Toe.csproj.GenerateResource.cache +C:\Users\User\source\repos\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\Tic-Tac-Toe.csproj.CoreCompileInputs.cache +C:\Users\User\source\repos\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\Tic-Tac-Toe.exe +C:\Users\User\source\repos\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\Tic-Tac-Toe.pdb +C:\Users\User\Documents\Comp\tic-tac-toe\Tic-Tac-Toe\bin\Debug\Tic-Tac-Toe.exe.config +C:\Users\User\Documents\Comp\tic-tac-toe\Tic-Tac-Toe\bin\Debug\Tic-Tac-Toe.exe +C:\Users\User\Documents\Comp\tic-tac-toe\Tic-Tac-Toe\bin\Debug\Tic-Tac-Toe.pdb +C:\Users\User\Documents\Comp\tic-tac-toe\Tic-Tac-Toe\obj\Debug\Tic-Tac-Toe.csproj.AssemblyReference.cache +C:\Users\User\Documents\Comp\tic-tac-toe\Tic-Tac-Toe\obj\Debug\Tic_Tac_Toe.ticTacToe.resources +C:\Users\User\Documents\Comp\tic-tac-toe\Tic-Tac-Toe\obj\Debug\Tic_Tac_Toe.Properties.Resources.resources +C:\Users\User\Documents\Comp\tic-tac-toe\Tic-Tac-Toe\obj\Debug\Tic-Tac-Toe.csproj.GenerateResource.cache +C:\Users\User\Documents\Comp\tic-tac-toe\Tic-Tac-Toe\obj\Debug\Tic-Tac-Toe.csproj.CoreCompileInputs.cache +C:\Users\User\Documents\Comp\tic-tac-toe\Tic-Tac-Toe\obj\Debug\Tic-Tac-Toe.exe +C:\Users\User\Documents\Comp\tic-tac-toe\Tic-Tac-Toe\obj\Debug\Tic-Tac-Toe.pdb diff --git a/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.GenerateResource.cache b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.GenerateResource.cache new file mode 100644 index 0000000..2e5752d Binary files /dev/null and b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.csproj.GenerateResource.cache differ diff --git a/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.exe b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.exe new file mode 100644 index 0000000..96414ff Binary files /dev/null and b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.exe differ diff --git a/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.pdb b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.pdb new file mode 100644 index 0000000..0a30115 Binary files /dev/null and b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic-Tac-Toe.pdb differ diff --git a/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic_Tac_Toe.Properties.Resources.resources b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic_Tac_Toe.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic_Tac_Toe.Properties.Resources.resources differ diff --git a/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic_Tac_Toe.ticTacToe.resources b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic_Tac_Toe.ticTacToe.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/tic-tac-toe_alt/Tic-Tac-Toe/obj/Debug/Tic_Tac_Toe.ticTacToe.resources differ -- cgit 1.4.1