diff options
author | Ruslan Zakharov <r.zakharov@samsung.com> | 2017-10-03 11:55:04 +0300 |
---|---|---|
committer | Ruslan Zakharov <r.zakharov@samsung.com> | 2017-11-22 13:25:56 +0200 |
commit | 0797616fe7ee7669df91fe8b96ed2b64e4eb78b9 (patch) | |
tree | 4e2fb3db5e8a9eca5ba0b64b8152e0f3b10398d9 /CallApp.Tizen/CallApp.Tizen.csproj | |
parent | c4ca9300b19d48a9aa852e0a2f12bf196be0aa6b (diff) | |
download | call-ui-tizen.tar.gz call-ui-tizen.tar.bz2 call-ui-tizen.zip |
TizenRefApp-9104 Refactor ContactInformationPaneltizen
Divided on separate views and changed Grid to Stacklayout
Change-Id: Ie8225a34e3f79275086bfdfb4832eff211861281
Diffstat (limited to 'CallApp.Tizen/CallApp.Tizen.csproj')
-rw-r--r-- | CallApp.Tizen/CallApp.Tizen.csproj | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/CallApp.Tizen/CallApp.Tizen.csproj b/CallApp.Tizen/CallApp.Tizen.csproj index 0313f79..dae1a1a 100644 --- a/CallApp.Tizen/CallApp.Tizen.csproj +++ b/CallApp.Tizen/CallApp.Tizen.csproj @@ -81,6 +81,21 @@ <Compile Include="Call\View\ConferenceCallView.xaml.cs"> <DependentUpon>ConferenceCallView.xaml</DependentUpon> </Compile> + <Compile Include="Call\View\Controls\TopContactInfoPanel.xaml.cs"> + <DependentUpon>TopContactInfoPanel.xaml</DependentUpon> + </Compile> + <Compile Include="Call\View\Controls\SingleContactInfoPanel.xaml.cs"> + <DependentUpon>SingleContactInfoPanel.xaml</DependentUpon> + </Compile> + <Compile Include="Call\View\Controls\EmergencyContactInfoPanel.xaml.cs"> + <DependentUpon>EmergencyContactInfoPanel.xaml</DependentUpon> + </Compile> + <Compile Include="Call\View\Controls\ConferenceContactInfoPanel.xaml.cs"> + <DependentUpon>ConferenceContactInfoPanel.xaml</DependentUpon> + </Compile> + <Compile Include="Call\View\Controls\ActiveContactInfoPanel.xaml.cs"> + <DependentUpon>ActiveContactInfoPanel.xaml</DependentUpon> + </Compile> <Compile Include="Call\View\Controls\AnimatedCircleButton.xaml.cs"> <DependentUpon>AnimatedCircleButton.xaml</DependentUpon> </Compile> @@ -375,6 +390,35 @@ <Generator>MSBuild:UpdateDesignTimeXaml</Generator> </EmbeddedResource> </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Call\View\Controls\ActiveContactInfoPanel.xaml"> + <Generator>MSBuild:UpdateDesignTimeXaml</Generator> + </EmbeddedResource> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Call\View\Controls\ConferenceContactInfoPanel.xaml"> + <Generator>MSBuild:UpdateDesignTimeXaml</Generator> + <SubType>Designer</SubType> + </EmbeddedResource> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Call\View\Controls\EmergencyContactInfoPanel.xaml"> + <Generator>MSBuild:UpdateDesignTimeXaml</Generator> + <SubType>Designer</SubType> + </EmbeddedResource> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Call\View\Controls\SingleContactInfoPanel.xaml"> + <Generator>MSBuild:UpdateDesignTimeXaml</Generator> + <SubType>Designer</SubType> + </EmbeddedResource> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Call\View\Controls\TopContactInfoPanel.xaml"> + <Generator>MSBuild:UpdateDesignTimeXaml</Generator> + <SubType>Designer</SubType> + </EmbeddedResource> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. |