Update README, Help and minor fixes

UWPTest
Brian Lima 8 years ago
parent beacabcf45
commit a2806d65eb

Binary file not shown.

@ -1,4 +1,7 @@
# UWPHook
![](http://imgur.com/gWwR02D.png)
Small project to link UWP games to Steam
If you want to add Windows Store Games to Steam to show up on your Status you need to do a bit of a warkaround because Steam can't see UWP apps, this program aims to simplify a little bit the process where it is possible by automating the scripting and launching.

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:UWPHook"
mc:Ignorable="d"
Title="UWPHook" Height="350" Width="525" Loaded="Window_Loaded">
Title="UWPHook" Height="350" Width="525" Loaded="Window_Loaded" Icon="1_cJz_icon.ico">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="20*"/>
@ -38,7 +38,7 @@
<Label x:Name="label" Content="Alias" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Height="26" Width="35"/>
<TextBox x:Name="path_textBox" Height="23" Margin="10,36,10,0" TextWrapping="Wrap" VerticalAlignment="Top" Grid.Column="1"/>
<Label x:Name="label_Copy" Content="Path" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Grid.Column="1" Height="26" Width="33"/>
<Button x:Name="helpButton" Content="Help" Grid.Column="2" Margin="8,35,8,0" VerticalAlignment="Top" Height="20"/>
<Button x:Name="helpButton" Content="Help" Grid.Column="2" Margin="8,35,8,0" VerticalAlignment="Top" Height="20" Click="helpButton_Click"/>
</Grid>
</Grid>
</Window>

@ -34,6 +34,7 @@ namespace UWPHook
if (game.game_alias.ToLower() == argumentGame.ToLower().Trim())
{
Process.Start(@"shell:AppsFolder\" + game.game_path);
this.Title = "UWPHook - Now Playing :" + game.game_alias;
break;
}
}
@ -51,5 +52,10 @@ namespace UWPHook
gamesView.games.RemoveAt(listView.SelectedIndex);
gamesView.Store();
}
private void helpButton_Click(object sender, RoutedEventArgs e)
{
Process.Start("https://www.reddit.com/r/UWPHook/comments/53eaj9/welcome_to_uwphook_link_your_uwp_games_to_steam/");
}
}
}

@ -35,7 +35,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Iconsmind-Outline-Link-2.ico</ApplicationIcon>
<ApplicationIcon>1_cJz_icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
@ -108,7 +108,7 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Resource Include="Iconsmind-Outline-Link-2.ico" />
<Resource Include="1_cJz_icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
[{"game_alias":"Forza Apex","game_path":"Microsoft.ApexPG_8wekyb3d8bbwe!forzamotorsportapex"},{"game_alias":"Forza Horizon 3", "game_path":"Microsoft.OpusPG_8wekyb3d8bbwe!App"},{"game_alias":"Killer Instinct","game_path":"Microsoft.KillerInstinct-Win10_8wekyb3d8bbwe!KillerInstinct.App"},{"game_alias":"Minecraft","game_path":"Microsoft.MinecraftUWP_8wekyb3d8bbwe!App"},{"game_alias":"Asphalt 8","game_path":"GAMELOFTSA.Asphalt8Airborne_0pp20fcewvvtj!App"},{"game_alias": "Hitman GO", "game_path":"39C668CD.HitmanGO_r7bfsmp40f67j!App"}]
[{"game_alias":"Halo 5","game_path":"Microsoft.Halo5Forge_1.114.4592.2_x64__8wekyb3d8bbwe!Ausar"},{"game_alias":"Forza Apex","game_path":"Microsoft.ApexPG_8wekyb3d8bbwe!forzamotorsportapex"},{"game_alias":"Forza Horizon 3", "game_path":"Microsoft.OpusPG_8wekyb3d8bbwe!App"},{"game_alias":"Killer Instinct","game_path":"Microsoft.KillerInstinct-Win10_8wekyb3d8bbwe!KillerInstinct.App"},{"game_alias":"Minecraft","game_path":"Microsoft.MinecraftUWP_8wekyb3d8bbwe!App"},{"game_alias":"Asphalt 8","game_path":"GAMELOFTSA.Asphalt8Airborne_0pp20fcewvvtj!App"},{"game_alias": "Hitman GO", "game_path":"39C668CD.HitmanGO_r7bfsmp40f67j!App"}]

@ -1,4 +1,4 @@
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "B6478F672D97C71223B8E078DABEFE7F"
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "F03DBB41C3FE9845172AADC04A6CEC23"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.

@ -1,4 +1,4 @@
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "B6478F672D97C71223B8E078DABEFE7F"
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "F03DBB41C3FE9845172AADC04A6CEC23"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
@ -166,6 +166,12 @@ namespace UWPHook {
return;
case 8:
this.helpButton = ((System.Windows.Controls.Button)(target));
#line 41 "..\..\MainWindow.xaml"
this.helpButton.Click += new System.Windows.RoutedEventHandler(this.helpButton_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;

Binary file not shown.

Binary file not shown.

@ -0,0 +1,13 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("1_cjz_icon.ico")]

@ -16,5 +16,5 @@ C:\Users\Brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\App.xaml
14-2024189101
MainWindow.xaml;
True
False

@ -1,4 +0,0 @@

FC:\Users\Brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\MainWindow.xaml;;
Loading…
Cancel
Save