adds daemon

Change-Id: Ic03e8cb08c3a25e13de695d70e0612ba05432f56
diff --git a/ring-client-uwp.vcxproj b/ring-client-uwp.vcxproj
index f602a9c..922bb4a 100644
--- a/ring-client-uwp.vcxproj
+++ b/ring-client-uwp.vcxproj
@@ -175,6 +175,7 @@
     <ClInclude Include="RingConsolePanel.xaml.h">

       <DependentUpon>RingConsolePanel.xaml</DependentUpon>

     </ClInclude>

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

     <ClInclude Include="RingDebug.h" />

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

       <DependentUpon>SmartPanel.xaml</DependentUpon>

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

       <DependentUpon>RingConsolePanel.xaml</DependentUpon>

     </ClCompile>

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

     <ClCompile Include="RingDebug.cpp" />

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

       <DependentUpon>SmartPanel.xaml</DependentUpon>