From 680e83d2972330206fa75171a00d50a1a80402d5 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 16 Nov 2019 19:04:59 +0200 Subject: Did a small project called Pinger. The app pings a certain address and says the value. --- Pinger/MyNet/Pinger.csproj | 83 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 Pinger/MyNet/Pinger.csproj (limited to 'Pinger/MyNet/Pinger.csproj') diff --git a/Pinger/MyNet/Pinger.csproj b/Pinger/MyNet/Pinger.csproj new file mode 100644 index 0000000..ad44b41 --- /dev/null +++ b/Pinger/MyNet/Pinger.csproj @@ -0,0 +1,83 @@ + + + + + Debug + AnyCPU + {B8002690-91A8-4CA8-8B1C-D7E4FB16C58B} + WinExe + MyNet + MyNet + 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 v1.2.3