Repairing path after moving

This commit is contained in:
Philip Schell 2019-02-14 14:36:37 +01:00
parent 29897bd0fe
commit 2d4d4e28ea
2 changed files with 29 additions and 0 deletions

4
.gitignore vendored
View File

@ -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

View File

@ -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