Skip to content

Commit

Permalink
Updated to 1.1.5.3 and removed not used Code
Browse files Browse the repository at this point in the history
  • Loading branch information
JBou committed Sep 6, 2014
1 parent 7ac5412 commit 4aa08e4
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 19 deletions.
3 changes: 0 additions & 3 deletions McMetroLauncher-Manager/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<Controls:MetroWindow x:Class="Manager"
xmlns:metro="http://schemas.codeplex.com/elysium"
xmlns:params="http://schemas.codeplex.com/elysium/params"
xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Expand Down
6 changes: 3 additions & 3 deletions MinecraftLauncher/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Imports System.Windows
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("McMetroLauncher")>
<Assembly: AssemblyCopyright("Developed by JBou 2013-2014")>
<Assembly: AssemblyCopyright("© 2013-2014 JBou")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(false)>

Expand Down Expand Up @@ -55,5 +55,5 @@ Imports System.Windows
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.1.5.2")>
<Assembly: AssemblyFileVersion("1.1.5.2")>
<Assembly: AssemblyVersion("1.1.5.3")>
<Assembly: AssemblyFileVersion("1.1.5.3")>
1 change: 0 additions & 1 deletion MinecraftLauncher/Windows/Forge_ProfileEditor.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns:Behaviours="clr-namespace:MahApps.Metro.Behaviours;assembly=MahApps.Metro"
Title="Version zu Profil hinzufügen"
Height="222"
Width="429"
Expand Down
2 changes: 0 additions & 2 deletions MinecraftLauncher/Windows/Forge_installer.xaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<Controls:MetroWindow x:Class="Forge_installer"
Style="{StaticResource MetroWindow}"
xmlns:local="clr-namespace:McMetroLauncher"
xmlns:metro="http://schemas.codeplex.com/elysium"
xmlns:params="http://schemas.codeplex.com/elysium/params"
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Expand Down
1 change: 0 additions & 1 deletion MinecraftLauncher/Windows/LiteLoader_installer.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Behaviours="clr-namespace:MahApps.Metro.Behaviours;assembly=MahApps.Metro"
Title="Minecraft Forge"
Height="448"
Width="660"
Expand Down
1 change: 0 additions & 1 deletion MinecraftLauncher/Windows/Login.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:awe="clr-namespace:Awesomium.Windows.Controls;assembly=Awesomium.Windows.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Width="500" Height="360"
DataContext="{x:Static local:MainViewModel.Instance}">
<UserControl.Resources>
Expand Down
5 changes: 0 additions & 5 deletions MinecraftLauncher/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<Controls:MetroWindow x:Class="MainWindow" x:Name="window"
Style="{StaticResource MetroWindow}"
xmlns:local="clr-namespace:McMetroLauncher"
xmlns:params="http://schemas.codeplex.com/elysium/params"
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:awe="clr-namespace:Awesomium.Windows.Controls;assembly=Awesomium.Windows.Controls"
xmlns:Behaviours="clr-namespace:MahApps.Metro.Behaviours;assembly=MahApps.Metro"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"
xmlns:chart="clr-namespace:De.TorstenMandelkow.MetroChart;assembly=De.TorstenMandelkow.MetroChart"
xmlns:JBouControls="clr-namespace:McMetroLauncher.JBou.Controls"
Title="McMetroLauncher"
Expand Down
2 changes: 0 additions & 2 deletions MinecraftLauncher/Windows/SplashScreen.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Title="McMetroLauncher"
ResizeMode="NoResize"
WindowStartupLocation="CenterScreen"
Expand Down
1 change: 0 additions & 1 deletion MinecraftLauncher/Windows/Updater.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Style="{StaticResource MetroWindow}"
xmlns:local="clr-namespace:McMetroLauncher"
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns:params="http://schemas.codeplex.com/elysium/params"
xmlns:awe="clr-namespace:Awesomium.Windows.Controls;assembly=Awesomium.Windows.Controls"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Expand Down

0 comments on commit 4aa08e4

Please sign in to comment.