diff --git a/source/Debug Library/CLRCapabilities.cs b/Debug Library/CLRCapabilities.cs similarity index 100% rename from source/Debug Library/CLRCapabilities.cs rename to Debug Library/CLRCapabilities.cs diff --git a/source/Debug Library/CRC32.cs b/Debug Library/CRC32.cs similarity index 100% rename from source/Debug Library/CRC32.cs rename to Debug Library/CRC32.cs diff --git a/source/Debug Library/DebuggerEventSource.cs b/Debug Library/DebuggerEventSource.cs similarity index 100% rename from source/Debug Library/DebuggerEventSource.cs rename to Debug Library/DebuggerEventSource.cs diff --git a/source/Debug Library/Exceptions/CouldntOpenNanoFrameworkDeviceException.cs b/Debug Library/Exceptions/CouldntOpenNanoFrameworkDeviceException.cs similarity index 100% rename from source/Debug Library/Exceptions/CouldntOpenNanoFrameworkDeviceException.cs rename to Debug Library/Exceptions/CouldntOpenNanoFrameworkDeviceException.cs diff --git a/source/Debug Library/Exceptions/DebugSessionAlreadyOpenException.cs b/Debug Library/Exceptions/DebugSessionAlreadyOpenException.cs similarity index 100% rename from source/Debug Library/Exceptions/DebugSessionAlreadyOpenException.cs rename to Debug Library/Exceptions/DebugSessionAlreadyOpenException.cs diff --git a/source/Debug Library/Exceptions/NanoBooterConnectionFailureException.cs b/Debug Library/Exceptions/NanoBooterConnectionFailureException.cs similarity index 100% rename from source/Debug Library/Exceptions/NanoBooterConnectionFailureException.cs rename to Debug Library/Exceptions/NanoBooterConnectionFailureException.cs diff --git a/source/Debug Library/Exceptions/NanoFrameworkDeviceNoResponseException.cs b/Debug Library/Exceptions/NanoFrameworkDeviceNoResponseException.cs similarity index 100% rename from source/Debug Library/Exceptions/NanoFrameworkDeviceNoResponseException.cs rename to Debug Library/Exceptions/NanoFrameworkDeviceNoResponseException.cs diff --git a/source/Debug Library/Exceptions/NanoUserExitException.cs b/Debug Library/Exceptions/NanoUserExitException.cs similarity index 100% rename from source/Debug Library/Exceptions/NanoUserExitException.cs rename to Debug Library/Exceptions/NanoUserExitException.cs diff --git a/source/Debug Library/Extensions/CancellationTokenExtensions.cs b/Debug Library/Extensions/CancellationTokenExtensions.cs similarity index 100% rename from source/Debug Library/Extensions/CancellationTokenExtensions.cs rename to Debug Library/Extensions/CancellationTokenExtensions.cs diff --git a/source/Debug Library/Extensions/DeviceInformationExtensions.cs b/Debug Library/Extensions/DeviceInformationExtensions.cs similarity index 100% rename from source/Debug Library/Extensions/DeviceInformationExtensions.cs rename to Debug Library/Extensions/DeviceInformationExtensions.cs diff --git a/source/Debug Library/Extensions/OutputExtensions.cs b/Debug Library/Extensions/OutputExtensions.cs similarity index 100% rename from source/Debug Library/Extensions/OutputExtensions.cs rename to Debug Library/Extensions/OutputExtensions.cs diff --git a/source/Debug Library/Extensions/TypeExtensions.cs b/Debug Library/Extensions/TypeExtensions.cs similarity index 100% rename from source/Debug Library/Extensions/TypeExtensions.cs rename to Debug Library/Extensions/TypeExtensions.cs diff --git a/source/Debug Library/MFDeployTool/AppDomainInfo.cs b/Debug Library/MFDeployTool/AppDomainInfo.cs similarity index 100% rename from source/Debug Library/MFDeployTool/AppDomainInfo.cs rename to Debug Library/MFDeployTool/AppDomainInfo.cs diff --git a/source/Debug Library/MFDeployTool/AssemblyInfoFromResolveAssembly.cs b/Debug Library/MFDeployTool/AssemblyInfoFromResolveAssembly.cs similarity index 100% rename from source/Debug Library/MFDeployTool/AssemblyInfoFromResolveAssembly.cs rename to Debug Library/MFDeployTool/AssemblyInfoFromResolveAssembly.cs diff --git a/source/Debug Library/MFDeployTool/EraseOptions.cs b/Debug Library/MFDeployTool/EraseOptions.cs similarity index 100% rename from source/Debug Library/MFDeployTool/EraseOptions.cs rename to Debug Library/MFDeployTool/EraseOptions.cs diff --git a/source/Debug Library/MFDeployTool/IAppDomainInfo.cs b/Debug Library/MFDeployTool/IAppDomainInfo.cs similarity index 100% rename from source/Debug Library/MFDeployTool/IAppDomainInfo.cs rename to Debug Library/MFDeployTool/IAppDomainInfo.cs diff --git a/source/Debug Library/MFDeployTool/IAssemblyInfo.cs b/Debug Library/MFDeployTool/IAssemblyInfo.cs similarity index 100% rename from source/Debug Library/MFDeployTool/IAssemblyInfo.cs rename to Debug Library/MFDeployTool/IAssemblyInfo.cs diff --git a/source/Debug Library/MFDeployTool/INanoFrameworkDeviceInfo.cs b/Debug Library/MFDeployTool/INanoFrameworkDeviceInfo.cs similarity index 100% rename from source/Debug Library/MFDeployTool/INanoFrameworkDeviceInfo.cs rename to Debug Library/MFDeployTool/INanoFrameworkDeviceInfo.cs diff --git a/source/Debug Library/MFDeployTool/NanoFrameworkDeviceInfo.cs b/Debug Library/MFDeployTool/NanoFrameworkDeviceInfo.cs similarity index 100% rename from source/Debug Library/MFDeployTool/NanoFrameworkDeviceInfo.cs rename to Debug Library/MFDeployTool/NanoFrameworkDeviceInfo.cs diff --git a/source/Debug Library/NFDevice/INanoDevice.cs b/Debug Library/NFDevice/INanoDevice.cs similarity index 100% rename from source/Debug Library/NFDevice/INanoDevice.cs rename to Debug Library/NFDevice/INanoDevice.cs diff --git a/source/Debug Library/NFDevice/NanoDevice.cs b/Debug Library/NFDevice/NanoDevice.cs similarity index 100% rename from source/Debug Library/NFDevice/NanoDevice.cs rename to Debug Library/NFDevice/NanoDevice.cs diff --git a/source/Debug Library/NFDevice/NanoDeviceBase.cs b/Debug Library/NFDevice/NanoDeviceBase.cs similarity index 100% rename from source/Debug Library/NFDevice/NanoDeviceBase.cs rename to Debug Library/NFDevice/NanoDeviceBase.cs diff --git a/source/Debug Library/NFDevice/NanoSerialDevice.cs b/Debug Library/NFDevice/NanoSerialDevice.cs similarity index 100% rename from source/Debug Library/NFDevice/NanoSerialDevice.cs rename to Debug Library/NFDevice/NanoSerialDevice.cs diff --git a/source/Debug Library/NFDevice/NanoUsbDevice.cs b/Debug Library/NFDevice/NanoUsbDevice.cs similarity index 100% rename from source/Debug Library/NFDevice/NanoUsbDevice.cs rename to Debug Library/NFDevice/NanoUsbDevice.cs diff --git a/source/Debug Library/NFDevice/ProgressReport.cs b/Debug Library/NFDevice/ProgressReport.cs similarity index 100% rename from source/Debug Library/NFDevice/ProgressReport.cs rename to Debug Library/NFDevice/ProgressReport.cs diff --git a/source/Debug Library/NFDevice/SrecParseResult.cs b/Debug Library/NFDevice/SrecParseResult.cs similarity index 100% rename from source/Debug Library/NFDevice/SrecParseResult.cs rename to Debug Library/NFDevice/SrecParseResult.cs diff --git a/source/Debug Library/PortDefinitions/IPort.cs b/Debug Library/PortDefinitions/IPort.cs similarity index 100% rename from source/Debug Library/PortDefinitions/IPort.cs rename to Debug Library/PortDefinitions/IPort.cs diff --git a/source/Debug Library/PortDefinitions/PortBase.cs b/Debug Library/PortDefinitions/PortBase.cs similarity index 100% rename from source/Debug Library/PortDefinitions/PortBase.cs rename to Debug Library/PortDefinitions/PortBase.cs diff --git a/source/Debug Library/PortSerial/EventHandlerForSerialDevice.cs b/Debug Library/PortSerial/EventHandlerForSerialDevice.cs similarity index 100% rename from source/Debug Library/PortSerial/EventHandlerForSerialDevice.cs rename to Debug Library/PortSerial/EventHandlerForSerialDevice.cs diff --git a/source/Debug Library/PortSerial/SerialDeviceInformation.cs b/Debug Library/PortSerial/SerialDeviceInformation.cs similarity index 100% rename from source/Debug Library/PortSerial/SerialDeviceInformation.cs rename to Debug Library/PortSerial/SerialDeviceInformation.cs diff --git a/source/Debug Library/PortSerial/SerialDeviceProperties.cs b/Debug Library/PortSerial/SerialDeviceProperties.cs similarity index 100% rename from source/Debug Library/PortSerial/SerialDeviceProperties.cs rename to Debug Library/PortSerial/SerialDeviceProperties.cs diff --git a/source/Debug Library/PortSerial/SerialPort.cs b/Debug Library/PortSerial/SerialPort.cs similarity index 100% rename from source/Debug Library/PortSerial/SerialPort.cs rename to Debug Library/PortSerial/SerialPort.cs diff --git a/source/Debug Library/PortUSB/EventHandlerForUsbDevice.cs b/Debug Library/PortUSB/EventHandlerForUsbDevice.cs similarity index 100% rename from source/Debug Library/PortUSB/EventHandlerForUsbDevice.cs rename to Debug Library/PortUSB/EventHandlerForUsbDevice.cs diff --git a/source/Debug Library/PortUSB/UsbDeviceInformation.cs b/Debug Library/PortUSB/UsbDeviceInformation.cs similarity index 100% rename from source/Debug Library/PortUSB/UsbDeviceInformation.cs rename to Debug Library/PortUSB/UsbDeviceInformation.cs diff --git a/source/Debug Library/PortUSB/UsbDeviceProperties.cs b/Debug Library/PortUSB/UsbDeviceProperties.cs similarity index 100% rename from source/Debug Library/PortUSB/UsbDeviceProperties.cs rename to Debug Library/PortUSB/UsbDeviceProperties.cs diff --git a/source/Debug Library/PortUSB/UsbDeviceRequestType.cs b/Debug Library/PortUSB/UsbDeviceRequestType.cs similarity index 100% rename from source/Debug Library/PortUSB/UsbDeviceRequestType.cs rename to Debug Library/PortUSB/UsbDeviceRequestType.cs diff --git a/source/Debug Library/PortUSB/UsbPort.cs b/Debug Library/PortUSB/UsbPort.cs similarity index 100% rename from source/Debug Library/PortUSB/UsbPort.cs rename to Debug Library/PortUSB/UsbPort.cs diff --git a/source/Debug Library/Properties/AssemblyInfo.cs b/Debug Library/Properties/AssemblyInfo.cs similarity index 100% rename from source/Debug Library/Properties/AssemblyInfo.cs rename to Debug Library/Properties/AssemblyInfo.cs diff --git a/source/Debug Library/Runtime/ReflectionDefinition.cs b/Debug Library/Runtime/ReflectionDefinition.cs similarity index 100% rename from source/Debug Library/Runtime/ReflectionDefinition.cs rename to Debug Library/Runtime/ReflectionDefinition.cs diff --git a/source/Debug Library/Runtime/RunTimeValue.cs b/Debug Library/Runtime/RunTimeValue.cs similarity index 100% rename from source/Debug Library/Runtime/RunTimeValue.cs rename to Debug Library/Runtime/RunTimeValue.cs diff --git a/source/Debug Library/Runtime/RuntimeValue_Array.cs b/Debug Library/Runtime/RuntimeValue_Array.cs similarity index 100% rename from source/Debug Library/Runtime/RuntimeValue_Array.cs rename to Debug Library/Runtime/RuntimeValue_Array.cs diff --git a/source/Debug Library/Runtime/RuntimeValue_ByRef.cs b/Debug Library/Runtime/RuntimeValue_ByRef.cs similarity index 100% rename from source/Debug Library/Runtime/RuntimeValue_ByRef.cs rename to Debug Library/Runtime/RuntimeValue_ByRef.cs diff --git a/source/Debug Library/Runtime/RuntimeValue_Class.cs b/Debug Library/Runtime/RuntimeValue_Class.cs similarity index 100% rename from source/Debug Library/Runtime/RuntimeValue_Class.cs rename to Debug Library/Runtime/RuntimeValue_Class.cs diff --git a/source/Debug Library/Runtime/RuntimeValue_Indirect.cs b/Debug Library/Runtime/RuntimeValue_Indirect.cs similarity index 100% rename from source/Debug Library/Runtime/RuntimeValue_Indirect.cs rename to Debug Library/Runtime/RuntimeValue_Indirect.cs diff --git a/source/Debug Library/Runtime/RuntimeValue_Internal.cs b/Debug Library/Runtime/RuntimeValue_Internal.cs similarity index 100% rename from source/Debug Library/Runtime/RuntimeValue_Internal.cs rename to Debug Library/Runtime/RuntimeValue_Internal.cs diff --git a/source/Debug Library/Runtime/RuntimeValue_Object.cs b/Debug Library/Runtime/RuntimeValue_Object.cs similarity index 100% rename from source/Debug Library/Runtime/RuntimeValue_Object.cs rename to Debug Library/Runtime/RuntimeValue_Object.cs diff --git a/source/Debug Library/Runtime/RuntimeValue_Primitive.cs b/Debug Library/Runtime/RuntimeValue_Primitive.cs similarity index 100% rename from source/Debug Library/Runtime/RuntimeValue_Primitive.cs rename to Debug Library/Runtime/RuntimeValue_Primitive.cs diff --git a/source/Debug Library/Runtime/RuntimeValue_Reflection.cs b/Debug Library/Runtime/RuntimeValue_Reflection.cs similarity index 100% rename from source/Debug Library/Runtime/RuntimeValue_Reflection.cs rename to Debug Library/Runtime/RuntimeValue_Reflection.cs diff --git a/source/Debug Library/Runtime/RuntimeValue_String.cs b/Debug Library/Runtime/RuntimeValue_String.cs similarity index 100% rename from source/Debug Library/Runtime/RuntimeValue_String.cs rename to Debug Library/Runtime/RuntimeValue_String.cs diff --git a/source/Debug Library/Runtime/RuntimeValue_ValueType.cs b/Debug Library/Runtime/RuntimeValue_ValueType.cs similarity index 100% rename from source/Debug Library/Runtime/RuntimeValue_ValueType.cs rename to Debug Library/Runtime/RuntimeValue_ValueType.cs diff --git a/source/Debug Library/SRecordFile.cs b/Debug Library/SRecordFile.cs similarity index 100% rename from source/Debug Library/SRecordFile.cs rename to Debug Library/SRecordFile.cs diff --git a/source/Debug Library/SupportedUSBDevices/STM_Discovery4.cs b/Debug Library/SupportedUSBDevices/STM_Discovery4.cs similarity index 100% rename from source/Debug Library/SupportedUSBDevices/STM_Discovery4.cs rename to Debug Library/SupportedUSBDevices/STM_Discovery4.cs diff --git a/source/Debug Library/WireProtocol/Commands.cs b/Debug Library/WireProtocol/Commands.cs similarity index 100% rename from source/Debug Library/WireProtocol/Commands.cs rename to Debug Library/WireProtocol/Commands.cs diff --git a/source/Debug Library/WireProtocol/ConnectionSource.cs b/Debug Library/WireProtocol/ConnectionSource.cs similarity index 100% rename from source/Debug Library/WireProtocol/ConnectionSource.cs rename to Debug Library/WireProtocol/ConnectionSource.cs diff --git a/source/Debug Library/WireProtocol/Controller.cs b/Debug Library/WireProtocol/Controller.cs similarity index 100% rename from source/Debug Library/WireProtocol/Controller.cs rename to Debug Library/WireProtocol/Controller.cs diff --git a/source/Debug Library/WireProtocol/ControllerBase.cs b/Debug Library/WireProtocol/ControllerBase.cs similarity index 100% rename from source/Debug Library/WireProtocol/ControllerBase.cs rename to Debug Library/WireProtocol/ControllerBase.cs diff --git a/source/Debug Library/WireProtocol/Converter.cs b/Debug Library/WireProtocol/Converter.cs similarity index 100% rename from source/Debug Library/WireProtocol/Converter.cs rename to Debug Library/WireProtocol/Converter.cs diff --git a/source/Debug Library/WireProtocol/Engine.cs b/Debug Library/WireProtocol/Engine.cs similarity index 100% rename from source/Debug Library/WireProtocol/Engine.cs rename to Debug Library/WireProtocol/Engine.cs diff --git a/source/Debug Library/WireProtocol/FifoBuffer.cs b/Debug Library/WireProtocol/FifoBuffer.cs similarity index 100% rename from source/Debug Library/WireProtocol/FifoBuffer.cs rename to Debug Library/WireProtocol/FifoBuffer.cs diff --git a/source/Debug Library/WireProtocol/Flags.cs b/Debug Library/WireProtocol/Flags.cs similarity index 100% rename from source/Debug Library/WireProtocol/Flags.cs rename to Debug Library/WireProtocol/Flags.cs diff --git a/source/Debug Library/WireProtocol/IController.cs b/Debug Library/WireProtocol/IController.cs similarity index 100% rename from source/Debug Library/WireProtocol/IController.cs rename to Debug Library/WireProtocol/IController.cs diff --git a/source/Debug Library/WireProtocol/IControllerHost.cs b/Debug Library/WireProtocol/IControllerHost.cs similarity index 100% rename from source/Debug Library/WireProtocol/IControllerHost.cs rename to Debug Library/WireProtocol/IControllerHost.cs diff --git a/source/Debug Library/WireProtocol/IControllerHostLocal.cs b/Debug Library/WireProtocol/IControllerHostLocal.cs similarity index 100% rename from source/Debug Library/WireProtocol/IControllerHostLocal.cs rename to Debug Library/WireProtocol/IControllerHostLocal.cs diff --git a/source/Debug Library/WireProtocol/IControllerLocal.cs b/Debug Library/WireProtocol/IControllerLocal.cs similarity index 100% rename from source/Debug Library/WireProtocol/IControllerLocal.cs rename to Debug Library/WireProtocol/IControllerLocal.cs diff --git a/source/Debug Library/WireProtocol/IncomingMessage.cs b/Debug Library/WireProtocol/IncomingMessage.cs similarity index 100% rename from source/Debug Library/WireProtocol/IncomingMessage.cs rename to Debug Library/WireProtocol/IncomingMessage.cs diff --git a/source/Debug Library/WireProtocol/MessageBase.cs b/Debug Library/WireProtocol/MessageBase.cs similarity index 100% rename from source/Debug Library/WireProtocol/MessageBase.cs rename to Debug Library/WireProtocol/MessageBase.cs diff --git a/source/Debug Library/WireProtocol/MessageRaw.cs b/Debug Library/WireProtocol/MessageRaw.cs similarity index 100% rename from source/Debug Library/WireProtocol/MessageRaw.cs rename to Debug Library/WireProtocol/MessageRaw.cs diff --git a/source/Debug Library/WireProtocol/MessageReassembler.cs b/Debug Library/WireProtocol/MessageReassembler.cs similarity index 100% rename from source/Debug Library/WireProtocol/MessageReassembler.cs rename to Debug Library/WireProtocol/MessageReassembler.cs diff --git a/source/Debug Library/WireProtocol/OutgoingMessage.cs b/Debug Library/WireProtocol/OutgoingMessage.cs similarity index 100% rename from source/Debug Library/WireProtocol/OutgoingMessage.cs rename to Debug Library/WireProtocol/OutgoingMessage.cs diff --git a/source/Debug Library/WireProtocol/Packet.cs b/Debug Library/WireProtocol/Packet.cs similarity index 100% rename from source/Debug Library/WireProtocol/Packet.cs rename to Debug Library/WireProtocol/Packet.cs diff --git a/source/Debug Library/WireProtocol/PingConnectionType.cs b/Debug Library/WireProtocol/PingConnectionType.cs similarity index 100% rename from source/Debug Library/WireProtocol/PingConnectionType.cs rename to Debug Library/WireProtocol/PingConnectionType.cs diff --git a/source/Debug Library/WireProtocol/PortFilter.cs b/Debug Library/WireProtocol/PortFilter.cs similarity index 100% rename from source/Debug Library/WireProtocol/PortFilter.cs rename to Debug Library/WireProtocol/PortFilter.cs diff --git a/source/Debug Library/WireProtocol/PublicKeyIndex.cs b/Debug Library/WireProtocol/PublicKeyIndex.cs similarity index 100% rename from source/Debug Library/WireProtocol/PublicKeyIndex.cs rename to Debug Library/WireProtocol/PublicKeyIndex.cs diff --git a/source/Debug Library/WireProtocol/RebootOption.cs b/Debug Library/WireProtocol/RebootOption.cs similarity index 100% rename from source/Debug Library/WireProtocol/RebootOption.cs rename to Debug Library/WireProtocol/RebootOption.cs diff --git a/source/Debug Library/WireProtocol/RebootTime.cs b/Debug Library/WireProtocol/RebootTime.cs similarity index 100% rename from source/Debug Library/WireProtocol/RebootTime.cs rename to Debug Library/WireProtocol/RebootTime.cs diff --git a/source/Debug Library/WireProtocol/ReleaseInfo.cs b/Debug Library/WireProtocol/ReleaseInfo.cs similarity index 100% rename from source/Debug Library/WireProtocol/ReleaseInfo.cs rename to Debug Library/WireProtocol/ReleaseInfo.cs diff --git a/source/Debug Library/WireProtocol/Request.cs b/Debug Library/WireProtocol/Request.cs similarity index 100% rename from source/Debug Library/WireProtocol/Request.cs rename to Debug Library/WireProtocol/Request.cs diff --git a/source/Debug Library/WireProtocol/StringEventArgs.cs b/Debug Library/WireProtocol/StringEventArgs.cs similarity index 100% rename from source/Debug Library/WireProtocol/StringEventArgs.cs rename to Debug Library/WireProtocol/StringEventArgs.cs diff --git a/source/Debug Library/WireProtocol/ThreadStatus.cs b/Debug Library/WireProtocol/ThreadStatus.cs similarity index 100% rename from source/Debug Library/WireProtocol/ThreadStatus.cs rename to Debug Library/WireProtocol/ThreadStatus.cs diff --git a/source/Debug Library/WireProtocol/TransportType.cs b/Debug Library/WireProtocol/TransportType.cs similarity index 100% rename from source/Debug Library/WireProtocol/TransportType.cs rename to Debug Library/WireProtocol/TransportType.cs diff --git a/source/Debug Library/WireProtocol/TypeSysLookup.cs b/Debug Library/WireProtocol/TypeSysLookup.cs similarity index 100% rename from source/Debug Library/WireProtocol/TypeSysLookup.cs rename to Debug Library/WireProtocol/TypeSysLookup.cs diff --git a/source/Debug Library/WireProtocol/VersionStruct.cs b/Debug Library/WireProtocol/VersionStruct.cs similarity index 100% rename from source/Debug Library/WireProtocol/VersionStruct.cs rename to Debug Library/WireProtocol/VersionStruct.cs diff --git a/source/Debug Library/nanoFramework Debug Library.csproj b/Debug Library/nanoFramework Debug Library.csproj similarity index 100% rename from source/Debug Library/nanoFramework Debug Library.csproj rename to Debug Library/nanoFramework Debug Library.csproj diff --git a/source/Debug Library/project.json b/Debug Library/project.json similarity index 100% rename from source/Debug Library/project.json rename to Debug Library/project.json diff --git a/source/Serial Test App UWP/App.xaml b/Serial Test App UWP/App.xaml similarity index 100% rename from source/Serial Test App UWP/App.xaml rename to Serial Test App UWP/App.xaml diff --git a/source/Serial Test App UWP/App.xaml.cs b/Serial Test App UWP/App.xaml.cs similarity index 100% rename from source/Serial Test App UWP/App.xaml.cs rename to Serial Test App UWP/App.xaml.cs diff --git a/source/Serial Test App UWP/Assets/LockScreenLogo.scale-200.png b/Serial Test App UWP/Assets/LockScreenLogo.scale-200.png similarity index 100% rename from source/Serial Test App UWP/Assets/LockScreenLogo.scale-200.png rename to Serial Test App UWP/Assets/LockScreenLogo.scale-200.png diff --git a/source/Serial Test App UWP/Assets/SplashScreen.scale-200.png b/Serial Test App UWP/Assets/SplashScreen.scale-200.png similarity index 100% rename from source/Serial Test App UWP/Assets/SplashScreen.scale-200.png rename to Serial Test App UWP/Assets/SplashScreen.scale-200.png diff --git a/source/Serial Test App UWP/Assets/Square150x150Logo.scale-200.png b/Serial Test App UWP/Assets/Square150x150Logo.scale-200.png similarity index 100% rename from source/Serial Test App UWP/Assets/Square150x150Logo.scale-200.png rename to Serial Test App UWP/Assets/Square150x150Logo.scale-200.png diff --git a/source/Serial Test App UWP/Assets/Square44x44Logo.scale-200.png b/Serial Test App UWP/Assets/Square44x44Logo.scale-200.png similarity index 100% rename from source/Serial Test App UWP/Assets/Square44x44Logo.scale-200.png rename to Serial Test App UWP/Assets/Square44x44Logo.scale-200.png diff --git a/source/Serial Test App UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/Serial Test App UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png similarity index 100% rename from source/Serial Test App UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png rename to Serial Test App UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png diff --git a/source/Serial Test App UWP/Assets/StoreLogo.png b/Serial Test App UWP/Assets/StoreLogo.png similarity index 100% rename from source/Serial Test App UWP/Assets/StoreLogo.png rename to Serial Test App UWP/Assets/StoreLogo.png diff --git a/source/Serial Test App UWP/Assets/Wide310x150Logo.scale-200.png b/Serial Test App UWP/Assets/Wide310x150Logo.scale-200.png similarity index 100% rename from source/Serial Test App UWP/Assets/Wide310x150Logo.scale-200.png rename to Serial Test App UWP/Assets/Wide310x150Logo.scale-200.png diff --git a/source/Serial Test App UWP/MainPage.xaml b/Serial Test App UWP/MainPage.xaml similarity index 100% rename from source/Serial Test App UWP/MainPage.xaml rename to Serial Test App UWP/MainPage.xaml diff --git a/source/Serial Test App UWP/MainPage.xaml.cs b/Serial Test App UWP/MainPage.xaml.cs similarity index 100% rename from source/Serial Test App UWP/MainPage.xaml.cs rename to Serial Test App UWP/MainPage.xaml.cs diff --git a/source/Serial Test App UWP/Package.appxmanifest b/Serial Test App UWP/Package.appxmanifest similarity index 100% rename from source/Serial Test App UWP/Package.appxmanifest rename to Serial Test App UWP/Package.appxmanifest diff --git a/source/Serial Test App UWP/Properties/AssemblyInfo.cs b/Serial Test App UWP/Properties/AssemblyInfo.cs similarity index 100% rename from source/Serial Test App UWP/Properties/AssemblyInfo.cs rename to Serial Test App UWP/Properties/AssemblyInfo.cs diff --git a/source/Serial Test App UWP/Properties/Default.rd.xml b/Serial Test App UWP/Properties/Default.rd.xml similarity index 100% rename from source/Serial Test App UWP/Properties/Default.rd.xml rename to Serial Test App UWP/Properties/Default.rd.xml diff --git a/source/Serial Test App UWP/Serial Test App UWP.csproj b/Serial Test App UWP/Serial Test App UWP.csproj similarity index 100% rename from source/Serial Test App UWP/Serial Test App UWP.csproj rename to Serial Test App UWP/Serial Test App UWP.csproj diff --git a/source/Serial Test App UWP/mscorlib.pe b/Serial Test App UWP/mscorlib.pe similarity index 100% rename from source/Serial Test App UWP/mscorlib.pe rename to Serial Test App UWP/mscorlib.pe diff --git a/source/USB Debug Client/AssemblyInfo.cs b/USB Debug Client/AssemblyInfo.cs similarity index 100% rename from source/USB Debug Client/AssemblyInfo.cs rename to USB Debug Client/AssemblyInfo.cs diff --git a/source/USB Debug Client/EventHandlerForUsbDevice.cs b/USB Debug Client/EventHandlerForUsbDevice.cs similarity index 100% rename from source/USB Debug Client/EventHandlerForUsbDevice.cs rename to USB Debug Client/EventHandlerForUsbDevice.cs diff --git a/source/USB Debug Client/Exceptions/CouldntOpenNetMFDeviceException.cs b/USB Debug Client/Exceptions/CouldntOpenNetMFDeviceException.cs similarity index 100% rename from source/USB Debug Client/Exceptions/CouldntOpenNetMFDeviceException.cs rename to USB Debug Client/Exceptions/CouldntOpenNetMFDeviceException.cs diff --git a/source/USB Debug Client/Exceptions/DebugSessionAlreadyOpenException.cs b/USB Debug Client/Exceptions/DebugSessionAlreadyOpenException.cs similarity index 100% rename from source/USB Debug Client/Exceptions/DebugSessionAlreadyOpenException.cs rename to USB Debug Client/Exceptions/DebugSessionAlreadyOpenException.cs diff --git a/source/USB Debug Client/MFDevice/UsbDevice.cs b/USB Debug Client/MFDevice/UsbDevice.cs similarity index 100% rename from source/USB Debug Client/MFDevice/UsbDevice.cs rename to USB Debug Client/MFDevice/UsbDevice.cs diff --git a/source/USB Debug Client/NETMF USB Debug Client.csproj b/USB Debug Client/NETMF USB Debug Client.csproj similarity index 100% rename from source/USB Debug Client/NETMF USB Debug Client.csproj rename to USB Debug Client/NETMF USB Debug Client.csproj diff --git a/source/USB Debug Client/Properties/AssemblyInfo.cs b/USB Debug Client/Properties/AssemblyInfo.cs similarity index 100% rename from source/USB Debug Client/Properties/AssemblyInfo.cs rename to USB Debug Client/Properties/AssemblyInfo.cs diff --git a/source/USB Debug Client/SupportedDevices/StDiscovery4.cs b/USB Debug Client/SupportedDevices/StDiscovery4.cs similarity index 100% rename from source/USB Debug Client/SupportedDevices/StDiscovery4.cs rename to USB Debug Client/SupportedDevices/StDiscovery4.cs diff --git a/source/USB Debug Client/USB/UsbDeviceInformation.cs b/USB Debug Client/USB/UsbDeviceInformation.cs similarity index 100% rename from source/USB Debug Client/USB/UsbDeviceInformation.cs rename to USB Debug Client/USB/UsbDeviceInformation.cs diff --git a/source/USB Debug Client/USB/UsbDeviceProperties.cs b/USB Debug Client/USB/UsbDeviceProperties.cs similarity index 100% rename from source/USB Debug Client/USB/UsbDeviceProperties.cs rename to USB Debug Client/USB/UsbDeviceProperties.cs diff --git a/source/USB Debug Client/USB/UsbDeviceRequestType.cs b/USB Debug Client/USB/UsbDeviceRequestType.cs similarity index 100% rename from source/USB Debug Client/USB/UsbDeviceRequestType.cs rename to USB Debug Client/USB/UsbDeviceRequestType.cs diff --git a/source/USB Debug Client/UsbDebugClient.cs b/USB Debug Client/UsbDebugClient.cs similarity index 100% rename from source/USB Debug Client/UsbDebugClient.cs rename to USB Debug Client/UsbDebugClient.cs diff --git a/source/USB Debug Client/project.json b/USB Debug Client/project.json similarity index 100% rename from source/USB Debug Client/project.json rename to USB Debug Client/project.json diff --git a/source/USB Test App UWP/App.xaml b/USB Test App UWP/App.xaml similarity index 100% rename from source/USB Test App UWP/App.xaml rename to USB Test App UWP/App.xaml diff --git a/source/USB Test App UWP/App.xaml.cs b/USB Test App UWP/App.xaml.cs similarity index 100% rename from source/USB Test App UWP/App.xaml.cs rename to USB Test App UWP/App.xaml.cs diff --git a/source/USB Test App UWP/Assets/LockScreenLogo.scale-200.png b/USB Test App UWP/Assets/LockScreenLogo.scale-200.png similarity index 100% rename from source/USB Test App UWP/Assets/LockScreenLogo.scale-200.png rename to USB Test App UWP/Assets/LockScreenLogo.scale-200.png diff --git a/source/USB Test App UWP/Assets/SplashScreen.scale-200.png b/USB Test App UWP/Assets/SplashScreen.scale-200.png similarity index 100% rename from source/USB Test App UWP/Assets/SplashScreen.scale-200.png rename to USB Test App UWP/Assets/SplashScreen.scale-200.png diff --git a/source/USB Test App UWP/Assets/Square150x150Logo.scale-200.png b/USB Test App UWP/Assets/Square150x150Logo.scale-200.png similarity index 100% rename from source/USB Test App UWP/Assets/Square150x150Logo.scale-200.png rename to USB Test App UWP/Assets/Square150x150Logo.scale-200.png diff --git a/source/USB Test App UWP/Assets/Square44x44Logo.scale-200.png b/USB Test App UWP/Assets/Square44x44Logo.scale-200.png similarity index 100% rename from source/USB Test App UWP/Assets/Square44x44Logo.scale-200.png rename to USB Test App UWP/Assets/Square44x44Logo.scale-200.png diff --git a/source/USB Test App UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/USB Test App UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png similarity index 100% rename from source/USB Test App UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png rename to USB Test App UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png diff --git a/source/USB Test App UWP/Assets/StoreLogo.png b/USB Test App UWP/Assets/StoreLogo.png similarity index 100% rename from source/USB Test App UWP/Assets/StoreLogo.png rename to USB Test App UWP/Assets/StoreLogo.png diff --git a/source/USB Test App UWP/Assets/Wide310x150Logo.scale-200.png b/USB Test App UWP/Assets/Wide310x150Logo.scale-200.png similarity index 100% rename from source/USB Test App UWP/Assets/Wide310x150Logo.scale-200.png rename to USB Test App UWP/Assets/Wide310x150Logo.scale-200.png diff --git a/source/USB Test App UWP/MainPage.xaml b/USB Test App UWP/MainPage.xaml similarity index 100% rename from source/USB Test App UWP/MainPage.xaml rename to USB Test App UWP/MainPage.xaml diff --git a/source/USB Test App UWP/MainPage.xaml.cs b/USB Test App UWP/MainPage.xaml.cs similarity index 100% rename from source/USB Test App UWP/MainPage.xaml.cs rename to USB Test App UWP/MainPage.xaml.cs diff --git a/source/USB Test App UWP/Package.appxmanifest b/USB Test App UWP/Package.appxmanifest similarity index 100% rename from source/USB Test App UWP/Package.appxmanifest rename to USB Test App UWP/Package.appxmanifest diff --git a/source/USB Test App UWP/Properties/AssemblyInfo.cs b/USB Test App UWP/Properties/AssemblyInfo.cs similarity index 100% rename from source/USB Test App UWP/Properties/AssemblyInfo.cs rename to USB Test App UWP/Properties/AssemblyInfo.cs diff --git a/source/USB Test App UWP/Properties/Default.rd.xml b/USB Test App UWP/Properties/Default.rd.xml similarity index 100% rename from source/USB Test App UWP/Properties/Default.rd.xml rename to USB Test App UWP/Properties/Default.rd.xml diff --git a/source/USB Test App UWP/USB Test App UWP.csproj b/USB Test App UWP/USB Test App UWP.csproj similarity index 100% rename from source/USB Test App UWP/USB Test App UWP.csproj rename to USB Test App UWP/USB Test App UWP.csproj diff --git a/source/USB Test App WPF/App.config b/USB Test App WPF/App.config similarity index 100% rename from source/USB Test App WPF/App.config rename to USB Test App WPF/App.config diff --git a/source/USB Test App WPF/App.xaml b/USB Test App WPF/App.xaml similarity index 100% rename from source/USB Test App WPF/App.xaml rename to USB Test App WPF/App.xaml diff --git a/source/USB Test App WPF/App.xaml.cs b/USB Test App WPF/App.xaml.cs similarity index 100% rename from source/USB Test App WPF/App.xaml.cs rename to USB Test App WPF/App.xaml.cs diff --git a/source/USB Test App WPF/FodyWeavers.xml b/USB Test App WPF/FodyWeavers.xml similarity index 100% rename from source/USB Test App WPF/FodyWeavers.xml rename to USB Test App WPF/FodyWeavers.xml diff --git a/source/USB Test App WPF/FodyWeavers.xsd b/USB Test App WPF/FodyWeavers.xsd similarity index 100% rename from source/USB Test App WPF/FodyWeavers.xsd rename to USB Test App WPF/FodyWeavers.xsd diff --git a/source/USB Test App WPF/MainWindow.xaml b/USB Test App WPF/MainWindow.xaml similarity index 100% rename from source/USB Test App WPF/MainWindow.xaml rename to USB Test App WPF/MainWindow.xaml diff --git a/source/USB Test App WPF/MainWindow.xaml.cs b/USB Test App WPF/MainWindow.xaml.cs similarity index 100% rename from source/USB Test App WPF/MainWindow.xaml.cs rename to USB Test App WPF/MainWindow.xaml.cs diff --git a/source/USB Test App WPF/Properties/AssemblyInfo.cs b/USB Test App WPF/Properties/AssemblyInfo.cs similarity index 100% rename from source/USB Test App WPF/Properties/AssemblyInfo.cs rename to USB Test App WPF/Properties/AssemblyInfo.cs diff --git a/source/USB Test App WPF/Properties/Resources.Designer.cs b/USB Test App WPF/Properties/Resources.Designer.cs similarity index 100% rename from source/USB Test App WPF/Properties/Resources.Designer.cs rename to USB Test App WPF/Properties/Resources.Designer.cs diff --git a/source/USB Test App WPF/Properties/Resources.resx b/USB Test App WPF/Properties/Resources.resx similarity index 100% rename from source/USB Test App WPF/Properties/Resources.resx rename to USB Test App WPF/Properties/Resources.resx diff --git a/source/USB Test App WPF/Properties/Settings.Designer.cs b/USB Test App WPF/Properties/Settings.Designer.cs similarity index 100% rename from source/USB Test App WPF/Properties/Settings.Designer.cs rename to USB Test App WPF/Properties/Settings.Designer.cs diff --git a/source/USB Test App WPF/Properties/Settings.settings b/USB Test App WPF/Properties/Settings.settings similarity index 100% rename from source/USB Test App WPF/Properties/Settings.settings rename to USB Test App WPF/Properties/Settings.settings diff --git a/source/USB Test App WPF/Serial Test App WPF.csproj b/USB Test App WPF/Serial Test App WPF.csproj similarity index 100% rename from source/USB Test App WPF/Serial Test App WPF.csproj rename to USB Test App WPF/Serial Test App WPF.csproj diff --git a/source/USB Test App WPF/Serial Test App WPF.nugetreferenceswitcher b/USB Test App WPF/Serial Test App WPF.nugetreferenceswitcher similarity index 100% rename from source/USB Test App WPF/Serial Test App WPF.nugetreferenceswitcher rename to USB Test App WPF/Serial Test App WPF.nugetreferenceswitcher diff --git a/source/USB Test App WPF/Serial Test App WPF.previous.nugetreferenceswitcher b/USB Test App WPF/Serial Test App WPF.previous.nugetreferenceswitcher similarity index 100% rename from source/USB Test App WPF/Serial Test App WPF.previous.nugetreferenceswitcher rename to USB Test App WPF/Serial Test App WPF.previous.nugetreferenceswitcher diff --git a/source/USB Test App WPF/Services/NanoFrameworkService/INFDebugClientBaseService.cs b/USB Test App WPF/Services/NanoFrameworkService/INFDebugClientBaseService.cs similarity index 100% rename from source/USB Test App WPF/Services/NanoFrameworkService/INFDebugClientBaseService.cs rename to USB Test App WPF/Services/NanoFrameworkService/INFDebugClientBaseService.cs diff --git a/source/USB Test App WPF/Services/NanoFrameworkService/INFSerialDebugClientService.cs b/USB Test App WPF/Services/NanoFrameworkService/INFSerialDebugClientService.cs similarity index 100% rename from source/USB Test App WPF/Services/NanoFrameworkService/INFSerialDebugClientService.cs rename to USB Test App WPF/Services/NanoFrameworkService/INFSerialDebugClientService.cs diff --git a/source/USB Test App WPF/Services/NanoFrameworkService/NFSerialDebugClientService.cs b/USB Test App WPF/Services/NanoFrameworkService/NFSerialDebugClientService.cs similarity index 100% rename from source/USB Test App WPF/Services/NanoFrameworkService/NFSerialDebugClientService.cs rename to USB Test App WPF/Services/NanoFrameworkService/NFSerialDebugClientService.cs diff --git a/source/USB Test App WPF/ViewModel/MainViewModel.cs b/USB Test App WPF/ViewModel/MainViewModel.cs similarity index 100% rename from source/USB Test App WPF/ViewModel/MainViewModel.cs rename to USB Test App WPF/ViewModel/MainViewModel.cs diff --git a/source/USB Test App WPF/ViewModel/ViewModelLocator.cs b/USB Test App WPF/ViewModel/ViewModelLocator.cs similarity index 100% rename from source/USB Test App WPF/ViewModel/ViewModelLocator.cs rename to USB Test App WPF/ViewModel/ViewModelLocator.cs diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 259ffc6..9222079 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ pool: variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - solution: '**/source/*.sln' + solution: '**/nanoFramework.Tools.Debugger.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' @@ -93,8 +93,6 @@ steps: git -c http.extraheader="AUTHORIZATION: $auth" fetch --progress origin git checkout develop - - cd source nbgv prepare-release @@ -176,14 +174,14 @@ steps: displayName: Pack .NET NuGet package inputs: command: 'custom' - arguments: 'pack source\nanoFramework.Tools.DebugLibrary.Net\nanoFramework.Tools.DebugLibrary.Net.nuspec -Version $(MY_NUGET_VERSION) -properties commit="$(Build.SourceVersion)"' + arguments: 'pack nanoFramework.Tools.DebugLibrary.Net\nanoFramework.Tools.DebugLibrary.Net.nuspec -Version $(MY_NUGET_VERSION) -properties commit="$(Build.SourceVersion)"' - task: NuGetCommand@2 condition: and( succeeded(), ne( variables['StartReleaseCandidate'], true ) ) displayName: Pack UWP NuGet package inputs: command: 'custom' - arguments: 'pack source\nanoFramework.Tools.DebugLibrary.UWP\nanoFramework.Tools.DebugLibrary.UWP.nuspec -Version $(MY_NUGET_VERSION) -properties commit="$(Build.SourceVersion)"' + arguments: 'pack nanoFramework.Tools.DebugLibrary.UWP\nanoFramework.Tools.DebugLibrary.UWP.nuspec -Version $(MY_NUGET_VERSION) -properties commit="$(Build.SourceVersion)"' # we don't have tests (yet) # - task: VSTest@2 diff --git a/azure-pipelines/update-dependencies.ps1 b/azure-pipelines/update-dependencies.ps1 index 327800f..14aea2f 100644 --- a/azure-pipelines/update-dependencies.ps1 +++ b/azure-pipelines/update-dependencies.ps1 @@ -32,9 +32,6 @@ git config --global core.autocrlf true Write-Host "Checkout develop branch..." git checkout --quiet develop | Out-Null -# move to source directory -Set-Location source | Out-Null - #################### # VS 2017 diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/BinaryFormatter.cs b/nanoFramework.Tools.DebugLibrary.Net/BinaryFormatter.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/BinaryFormatter.cs rename to nanoFramework.Tools.DebugLibrary.Net/BinaryFormatter.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/FodyWeavers.xml b/nanoFramework.Tools.DebugLibrary.Net/FodyWeavers.xml similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/FodyWeavers.xml rename to nanoFramework.Tools.DebugLibrary.Net/FodyWeavers.xml diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/FodyWeavers.xsd b/nanoFramework.Tools.DebugLibrary.Net/FodyWeavers.xsd similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/FodyWeavers.xsd rename to nanoFramework.Tools.DebugLibrary.Net/FodyWeavers.xsd diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/PortDefinitions/PortBase.cs b/nanoFramework.Tools.DebugLibrary.Net/PortDefinitions/PortBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/PortDefinitions/PortBase.cs rename to nanoFramework.Tools.DebugLibrary.Net/PortDefinitions/PortBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/PortSerial/SerialPort.cs b/nanoFramework.Tools.DebugLibrary.Net/PortSerial/SerialPort.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/PortSerial/SerialPort.cs rename to nanoFramework.Tools.DebugLibrary.Net/PortSerial/SerialPort.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/PortUsb/EventHandlerForUsbDevice.cs b/nanoFramework.Tools.DebugLibrary.Net/PortUsb/EventHandlerForUsbDevice.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/PortUsb/EventHandlerForUsbDevice.cs rename to nanoFramework.Tools.DebugLibrary.Net/PortUsb/EventHandlerForUsbDevice.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/Properties/AssemblyInfo.cs b/nanoFramework.Tools.DebugLibrary.Net/Properties/AssemblyInfo.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/Properties/AssemblyInfo.cs rename to nanoFramework.Tools.DebugLibrary.Net/Properties/AssemblyInfo.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/app.config b/nanoFramework.Tools.DebugLibrary.Net/app.config similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/app.config rename to nanoFramework.Tools.DebugLibrary.Net/app.config diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/key.snk b/nanoFramework.Tools.DebugLibrary.Net/key.snk similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/key.snk rename to nanoFramework.Tools.DebugLibrary.Net/key.snk diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj b/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj rename to nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.nuspec b/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.nuspec similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.nuspec rename to nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.nuspec diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/packages.lock.json b/nanoFramework.Tools.DebugLibrary.Net/packages.lock.json similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Net/packages.lock.json rename to nanoFramework.Tools.DebugLibrary.Net/packages.lock.json diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/BitStream.cs b/nanoFramework.Tools.DebugLibrary.Shared/BitStream.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/BitStream.cs rename to nanoFramework.Tools.DebugLibrary.Shared/BitStream.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/CLRCapabilities.cs b/nanoFramework.Tools.DebugLibrary.Shared/CLRCapabilities.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/CLRCapabilities.cs rename to nanoFramework.Tools.DebugLibrary.Shared/CLRCapabilities.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/CRC32.cs b/nanoFramework.Tools.DebugLibrary.Shared/CRC32.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/CRC32.cs rename to nanoFramework.Tools.DebugLibrary.Shared/CRC32.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Esp32.TargetCapabilities.cs b/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Esp32.TargetCapabilities.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Esp32.TargetCapabilities.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Esp32.TargetCapabilities.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Nxp.TargetCapabilities.cs b/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Nxp.TargetCapabilities.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Nxp.TargetCapabilities.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Nxp.TargetCapabilities.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Stm32.TargetCapabilities.cs b/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Stm32.TargetCapabilities.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Stm32.TargetCapabilities.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Capabilities/Stm32.TargetCapabilities.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/TICC32xx.TargetCapabilities.cs b/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/TICC32xx.TargetCapabilities.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Capabilities/TICC32xx.TargetCapabilities.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Capabilities/TICC32xx.TargetCapabilities.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DebuggerEventSource.cs b/nanoFramework.Tools.DebugLibrary.Shared/DebuggerEventSource.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DebuggerEventSource.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DebuggerEventSource.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfiguration.cs b/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfiguration.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfiguration.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfiguration.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfigurationBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfigurationBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfigurationBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfigurationBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfigurationOption.cs b/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfigurationOption.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfigurationOption.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfigurationOption.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/NetworkConfigurationBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/NetworkConfigurationBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/NetworkConfigurationBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/NetworkConfigurationBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/NetworkConfigurationPropertiesBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/NetworkConfigurationPropertiesBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/NetworkConfigurationPropertiesBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/NetworkConfigurationPropertiesBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/Wireless80211Base.cs b/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/Wireless80211Base.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/Wireless80211Base.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/Wireless80211Base.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/Wireless80211ConfigurationPropertiesBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/Wireless80211ConfigurationPropertiesBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/Wireless80211ConfigurationPropertiesBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/Wireless80211ConfigurationPropertiesBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/WirelessAPBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/WirelessAPBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/WirelessAPBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/WirelessAPBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/WirelessAPConfigurationPropertiesBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/WirelessAPConfigurationPropertiesBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/WirelessAPConfigurationPropertiesBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/WirelessAPConfigurationPropertiesBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/X509CaRootBundleBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/X509CaRootBundleBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/X509CaRootBundleBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/X509CaRootBundleBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/X509CaRootBundlePropertiesBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/X509CaRootBundlePropertiesBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/X509CaRootBundlePropertiesBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/X509CaRootBundlePropertiesBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/EndPoint.cs b/nanoFramework.Tools.DebugLibrary.Shared/EndPoint.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/EndPoint.cs rename to nanoFramework.Tools.DebugLibrary.Shared/EndPoint.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/CouldntOpenNanoFrameworkDeviceException.cs b/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/CouldntOpenNanoFrameworkDeviceException.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/CouldntOpenNanoFrameworkDeviceException.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Exceptions/CouldntOpenNanoFrameworkDeviceException.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/DebugSessionAlreadyOpenException.cs b/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/DebugSessionAlreadyOpenException.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/DebugSessionAlreadyOpenException.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Exceptions/DebugSessionAlreadyOpenException.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/DeviceNotConnectedException.cs b/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/DeviceNotConnectedException.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/DeviceNotConnectedException.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Exceptions/DeviceNotConnectedException.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoBooterConnectionFailureException.cs b/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoBooterConnectionFailureException.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoBooterConnectionFailureException.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoBooterConnectionFailureException.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoFrameworkDeviceNoResponseException.cs b/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoFrameworkDeviceNoResponseException.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoFrameworkDeviceNoResponseException.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoFrameworkDeviceNoResponseException.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoUserExitException.cs b/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoUserExitException.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoUserExitException.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Exceptions/NanoUserExitException.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/RemotedException.cs b/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/RemotedException.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Exceptions/RemotedException.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Exceptions/RemotedException.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/CancellationTokenExtensions.cs b/nanoFramework.Tools.DebugLibrary.Shared/Extensions/CancellationTokenExtensions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/CancellationTokenExtensions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Extensions/CancellationTokenExtensions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DebuggerExtensions.cs b/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DebuggerExtensions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DebuggerExtensions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Extensions/DebuggerExtensions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeploymentSectorExtensions.cs b/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeploymentSectorExtensions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeploymentSectorExtensions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeploymentSectorExtensions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeviceConfigurationExtensions.cs b/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeviceConfigurationExtensions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeviceConfigurationExtensions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeviceConfigurationExtensions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeviceInformationExtensions.cs b/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeviceInformationExtensions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeviceInformationExtensions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Extensions/DeviceInformationExtensions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/FlashSectorDataExtensions.cs b/nanoFramework.Tools.DebugLibrary.Shared/Extensions/FlashSectorDataExtensions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/FlashSectorDataExtensions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Extensions/FlashSectorDataExtensions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/IncomingMessageExtensions.cs b/nanoFramework.Tools.DebugLibrary.Shared/Extensions/IncomingMessageExtensions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/IncomingMessageExtensions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Extensions/IncomingMessageExtensions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/MonitorFlashSectorMapExtensions.cs b/nanoFramework.Tools.DebugLibrary.Shared/Extensions/MonitorFlashSectorMapExtensions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/MonitorFlashSectorMapExtensions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Extensions/MonitorFlashSectorMapExtensions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/OutputExtensions.cs b/nanoFramework.Tools.DebugLibrary.Shared/Extensions/OutputExtensions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/OutputExtensions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Extensions/OutputExtensions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/TaskExtensions.cs b/nanoFramework.Tools.DebugLibrary.Shared/Extensions/TaskExtensions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/TaskExtensions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Extensions/TaskExtensions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/TypeExtensions.cs b/nanoFramework.Tools.DebugLibrary.Shared/Extensions/TypeExtensions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Extensions/TypeExtensions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Extensions/TypeExtensions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/AppDomainInfo.cs b/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/AppDomainInfo.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/AppDomainInfo.cs rename to nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/AppDomainInfo.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/AssemblyInfoFromResolveAssembly.cs b/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/AssemblyInfoFromResolveAssembly.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/AssemblyInfoFromResolveAssembly.cs rename to nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/AssemblyInfoFromResolveAssembly.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/EraseOptions.cs b/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/EraseOptions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/EraseOptions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/EraseOptions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/IAppDomainInfo.cs b/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/IAppDomainInfo.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/IAppDomainInfo.cs rename to nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/IAppDomainInfo.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/IAssemblyInfo.cs b/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/IAssemblyInfo.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/IAssemblyInfo.cs rename to nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/IAssemblyInfo.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/INanoFrameworkDeviceInfo.cs b/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/INanoFrameworkDeviceInfo.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/INanoFrameworkDeviceInfo.cs rename to nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/INanoFrameworkDeviceInfo.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/NanoFrameworkDeviceInfo.cs b/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/NanoFrameworkDeviceInfo.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/NanoFrameworkDeviceInfo.cs rename to nanoFramework.Tools.DebugLibrary.Shared/MFDeployTool/NanoFrameworkDeviceInfo.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Message.cs b/nanoFramework.Tools.DebugLibrary.Shared/Message.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Message.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Message.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/MessageCall.cs b/nanoFramework.Tools.DebugLibrary.Shared/MessageCall.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/MessageCall.cs rename to nanoFramework.Tools.DebugLibrary.Shared/MessageCall.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/INanoDevice.cs b/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/INanoDevice.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/INanoDevice.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NFDevice/INanoDevice.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoDevice.cs b/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoDevice.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoDevice.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoDevice.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoDeviceBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoDeviceBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoDeviceBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoDeviceBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoSerialDevice.cs b/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoSerialDevice.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoSerialDevice.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoSerialDevice.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoUsbDevice.cs b/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoUsbDevice.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoUsbDevice.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NFDevice/NanoUsbDevice.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/ProgressReport.cs b/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/ProgressReport.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/ProgressReport.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NFDevice/ProgressReport.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/SrecParseResult.cs b/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/SrecParseResult.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NFDevice/SrecParseResult.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NFDevice/SrecParseResult.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NanoDevicesEventSource.cs b/nanoFramework.Tools.DebugLibrary.Shared/NanoDevicesEventSource.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NanoDevicesEventSource.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NanoDevicesEventSource.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/AddressMode.cs b/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/AddressMode.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/AddressMode.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/AddressMode.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/AuthenticationType.cs b/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/AuthenticationType.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/AuthenticationType.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/AuthenticationType.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/EncryptionType.cs b/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/EncryptionType.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/EncryptionType.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/EncryptionType.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/NetworkInterfaceType.cs b/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/NetworkInterfaceType.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/NetworkInterfaceType.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/NetworkInterfaceType.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/RadioType.cs b/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/RadioType.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/RadioType.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/RadioType.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/Wireless80211_ConfigurationOptions.cs b/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/Wireless80211_ConfigurationOptions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/Wireless80211_ConfigurationOptions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/Wireless80211_ConfigurationOptions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/WirelessAP_ConfigurationOptions.cs b/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/WirelessAP_ConfigurationOptions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/WirelessAP_ConfigurationOptions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/NetworkInformation/WirelessAP_ConfigurationOptions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/IPort.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/IPort.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/IPort.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/IPort.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/PortBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/PortBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/PortBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/PortBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/PortMessageBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/PortMessageBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/PortMessageBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortDefinitions/PortMessageBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialDeviceInformation.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialDeviceInformation.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialDeviceInformation.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialDeviceInformation.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialDeviceProperties.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialDeviceProperties.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialDeviceProperties.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialDeviceProperties.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialPort.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialPort.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialPort.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialPort.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialPortManager.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialPortManager.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialPortManager.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortSerial/SerialPortManager.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/EventHandlerForUsbDevice.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/EventHandlerForUsbDevice.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/EventHandlerForUsbDevice.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortUSB/EventHandlerForUsbDevice.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceInformation.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceInformation.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceInformation.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceInformation.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceProperties.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceProperties.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceProperties.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceProperties.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceRequestType.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceRequestType.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceRequestType.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbDeviceRequestType.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbPort.cs b/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbPort.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbPort.cs rename to nanoFramework.Tools.DebugLibrary.Shared/PortUSB/UsbPort.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/ReflectionDefinition.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/ReflectionDefinition.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/ReflectionDefinition.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/ReflectionDefinition.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RunTimeValue.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RunTimeValue.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RunTimeValue.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/RunTimeValue.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Array.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Array.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Array.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Array.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_ByRef.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_ByRef.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_ByRef.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_ByRef.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Class.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Class.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Class.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Class.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Indirect.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Indirect.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Indirect.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Indirect.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Internal.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Internal.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Internal.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Internal.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Object.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Object.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Object.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Object.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Primitive.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Primitive.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Primitive.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Primitive.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Reflection.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Reflection.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Reflection.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_Reflection.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_String.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_String.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_String.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_String.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_ValueType.cs b/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_ValueType.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_ValueType.cs rename to nanoFramework.Tools.DebugLibrary.Shared/Runtime/RuntimeValue_ValueType.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/SRecordFile.cs b/nanoFramework.Tools.DebugLibrary.Shared/SRecordFile.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/SRecordFile.cs rename to nanoFramework.Tools.DebugLibrary.Shared/SRecordFile.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/SupportedUSBDevices/STM_Discovery4.cs b/nanoFramework.Tools.DebugLibrary.Shared/SupportedUSBDevices/STM_Discovery4.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/SupportedUSBDevices/STM_Discovery4.cs rename to nanoFramework.Tools.DebugLibrary.Shared/SupportedUSBDevices/STM_Discovery4.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Commands.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Commands.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Commands.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Commands.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ConnectionSource.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ConnectionSource.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ConnectionSource.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ConnectionSource.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Controller.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Controller.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Controller.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Controller.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ControllerBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ControllerBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ControllerBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ControllerBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Converter.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Converter.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Converter.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Converter.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/DeploymentBlock.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/DeploymentBlock.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/DeploymentBlock.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/DeploymentBlock.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/DeploymentSector.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/DeploymentSector.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/DeploymentSector.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/DeploymentSector.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Engine.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Engine.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Engine.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Engine.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/EngineState.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/EngineState.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/EngineState.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/EngineState.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/FifoBuffer.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/FifoBuffer.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/FifoBuffer.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/FifoBuffer.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Flags.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Flags.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Flags.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Flags.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IController.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IController.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IController.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IController.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerHost.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerHost.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerHost.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerHost.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerHostLocal.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerHostLocal.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerHostLocal.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerHostLocal.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerLocal.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerLocal.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerLocal.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerLocal.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerRemote.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerRemote.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerRemote.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IControllerRemote.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IncomingMessage.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IncomingMessage.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IncomingMessage.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/IncomingMessage.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageBase.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageBase.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageRaw.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageRaw.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageRaw.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageRaw.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageReassembler.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageReassembler.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageReassembler.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/MessageReassembler.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/OutgoingMessage.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/OutgoingMessage.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/OutgoingMessage.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/OutgoingMessage.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Packet.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Packet.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Packet.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/Packet.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PingConnectionType.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PingConnectionType.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PingConnectionType.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PingConnectionType.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PortFilter.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PortFilter.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PortFilter.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PortFilter.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PublicKeyIndex.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PublicKeyIndex.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PublicKeyIndex.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/PublicKeyIndex.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/RebootOptions.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/RebootOptions.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/RebootOptions.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/RebootOptions.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ReleaseInfo.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ReleaseInfo.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ReleaseInfo.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ReleaseInfo.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/StringEventArgs.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/StringEventArgs.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/StringEventArgs.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/StringEventArgs.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ThreadStatus.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ThreadStatus.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ThreadStatus.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/ThreadStatus.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/TransportType.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/TransportType.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/TransportType.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/TransportType.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/TypeSysLookup.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/TypeSysLookup.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/TypeSysLookup.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/TypeSysLookup.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/VersionStruct.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/VersionStruct.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/VersionStruct.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/VersionStruct.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/WireProtocolRequest.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/WireProtocolRequest.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/WireProtocolRequest.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/WireProtocolRequest.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/WireProtocolRequestsStore.cs b/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/WireProtocolRequestsStore.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/WireProtocolRequestsStore.cs rename to nanoFramework.Tools.DebugLibrary.Shared/WireProtocol/WireProtocolRequestsStore.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/nanoFramework.Tools.DebugLibrary.Net.projitems b/nanoFramework.Tools.DebugLibrary.Shared/nanoFramework.Tools.DebugLibrary.Net.projitems similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/nanoFramework.Tools.DebugLibrary.Net.projitems rename to nanoFramework.Tools.DebugLibrary.Shared/nanoFramework.Tools.DebugLibrary.Net.projitems diff --git a/source/nanoFramework.Tools.DebugLibrary.Shared/nanoFramework.Tools.DebugLibrary.Shared.shproj b/nanoFramework.Tools.DebugLibrary.Shared/nanoFramework.Tools.DebugLibrary.Shared.shproj similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.Shared/nanoFramework.Tools.DebugLibrary.Shared.shproj rename to nanoFramework.Tools.DebugLibrary.Shared/nanoFramework.Tools.DebugLibrary.Shared.shproj diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/ApplicationException.cs b/nanoFramework.Tools.DebugLibrary.UWP/ApplicationException.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/ApplicationException.cs rename to nanoFramework.Tools.DebugLibrary.UWP/ApplicationException.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/BinaryFormatter.cs b/nanoFramework.Tools.DebugLibrary.UWP/BinaryFormatter.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/BinaryFormatter.cs rename to nanoFramework.Tools.DebugLibrary.UWP/BinaryFormatter.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/FodyWeavers.xml b/nanoFramework.Tools.DebugLibrary.UWP/FodyWeavers.xml similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/FodyWeavers.xml rename to nanoFramework.Tools.DebugLibrary.UWP/FodyWeavers.xml diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/FodyWeavers.xsd b/nanoFramework.Tools.DebugLibrary.UWP/FodyWeavers.xsd similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/FodyWeavers.xsd rename to nanoFramework.Tools.DebugLibrary.UWP/FodyWeavers.xsd diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/PortDefinitions/PortBase.cs b/nanoFramework.Tools.DebugLibrary.UWP/PortDefinitions/PortBase.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/PortDefinitions/PortBase.cs rename to nanoFramework.Tools.DebugLibrary.UWP/PortDefinitions/PortBase.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/PortSerial/SerialPortManager.cs b/nanoFramework.Tools.DebugLibrary.UWP/PortSerial/SerialPortManager.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/PortSerial/SerialPortManager.cs rename to nanoFramework.Tools.DebugLibrary.UWP/PortSerial/SerialPortManager.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/PortUsb/EventHandlerForUsbDevice.cs b/nanoFramework.Tools.DebugLibrary.UWP/PortUsb/EventHandlerForUsbDevice.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/PortUsb/EventHandlerForUsbDevice.cs rename to nanoFramework.Tools.DebugLibrary.UWP/PortUsb/EventHandlerForUsbDevice.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/Properties/AssemblyInfo.cs b/nanoFramework.Tools.DebugLibrary.UWP/Properties/AssemblyInfo.cs similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/Properties/AssemblyInfo.cs rename to nanoFramework.Tools.DebugLibrary.UWP/Properties/AssemblyInfo.cs diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/Properties/nanoFramework.Tools.DebugLibrary.UWP.rd.xml b/nanoFramework.Tools.DebugLibrary.UWP/Properties/nanoFramework.Tools.DebugLibrary.UWP.rd.xml similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/Properties/nanoFramework.Tools.DebugLibrary.UWP.rd.xml rename to nanoFramework.Tools.DebugLibrary.UWP/Properties/nanoFramework.Tools.DebugLibrary.UWP.rd.xml diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/key.snk b/nanoFramework.Tools.DebugLibrary.UWP/key.snk similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/key.snk rename to nanoFramework.Tools.DebugLibrary.UWP/key.snk diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.csproj b/nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.csproj similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.csproj rename to nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.csproj diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.nuspec b/nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.nuspec similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.nuspec rename to nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.nuspec diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/packages.lock.json b/nanoFramework.Tools.DebugLibrary.UWP/packages.lock.json similarity index 100% rename from source/nanoFramework.Tools.DebugLibrary.UWP/packages.lock.json rename to nanoFramework.Tools.DebugLibrary.UWP/packages.lock.json diff --git a/source/nanoFramework.Tools.Debugger.sln b/nanoFramework.Tools.Debugger.sln similarity index 100% rename from source/nanoFramework.Tools.Debugger.sln rename to nanoFramework.Tools.Debugger.sln diff --git a/source/nf-logo.png b/nf-logo.png similarity index 100% rename from source/nf-logo.png rename to nf-logo.png diff --git a/source/Serial Test App UWP/Serial Test App UWP_TemporaryKey.pfx b/source/Serial Test App UWP/Serial Test App UWP_TemporaryKey.pfx deleted file mode 100644 index f123b0f..0000000 Binary files a/source/Serial Test App UWP/Serial Test App UWP_TemporaryKey.pfx and /dev/null differ diff --git a/source/USB Test App UWP/USB Test App UWP_TemporaryKey.pfx b/source/USB Test App UWP/USB Test App UWP_TemporaryKey.pfx deleted file mode 100644 index ecdb352..0000000 Binary files a/source/USB Test App UWP/USB Test App UWP_TemporaryKey.pfx and /dev/null differ diff --git a/source/version.json b/version.json similarity index 100% rename from source/version.json rename to version.json