aboutsummaryrefslogtreecommitdiff
path: root/Pinger
diff options
context:
space:
mode:
Diffstat (limited to 'Pinger')
-rw-r--r--Pinger/Pinger.sln2
-rw-r--r--Pinger/Pinger/App.config (renamed from Pinger/MyNet/App.config)0
-rw-r--r--Pinger/Pinger/Form1.Designer.cs (renamed from Pinger/MyNet/Form1.Designer.cs)2
-rw-r--r--Pinger/Pinger/Form1.cs (renamed from Pinger/MyNet/Form1.cs)2
-rw-r--r--Pinger/Pinger/Form1.resx (renamed from Pinger/MyNet/Form1.resx)0
-rw-r--r--Pinger/Pinger/Pinger.csproj (renamed from Pinger/MyNet/Pinger.csproj)32
-rw-r--r--Pinger/Pinger/Program.cs (renamed from Pinger/MyNet/Program.cs)2
-rw-r--r--Pinger/Pinger/Properties/AssemblyInfo.cs (renamed from Pinger/MyNet/Properties/AssemblyInfo.cs)0
-rw-r--r--Pinger/Pinger/Properties/Resources.Designer.cs (renamed from Pinger/MyNet/Properties/Resources.Designer.cs)23
-rw-r--r--Pinger/Pinger/Properties/Resources.resx (renamed from Pinger/MyNet/Properties/Resources.resx)0
-rw-r--r--Pinger/Pinger/Properties/Settings.Designer.cs (renamed from Pinger/MyNet/Properties/Settings.Designer.cs)12
-rw-r--r--Pinger/Pinger/Properties/Settings.settings (renamed from Pinger/MyNet/Properties/Settings.settings)0
12 files changed, 52 insertions, 23 deletions
diff --git a/Pinger/Pinger.sln b/Pinger/Pinger.sln
index 2a1242f..f9bc470 100644
--- a/Pinger/Pinger.sln
+++ b/Pinger/Pinger.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinger", "MyNet\Pinger.csproj", "{B8002690-91A8-4CA8-8B1C-D7E4FB16C58B}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinger", "Pinger\Pinger.csproj", "{B8002690-91A8-4CA8-8B1C-D7E4FB16C58B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/Pinger/MyNet/App.config b/Pinger/Pinger/App.config
index 56efbc7..56efbc7 100644
--- a/Pinger/MyNet/App.config
+++ b/Pinger/Pinger/App.config
diff --git a/Pinger/MyNet/Form1.Designer.cs b/Pinger/Pinger/Form1.Designer.cs
index 2156b61..1d8c034 100644
--- a/Pinger/MyNet/Form1.Designer.cs
+++ b/Pinger/Pinger/Form1.Designer.cs
@@ -1,4 +1,4 @@
-namespace MyNet {
+namespace Pinger {
partial class myNetForm {
/// <summary>
/// Required designer variable.
diff --git a/Pinger/MyNet/Form1.cs b/Pinger/Pinger/Form1.cs
index d09d9a1..007bab2 100644
--- a/Pinger/MyNet/Form1.cs
+++ b/Pinger/Pinger/Form1.cs
@@ -10,7 +10,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
-namespace MyNet {
+namespace Pinger {
public partial class myNetForm : Form {
public myNetForm() {
InitializeComponent();
diff --git a/Pinger/MyNet/Form1.resx b/Pinger/Pinger/Form1.resx
index 1af7de1..1af7de1 100644
--- a/Pinger/MyNet/Form1.resx
+++ b/Pinger/Pinger/Form1.resx
diff --git a/Pinger/MyNet/Pinger.csproj b/Pinger/Pinger/Pinger.csproj
index ad44b41..ec48432 100644
--- a/Pinger/MyNet/Pinger.csproj
+++ b/Pinger/Pinger/Pinger.csproj
@@ -6,12 +6,27 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B8002690-91A8-4CA8-8B1C-D7E4FB16C58B}</ProjectGuid>
<OutputType>WinExe</OutputType>
- <RootNamespace>MyNet</RootNamespace>
- <AssemblyName>MyNet</AssemblyName>
+ <RootNamespace>Pinger</RootNamespace>
+ <AssemblyName>Pinger</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
+ <PublishUrl>publish\</PublishUrl>
+ <Install>true</Install>
+ <InstallFrom>Disk</InstallFrom>
+ <UpdateEnabled>false</UpdateEnabled>
+ <UpdateMode>Foreground</UpdateMode>
+ <UpdateInterval>7</UpdateInterval>
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
+ <UpdatePeriodically>false</UpdatePeriodically>
+ <UpdateRequired>false</UpdateRequired>
+ <MapFileExtensions>true</MapFileExtensions>
+ <ApplicationRevision>0</ApplicationRevision>
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
+ <IsWebBootstrapper>false</IsWebBootstrapper>
+ <UseApplicationTrust>false</UseApplicationTrust>
+ <BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -65,6 +80,7 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
+ <DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
@@ -79,5 +95,17 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
+ <ItemGroup>
+ <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
+ <Visible>False</Visible>
+ <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
+ <Install>false</Install>
+ </BootstrapperPackage>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file
diff --git a/Pinger/MyNet/Program.cs b/Pinger/Pinger/Program.cs
index 17bd825..896c2e8 100644
--- a/Pinger/MyNet/Program.cs
+++ b/Pinger/Pinger/Program.cs
@@ -4,7 +4,7 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
-namespace MyNet {
+namespace Pinger {
static class Program {
/// <summary>
/// The main entry point for the application.
diff --git a/Pinger/MyNet/Properties/AssemblyInfo.cs b/Pinger/Pinger/Properties/AssemblyInfo.cs
index 361ca08..361ca08 100644
--- a/Pinger/MyNet/Properties/AssemblyInfo.cs
+++ b/Pinger/Pinger/Properties/AssemblyInfo.cs
diff --git a/Pinger/MyNet/Properties/Resources.Designer.cs b/Pinger/Pinger/Properties/Resources.Designer.cs
index 3a29deb..c942dac 100644
--- a/Pinger/MyNet/Properties/Resources.Designer.cs
+++ b/Pinger/Pinger/Properties/Resources.Designer.cs
@@ -8,9 +8,10 @@
// </auto-generated>
//------------------------------------------------------------------------------
-namespace MyNet.Properties {
-
-
+namespace Pinger.Properties {
+ using System;
+
+
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
@@ -18,33 +19,33 @@ namespace MyNet.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
-
+
private static global::System.Resources.ResourceManager resourceMan;
-
+
private static global::System.Globalization.CultureInfo resourceCulture;
-
+
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
-
+
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
- if ((resourceMan == null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MyNet.Properties.Resources", typeof(Resources).Assembly);
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pinger.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
-
+
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
diff --git a/Pinger/MyNet/Properties/Resources.resx b/Pinger/Pinger/Properties/Resources.resx
index af7dbeb..af7dbeb 100644
--- a/Pinger/MyNet/Properties/Resources.resx
+++ b/Pinger/Pinger/Properties/Resources.resx
diff --git a/Pinger/MyNet/Properties/Settings.Designer.cs b/Pinger/Pinger/Properties/Settings.Designer.cs
index 1732597..173b7cc 100644
--- a/Pinger/MyNet/Properties/Settings.Designer.cs
+++ b/Pinger/Pinger/Properties/Settings.Designer.cs
@@ -8,15 +8,15 @@
// </auto-generated>
//------------------------------------------------------------------------------
-namespace MyNet.Properties {
-
-
+namespace Pinger.Properties {
+
+
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.1.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
+
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
+
public static Settings Default {
get {
return defaultInstance;
diff --git a/Pinger/MyNet/Properties/Settings.settings b/Pinger/Pinger/Properties/Settings.settings
index 3964565..3964565 100644
--- a/Pinger/MyNet/Properties/Settings.settings
+++ b/Pinger/Pinger/Properties/Settings.settings