Skip to content

Commit 4c01a59

Browse files
author
Yair Aichenbaum
committed
Minor refactor of project folders
1 parent 5d96e4a commit 4c01a59

File tree

9 files changed

+6
-53
lines changed

9 files changed

+6
-53
lines changed

Files/Controls/FileViewControl.xaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

Files/Controls/FileViewControl.xaml.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.
File renamed without changes.

Files/Files.csproj

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@
146146
<Compile Include="CommandLine\ParsedCommand.cs" />
147147
<Compile Include="CommandLine\ParsedCommands.cs" />
148148
<Compile Include="CommandLine\ParsedCommandType.cs" />
149-
<Compile Include="Controls\FileViewControl.xaml.cs">
150-
<DependentUpon>FileViewControl.xaml</DependentUpon>
151-
</Compile>
152149
<Compile Include="Controls\RibbonArea.xaml.cs">
153150
<DependentUpon>RibbonArea.xaml</DependentUpon>
154151
</Compile>
@@ -192,7 +189,7 @@
192189
<Compile Include="Filesystem\ListedItem.cs" />
193190
<Compile Include="Filesystem\INavigationControlItem.cs" />
194191
<Compile Include="Filesystem\LocationItem.cs" />
195-
<Compile Include="GenericFileBrowser.xaml.cs">
192+
<Compile Include="Controls\Layout Modes\GenericFileBrowser.xaml.cs">
196193
<DependentUpon>GenericFileBrowser.xaml</DependentUpon>
197194
</Compile>
198195
<Compile Include="InstanceTabsView.xaml.cs">
@@ -210,7 +207,7 @@
210207
<Compile Include="Navigation\BackState.cs" />
211208
<Compile Include="Navigation\ForwardState.cs" />
212209
<Compile Include="Navigation\UniversalPath.cs" />
213-
<Compile Include="PhotoAlbum.xaml.cs">
210+
<Compile Include="Controls\Layout Modes\PhotoAlbum.xaml.cs">
214211
<DependentUpon>PhotoAlbum.xaml</DependentUpon>
215212
</Compile>
216213
<Compile Include="Interacts\LoadingIndicator.cs" />
@@ -251,8 +248,8 @@
251248
</Compile>
252249
<Compile Include="View Models\RibbonViewModel.cs" />
253250
<Compile Include="View Models\SettingsViewModel.cs" />
254-
<Compile Include="WindowDisplayInfo.cs" />
255-
<Compile Include="WindowDisplayMode.cs" />
251+
<Compile Include="Helpers\WindowDisplayInfo.cs" />
252+
<Compile Include="Helpers\WindowDisplayMode.cs" />
256253
<Compile Include="YourHome.xaml.cs">
257254
<DependentUpon>YourHome.xaml</DependentUpon>
258255
</Compile>
@@ -294,10 +291,6 @@
294291
<Generator>MSBuild:Compile</Generator>
295292
<SubType>Designer</SubType>
296293
</ApplicationDefinition>
297-
<Page Include="Controls\FileViewControl.xaml">
298-
<SubType>Designer</SubType>
299-
<Generator>MSBuild:Compile</Generator>
300-
</Page>
301294
<Page Include="Controls\RibbonArea.xaml">
302295
<SubType>Designer</SubType>
303296
<Generator>MSBuild:Compile</Generator>
@@ -338,15 +331,15 @@
338331
<SubType>Designer</SubType>
339332
<Generator>MSBuild:Compile</Generator>
340333
</Page>
341-
<Page Include="GenericFileBrowser.xaml">
334+
<Page Include="Controls\Layout Modes\GenericFileBrowser.xaml">
342335
<SubType>Designer</SubType>
343336
<Generator>MSBuild:Compile</Generator>
344337
</Page>
345338
<Page Include="InstanceTabsView.xaml">
346339
<SubType>Designer</SubType>
347340
<Generator>MSBuild:Compile</Generator>
348341
</Page>
349-
<Page Include="PhotoAlbum.xaml">
342+
<Page Include="Controls\Layout Modes\PhotoAlbum.xaml">
350343
<SubType>Designer</SubType>
351344
<Generator>MSBuild:Compile</Generator>
352345
</Page>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)