From 7567c6e360d9f644b568384f51caf8cc0c4b12d7 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: tic-tac-toe --- tic-tac-toe/Tic-Tac-Toe/Tic-Tac-Toe.csproj | 83 ++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 tic-tac-toe/Tic-Tac-Toe/Tic-Tac-Toe.csproj (limited to 'tic-tac-toe/Tic-Tac-Toe/Tic-Tac-Toe.csproj') diff --git a/tic-tac-toe/Tic-Tac-Toe/Tic-Tac-Toe.csproj b/tic-tac-toe/Tic-Tac-Toe/Tic-Tac-Toe.csproj new file mode 100644 index 0000000..078dd2e --- /dev/null +++ b/tic-tac-toe/Tic-Tac-Toe/Tic-Tac-Toe.csproj @@ -0,0 +1,83 @@ + + + + + Debug + AnyCPU + {D6A87BF3-2FB5-464C-9CBD-557D6F2E9714} + WinExe + Tic_Tac_Toe + Tic-Tac-Toe + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + \ No newline at end of file -- cgit 1.4.1