TizenRefApp-8519 Create base project structure 30/129030/9
authorRuslan Zakharov <r.zakharov@samsung.com>
Fri, 12 May 2017 12:09:26 +0000 (15:09 +0300)
committerRuslan Zakharov <r.zakharov@samsung.com>
Fri, 19 May 2017 11:58:44 +0000 (14:58 +0300)
commit6b33e37fb0f808cff096012da13e615e4fd2b6db
tree3a756d26c30b8a2fdf81e435c196a65e75194ab1
parent1283da4383de2e2cc78e793e6630da1fb55e74e9
TizenRefApp-8519 Create base project structure

Created initial project with class structure

Change-Id: I3b38e72a8dae7274ffbca6fb23f747228d8f89fa
17 files changed:
.gitignore [new file with mode: 0644]
VoiceApp.Tizen/App.cs [new file with mode: 0644]
VoiceApp.Tizen/Properties/AssemblyInfo.cs [new file with mode: 0644]
VoiceApp.Tizen/Settings/SettingsPage.xaml [new file with mode: 0644]
VoiceApp.Tizen/Settings/SettingsPage.xaml.cs [new file with mode: 0644]
VoiceApp.Tizen/Settings/SettingsViewModel.cs [new file with mode: 0644]
VoiceApp.Tizen/Voice/VoicePage.xaml [new file with mode: 0644]
VoiceApp.Tizen/Voice/VoicePage.xaml.cs [new file with mode: 0644]
VoiceApp.Tizen/VoiceApp.Tizen.cs [new file with mode: 0644]
VoiceApp.Tizen/VoiceApp.Tizen.csproj [new file with mode: 0644]
VoiceApp.Tizen/VoiceApp.Tizen.project.json [new file with mode: 0644]
VoiceApp.Tizen/loc/loc.Designer.cs [new file with mode: 0644]
VoiceApp.Tizen/loc/loc.resx [new file with mode: 0644]
VoiceApp.Tizen/res/icon_voice.png [new file with mode: 0644]
VoiceApp.Tizen/shared/res/icon.png [new file with mode: 0644]
VoiceApp.Tizen/tizen-manifest.xml [new file with mode: 0644]
VoiceControl.sln [new file with mode: 0644]