Skip to content

Commit

Permalink
Updated Windows app to use Tricycle.Globalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcclive committed Apr 18, 2020
1 parent 93769d6 commit b6e4a07
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tricycle.UI.Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
using System.Windows.Threading;
using Tricycle.Diagnostics;
using Tricycle.Diagnostics.Utilities;
using Tricycle.Globalization;
using Tricycle.IO;
using Tricycle.IO.Windows;
using Tricycle.Media;
Expand Down Expand Up @@ -287,6 +288,7 @@ void InitializeAppState()
ffmpegConfigManager,
ffmpegArgumentGenerator,
fileSystem));
_.For<ILanguageService>().Use<LanguageService>();
});
AppState.DefaultDestinationDirectory =
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "Videos");
Expand Down
4 changes: 4 additions & 0 deletions Tricycle.UI.Windows/Tricycle.UI.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@
<Project>{b08428f2-a465-42d6-97ea-0215b8dc374c}</Project>
<Name>Tricycle.Diagnostics</Name>
</ProjectReference>
<ProjectReference Include="..\Tricycle.Globalization\Tricycle.Globalization.csproj">
<Project>{a84a5b36-ae20-4b84-ac24-0f5dac89d832}</Project>
<Name>Tricycle.Globalization</Name>
</ProjectReference>
<ProjectReference Include="..\Tricycle.IO.Windows\Tricycle.IO.Windows.csproj">
<Project>{b60d6b8b-e1e5-4344-ae78-050d7631787f}</Project>
<Name>Tricycle.IO.Windows</Name>
Expand Down
12 changes: 12 additions & 0 deletions Tricycle.Windows.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Tricycle.Windows.Setup", "T
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tricycle.IO.Tests", "Tricycle.IO.Tests\Tricycle.IO.Tests.csproj", "{18CCE755-25DF-405C-9E3C-FD694AD70C42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tricycle.Globalization", "Tricycle.Globalization\Tricycle.Globalization.csproj", "{A84A5B36-AE20-4B84-AC24-0F5DAC89D832}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tricycle.Globalization.Tests", "Tricycle.Globalization.Tests\Tricycle.Globalization.Tests.csproj", "{B74ACEEE-1390-42EF-AB4E-ED93C89AC8B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -97,6 +101,14 @@ Global
{18CCE755-25DF-405C-9E3C-FD694AD70C42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18CCE755-25DF-405C-9E3C-FD694AD70C42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18CCE755-25DF-405C-9E3C-FD694AD70C42}.Release|Any CPU.Build.0 = Release|Any CPU
{A84A5B36-AE20-4B84-AC24-0F5DAC89D832}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A84A5B36-AE20-4B84-AC24-0F5DAC89D832}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A84A5B36-AE20-4B84-AC24-0F5DAC89D832}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A84A5B36-AE20-4B84-AC24-0F5DAC89D832}.Release|Any CPU.Build.0 = Release|Any CPU
{B74ACEEE-1390-42EF-AB4E-ED93C89AC8B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B74ACEEE-1390-42EF-AB4E-ED93C89AC8B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B74ACEEE-1390-42EF-AB4E-ED93C89AC8B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B74ACEEE-1390-42EF-AB4E-ED93C89AC8B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit b6e4a07

Please sign in to comment.