diff --git a/Snmp2Mysql/Program.cs b/Snmp2Mysql/Program.cs index 8452476..06ba816 100644 --- a/Snmp2Mysql/Program.cs +++ b/Snmp2Mysql/Program.cs @@ -17,7 +17,7 @@ namespace Snmp2Mysql { static void Main(string[] args) { - SnmpGetter snmpGetter = new SnmpGetter("public", "127.0.0.1"); + SnmpGetter snmpGetter = new SnmpGetter("public", "172.16.2.1"); snmpGetter.AddOid(1, "1.3.6.1.2.1.1.1.0"); snmpGetter.AddOid(2, "1.3.6.1.2.1.1.3.0"); SnmpGetterResultProvider res = snmpGetter.Exec(); diff --git a/Snmp2Mysql/Snmp2Mysql.csproj b/Snmp2Mysql/Snmp2Mysql.csproj index d9d0aa0..4aca40a 100644 --- a/Snmp2Mysql/Snmp2Mysql.csproj +++ b/Snmp2Mysql/Snmp2Mysql.csproj @@ -1,5 +1,5 @@  - + Debug @@ -32,14 +32,6 @@ 4 - - False - bin\Debug\MySql.Data.dll - - - False - bin\Debug\SnmpSharpNet.dll - @@ -47,6 +39,12 @@ + + dependencies\MySql.Data.dll + + + dependencies\SnmpSharpNet.dll + diff --git a/Snmp2Mysql/bin/Debug/Snmp2Mysql.exe b/Snmp2Mysql/bin/Debug/Snmp2Mysql.exe deleted file mode 100644 index 5ddd460..0000000 Binary files a/Snmp2Mysql/bin/Debug/Snmp2Mysql.exe and /dev/null differ diff --git a/Snmp2Mysql/bin/Debug/Snmp2Mysql.exe.config b/Snmp2Mysql/bin/Debug/Snmp2Mysql.exe.config deleted file mode 100644 index fad249e..0000000 --- a/Snmp2Mysql/bin/Debug/Snmp2Mysql.exe.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Snmp2Mysql/bin/Debug/MySql.Data.dll b/Snmp2Mysql/dependencies/MySql.Data.dll similarity index 100% rename from Snmp2Mysql/bin/Debug/MySql.Data.dll rename to Snmp2Mysql/dependencies/MySql.Data.dll diff --git a/Snmp2Mysql/bin/Debug/SnmpSharpNet.dll b/Snmp2Mysql/dependencies/SnmpSharpNet.dll similarity index 100% rename from Snmp2Mysql/bin/Debug/SnmpSharpNet.dll rename to Snmp2Mysql/dependencies/SnmpSharpNet.dll diff --git a/Snmp2Mysql/obj/Debug/Snmp2Mysql.exe b/Snmp2Mysql/obj/Debug/Snmp2Mysql.exe deleted file mode 100644 index 5ddd460..0000000 Binary files a/Snmp2Mysql/obj/Debug/Snmp2Mysql.exe and /dev/null differ