Capture revenue and add it as a sort order

This commit is contained in:
Luke Pulverenti
2013-04-18 09:54:38 -04:00
parent aa8c3d9cf0
commit dea10e5040
11 changed files with 62 additions and 4 deletions

View File

@@ -164,6 +164,7 @@
<Compile Include="Sorting\PremiereDateComparer.cs" />
<Compile Include="Sorting\ProductionYearComparer.cs" />
<Compile Include="Sorting\RandomComparer.cs" />
<Compile Include="Sorting\RevenueComparer.cs" />
<Compile Include="Sorting\RuntimeComparer.cs" />
<Compile Include="Sorting\SortNameComparer.cs" />
<Compile Include="Sqlite\SQLiteDisplayPreferencesRepository.cs" />