From 1c2b6fa69a7002315d4b3ecb883c255c65eceafa Mon Sep 17 00:00:00 2001 From: lss <316519258@qq.com> Date: 星期三, 03 六月 2020 10:58:18 +0800 Subject: [PATCH] 2020.06.03 --- ZigbeeApp/Shared/Shared.projitems | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Shared.projitems b/ZigbeeApp/Shared/Shared.projitems index 99c559d..27f7371 100644 --- a/ZigbeeApp/Shared/Shared.projitems +++ b/ZigbeeApp/Shared/Shared.projitems @@ -472,12 +472,16 @@ <Compile Include="$(MSBuildThisFileDirectory)Phone\ZigBee\IO\LocalFileUtils.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\CommonBase\Logic\HdlSafeguardLogic.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\CommonBase\Logic\HdlAlarmsLogic.cs" /> - <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\SmartSoundConfigData.cs" /> + <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\SmartSound.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\Forms\SmartSoundControlForm.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\Forms\SmartSoundListForm.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\Widget\MyButton.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\Widget\SoundRowLayout.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\SmartSoundInfo.cs" /> + <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\Util\MyHttpWebResponse.cs" /> + <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\Forms\SmartSoundControlContentForm.cs" /> + <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\Forms\SmartSoundContentForDevice.cs" /> + <Compile Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\Forms\SmartSoundContentForDeviceChange.cs" /> </ItemGroup> <ItemGroup> <Folder Include="$(MSBuildThisFileDirectory)Phone\CommonForm\" /> @@ -485,6 +489,7 @@ <Folder Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\" /> <Folder Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\Widget\" /> <Folder Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\Forms\" /> + <Folder Include="$(MSBuildThisFileDirectory)Phone\UserCenter\SmartSound\Util\" /> </ItemGroup> <ItemGroup> <None Include="$(MSBuildThisFileDirectory)DLL\Android\Shared.Droid.dll" /> -- Gitblit v1.8.0