From 10a7317bc080299291076144b1d3294812bc6ca9 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Fri, 15 Feb 2019 15:57:40 +0100 Subject: [PATCH] fixing compile add .gitignore --- .gitignore | 3 +++ M2Mqtt/M2Mqtt_2.csproj | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7054679 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/M2Mqtt/bin +/M2Mqtt/obj +/.vs diff --git a/M2Mqtt/M2Mqtt_2.csproj b/M2Mqtt/M2Mqtt_2.csproj index bc4a1d9..33a77cf 100644 --- a/M2Mqtt/M2Mqtt_2.csproj +++ b/M2Mqtt/M2Mqtt_2.csproj @@ -19,7 +19,7 @@ full false bin\Debug\2.0\ - TRACE;DEBUG + TRACE;DEBUG;SSL prompt 4 false @@ -28,7 +28,7 @@ pdbonly true bin\Release\2.0\ - TRACE + TRACE;SSL prompt 4 false