Ringdebug and utils

Change-Id: I7144be0052eb7d1900d17b31edbfe48d0498d7db
diff --git a/ring-client-uwp.vcxproj b/ring-client-uwp.vcxproj
index ec7a626..f602a9c 100644
--- a/ring-client-uwp.vcxproj
+++ b/ring-client-uwp.vcxproj
@@ -175,9 +175,11 @@
     <ClInclude Include="RingConsolePanel.xaml.h">

       <DependentUpon>RingConsolePanel.xaml</DependentUpon>

     </ClInclude>

+    <ClInclude Include="RingDebug.h" />

     <ClInclude Include="SmartPanel.xaml.h">

       <DependentUpon>SmartPanel.xaml</DependentUpon>

     </ClInclude>

+    <ClInclude Include="Utils.h" />

     <ClInclude Include="VideoPage.xaml.h">

       <DependentUpon>VideoPage.xaml</DependentUpon>

     </ClInclude>

@@ -263,6 +265,7 @@
     <ClCompile Include="RingConsolePanel.xaml.cpp">

       <DependentUpon>RingConsolePanel.xaml</DependentUpon>

     </ClCompile>

+    <ClCompile Include="RingDebug.cpp" />

     <ClCompile Include="SmartPanel.xaml.cpp">

       <DependentUpon>SmartPanel.xaml</DependentUpon>

     </ClCompile>