From 2d4d4e28eafa329065c643aed885852de87fa33a Mon Sep 17 00:00:00 2001 From: Philip Schell Date: Thu, 14 Feb 2019 14:36:37 +0100 Subject: [PATCH] Repairing path after moving --- .gitignore | 4 ++++ Iot-Interfaces/Iot-Interfaces.sln | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 Iot-Interfaces/Iot-Interfaces.sln diff --git a/.gitignore b/.gitignore index b2431a0..55b6c6d 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,7 @@ /ConnectorUserTelegram/ConnectorUserTelegram/.vs /ConnectorUserTelegram/ConnectorUserTelegram/bin /ConnectorUserTelegram/.vs +/Iot-Interfaces/Iot-Interfaces/.vs +/Iot-Interfaces/Iot-Interfaces/bin +/Iot-Interfaces/Iot-Interfaces/obj +/Iot-Interfaces/.vs diff --git a/Iot-Interfaces/Iot-Interfaces.sln b/Iot-Interfaces/Iot-Interfaces.sln new file mode 100644 index 0000000..7c34d6d --- /dev/null +++ b/Iot-Interfaces/Iot-Interfaces.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.136 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iot-Interfaces", "Iot-Interfaces\Iot-Interfaces.csproj", "{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6B5D61A4-D0B6-4C5C-8C8D-76EBD5ED55CE} + EndGlobalSection +EndGlobal