|
73 | 73 | <Content Include="src\img\streamus_icon38.png" />
|
74 | 74 | <Content Include="src\img\streamus_icon48.png" />
|
75 | 75 | <Content Include="src\img\streamus_icon_white19.png" />
|
| 76 | + <Content Include="src\js\foreground\collection\activePane\activePanes.js" /> |
76 | 77 | <Content Include="src\js\background\enum\entityType.js" />
|
77 | 78 | <Content Include="src\js\background\model\activePlaylistManager.js" />
|
78 | 79 | <Content Include="src\js\background\model\analyticsManager.js" />
|
| 80 | + <Content Include="src\js\foreground\model\activePane\activePane.js" /> |
79 | 81 | <Content Include="src\js\background\model\videoButton.js" />
|
80 | 82 | <Content Include="src\js\common\enum\desktopNotificationDuration.js" />
|
| 83 | + <Content Include="src\js\common\enum\layoutType.js" /> |
81 | 84 | <Content Include="src\js\common\lodashMixin.js" />
|
82 | 85 | <Content Include="src\js\contentScript\interceptor.js" />
|
83 | 86 | <Content Include="src\js\foreground\enum\fixedPosition.js" />
|
| 87 | + <Content Include="src\js\foreground\enum\activePaneType.js" /> |
84 | 88 | <Content Include="src\js\foreground\model\appBar\activePaneFilter.js" />
|
85 | 89 | <Content Include="src\js\foreground\model\dialog\createPlaylist.js" />
|
86 | 90 | <Content Include="src\js\foreground\model\dialog\editPlaylist.js" />
|
87 | 91 | <Content Include="src\js\foreground\model\listItemButton\listItemButton.js" />
|
88 | 92 | <Content Include="src\js\foreground\model\song\songActions.js" />
|
| 93 | + <Content Include="src\js\foreground\model\streamControlBar\timeLabelArea.js" /> |
| 94 | + <Content Include="src\js\foreground\model\streamControlBar\timeSlider.js" /> |
89 | 95 | <Content Include="src\js\foreground\model\video\mediaSourceWrapper.js" />
|
90 | 96 | <Content Include="src\js\foreground\model\video\sourceBufferWrapper.js" />
|
91 | 97 | <Content Include="src\js\foreground\enum\keyCode.js" />
|
92 | 98 | <Content Include="src\js\foreground\model\tooltip\tooltip.js" />
|
93 |
| - <Content Include="src\js\foreground\view\activePane\activePaneRegion.js" /> |
| 99 | + <Content Include="src\js\foreground\view\activePane\activePanesRegion.js" /> |
| 100 | + <Content Include="src\js\foreground\view\activePane\activePanesView.js" /> |
94 | 101 | <Content Include="src\js\foreground\view\activePane\activePaneView.js" />
|
95 |
| - <Content Include="src\js\foreground\view\activePane\panesView.js" /> |
96 |
| - <Content Include="src\js\foreground\view\activePane\paneView.js" /> |
97 | 102 | <Content Include="src\js\foreground\view\appBar\activePaneFilterView.js" />
|
98 | 103 | <Content Include="src\js\foreground\view\appBar\searchInputAreaView.js" />
|
99 | 104 | <Content Include="src\js\foreground\view\behavior\dialogContent.js" />
|
|
109 | 114 | <Content Include="src\js\foreground\view\listItemButton\playlistOptionsButtonView.js" />
|
110 | 115 | <Content Include="src\js\foreground\view\simpleMenu\simpleMenuItemsView.js" />
|
111 | 116 | <Content Include="src\js\foreground\view\leftPane\activePlaylistAreaView.js" />
|
112 |
| - <Content Include="src\js\foreground\view\leftPane\leftPaneRegion.js" /> |
113 |
| - <Content Include="src\js\foreground\view\leftPane\leftPaneView.js" /> |
114 | 117 | <Content Include="src\js\foreground\view\leftPane\playlistItemsView.js" />
|
115 | 118 | <Content Include="src\js\foreground\view\leftPane\playlistItemView.js" />
|
116 |
| - <Content Include="src\js\foreground\view\leftPane\signInView.js" /> |
117 | 119 | <Content Include="src\js\foreground\view\listItemButton\songOptionsButtonView.js" />
|
118 | 120 | <Content Include="src\js\foreground\view\streamControlBar\nextButtonView.js" />
|
119 | 121 | <Content Include="src\js\foreground\view\streamControlBar\playPauseButtonView.js" />
|
|
139 | 141 | <Content Include="src\js\test\chrome.mock.js" />
|
140 | 142 | <Content Include="src\js\test\common\commonSpecLoader.js" />
|
141 | 143 | <Content Include="src\js\test\background\model\activePlaylistManager.spec.js" />
|
| 144 | + <Content Include="src\js\test\foreground\collection\activePane\panes.spec.js" /> |
142 | 145 | <Content Include="src\js\test\foreground\model\appBar\activePaneFilter.spec.js" />
|
143 |
| - <Content Include="src\js\test\foreground\view\activePane\activePaneView.spec.js" /> |
| 146 | + <Content Include="src\js\test\foreground\view\activePane\activePanesRegion.spec.js" /> |
144 | 147 | <Content Include="src\js\test\foreground\view\activePane\activePaneSpecLoader.js" />
|
| 148 | + <Content Include="src\js\test\foreground\view\activePane\activePanesView.spec.js" /> |
| 149 | + <Content Include="src\js\test\foreground\view\activePane\activePaneView.spec.js" /> |
145 | 150 | <Content Include="src\js\test\foreground\view\appBar\activePaneFilterView.spec.js" />
|
146 | 151 | <Content Include="src\js\test\foreground\view\appBar\adminMenuAreaView.spec.js" />
|
147 | 152 | <Content Include="src\js\test\foreground\view\appBar\appBarRegion.spec.js" />
|
|
158 | 163 | <Content Include="src\js\test\foreground\view\streamControlBar\streamControlBarView.spec.js" />
|
159 | 164 | <Content Include="src\js\test\foreground\view\streamControlBar\timeLabelAreaView.spec.js" />
|
160 | 165 | <Content Include="src\js\test\foreground\view\streamControlBar\timeSliderView.spec.js" />
|
161 |
| - <Content Include="src\js\test\foreground\view\stream\nextButtonView.spec.js" /> |
162 |
| - <Content Include="src\js\test\foreground\view\stream\playPauseButtonView.spec.js" /> |
163 |
| - <Content Include="src\js\test\foreground\view\stream\previousButtonView.spec.js" /> |
164 | 166 | <Content Include="src\js\test\foreground\view\appBar\volumeAreaView.spec.js" />
|
165 | 167 | <Content Include="src\js\test\foreground\view\behavior\behaviorSpecLoader.js" />
|
166 | 168 | <Content Include="src\js\test\foreground\view\behavior\collectionViewMultiSelect.spec.js" />
|
|
228 | 230 | <Content Include="src\js\test\foreground\view\selectionBar\selectionBarRegion.spec.js" />
|
229 | 231 | <Content Include="src\js\test\foreground\view\selectionBar\selectionBarSpecLoader.js" />
|
230 | 232 | <Content Include="src\js\test\foreground\view\selectionBar\selectionBarView.spec.js" />
|
231 |
| - <Content Include="src\js\test\foreground\view\stream\activeStreamItemView.spec.js" /> |
232 | 233 | <Content Include="src\js\test\foreground\view\stream\clearStreamButtonView.spec.js" />
|
233 |
| - <Content Include="src\js\test\foreground\view\stream\radioButtonView.spec.js" /> |
234 |
| - <Content Include="src\js\test\foreground\view\stream\repeatButtonView.spec.js" /> |
235 | 234 | <Content Include="src\js\test\foreground\view\stream\saveStreamButtonView.spec.js" />
|
236 |
| - <Content Include="src\js\test\foreground\view\stream\shuffleButtonView.spec.js" /> |
237 | 235 | <Content Include="src\js\test\foreground\view\stream\streamItemsView.spec.js" />
|
238 | 236 | <Content Include="src\js\test\foreground\view\stream\streamItemView.spec.js" />
|
239 | 237 | <Content Include="src\js\test\foreground\view\stream\streamRegion.spec.js" />
|
240 | 238 | <Content Include="src\js\test\foreground\view\stream\streamSpecLoader.js" />
|
241 | 239 | <Content Include="src\js\test\foreground\view\stream\streamView.spec.js" />
|
242 |
| - <Content Include="src\js\test\foreground\view\stream\timeLabelAreaView.spec.js" /> |
243 |
| - <Content Include="src\js\test\foreground\view\stream\timeSliderView.spec.js" /> |
244 | 240 | <Content Include="src\js\test\foreground\view\tooltip\tooltipRegion.spec.js" />
|
245 | 241 | <Content Include="src\js\test\foreground\view\tooltip\tooltipSpecLoader.js" />
|
246 | 242 | <Content Include="src\js\test\foreground\view\tooltip\tooltipView.spec.js" />
|
|
252 | 248 | <Content Include="src\js\thirdParty\test\chai.js" />
|
253 | 249 | <Content Include="src\js\thirdParty\test\mocha.js" />
|
254 | 250 | <Content Include="src\js\thirdParty\test\sinon.js" />
|
| 251 | + <Content Include="src\template\activePane\activePanes.html" /> |
255 | 252 | <Content Include="src\template\activePane\activePane.html" />
|
256 | 253 | <Content Include="src\template\appBar\activePaneFilter.html" />
|
257 | 254 | <Content Include="src\template\appBar\searchInputArea.html" />
|
|
308 | 305 | <Content Include="src\js\background\main.js" />
|
309 | 306 | <Content Include="src\js\background\mixin\collectionMultiSelect.js" />
|
310 | 307 | <Content Include="src\js\background\mixin\collectionSequence.js" />
|
311 |
| - <Content Include="src\js\background\model\browserSettings.js" /> |
312 | 308 | <Content Include="src\js\background\model\nextButton.js" />
|
313 | 309 | <Content Include="src\js\background\model\playPauseButton.js" />
|
314 | 310 | <Content Include="src\js\background\model\previousButton.js" />
|
|
389 | 385 | <Content Include="src\js\foreground\view\listItemButton\addPlaylistButtonView.js" />
|
390 | 386 | <Content Include="src\js\foreground\view\listItemButton\deletePlaylistButtonView.js" />
|
391 | 387 | <Content Include="src\js\foreground\view\playlist\playlistsView.js" />
|
392 |
| - <Content Include="src\js\foreground\view\dialog\browserSettingsView.js" /> |
393 | 388 | <Content Include="src\js\foreground\view\listItemButton\playPlaylistButtonView.js" />
|
394 | 389 | <Content Include="src\js\foreground\view\dialog\exportPlaylistView.js" />
|
395 |
| - <Content Include="src\js\foreground\view\dialog\browserSettingsDialogView.js" /> |
396 | 390 | <Content Include="src\js\foreground\view\selectionBar\selectionBarRegion.js" />
|
397 | 391 | <Content Include="src\js\foreground\view\selectionBar\selectionBarView.js" />
|
398 | 392 | <Content Include="src\js\foreground\view\stream\clearStreamButtonView.js" />
|
|
452 | 446 | <Content Include="src\js\test\background\model\clientErrorManager.spec.js" />
|
453 | 447 | <Content Include="src\js\test\background\model\signInManager.spec.js" />
|
454 | 448 | <Content Include="src\js\test\background\model\user.spec.js" />
|
455 |
| - <Content Include="src\js\test\foreground\view\dialog\browserSettingsDialogView.spec.js" /> |
456 |
| - <Content Include="src\js\test\foreground\view\dialog\browserSettingsView.spec.js" /> |
457 | 449 | <Content Include="src\js\test\foreground\view\dialog\clearStreamDialogView.spec.js" />
|
458 | 450 | <Content Include="src\js\test\foreground\view\dialog\createPlaylistDialogView.spec.js" />
|
459 | 451 | <Content Include="src\js\test\foreground\view\dialog\createPlaylistView.spec.js" />
|
|
505 | 497 | <Content Include="src\less\appBar.less" />
|
506 | 498 | <Content Include="src\less\flexRow.less" />
|
507 | 499 | <Content Include="src\less\activePaneFilter.less" />
|
| 500 | + <Content Include="src\less\activePane.less" /> |
508 | 501 | <None Include="src\less\foreground.less" />
|
509 | 502 | <Content Include="src\template\appBar\appBar.html" />
|
510 | 503 | <Content Include="src\template\backgroundArea.html" />
|
|
521 | 514 | <Content Include="src\template\listItemButton\optionsListItemButton.html" />
|
522 | 515 | <Content Include="src\template\listItemButton\playPauseSongButton.html" />
|
523 | 516 | <Content Include="src\template\playlist\playlists.html" />
|
524 |
| - <Content Include="src\template\dialog\browserSettings.html" /> |
525 | 517 | <Content Include="src\template\dialog\exportPlaylist.html" />
|
526 | 518 | <Content Include="src\template\appBar\adminMenuArea.html" />
|
527 | 519 | <Content Include="src\template\notification\notification.html" />
|
|
609 | 601 | <Content Include="src\less\streamControlBar.less" />
|
610 | 602 | <Content Include="src\less\video.less" />
|
611 | 603 | <Content Include="src\less\searchInputArea.less" />
|
| 604 | + <Content Include="src\less\searchArea.less" /> |
612 | 605 | </ItemGroup>
|
613 | 606 | <ItemGroup>
|
614 | 607 | <Content Include="src\manifest.json" />
|
|
644 | 637 | </FlavorProperties>
|
645 | 638 | </VisualStudio>
|
646 | 639 | </ProjectExtensions>
|
647 |
| - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 640 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
648 | 641 | Other similar extension points exist, see Microsoft.Common.targets.
|
649 | 642 | <Target Name="BeforeBuild">
|
650 | 643 | </Target>
|
|
0 commit comments