Place Holder icon and updated readme

UWPTest
Brian Lima 8 years ago
parent da772168de
commit 534f6ff967

Binary file not shown.

@ -1,2 +1,21 @@
# UWPHook
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 cand see UWP apps, this program aims to simplify a little bit the process where it is possible by automating the scripting and launching.
# To add UWP games to Steam #
1. Download UWPHook, it's files and store them somewhere on your PC.
![](http://i.imgur.com/sH61SYT.png)
2. Create a shortcut to UWPHook by right clicking it and choosing "Create Shortcut" and name it something simple that resembles the game you want to add to Steam.
![](http://i.imgur.com/mPWKhkt.png) ![](http://i.imgur.com/FnXYTQH.png)
3. Go to Steam and click "Add non-Steam Game to Steam
![](http://i.imgur.com/QyJIdnr.png)
4. Click Browse, find where you extracted UWPHook.exe and select it.
![](http://i.imgur.com/drbwhyK.png)
5. Click "Add Selected Programs"
6. Find UWPHook at your Library, right click it, change the name from UWPHook to the name of the game you want, change target to the name of the shortcut you created
![](http://imgur.com/QmsTPpA.png)![](http://imgur.com/03aEp3Z.png)
7. Click "Set Launch Options" and write the alias of the game you want to play, you can find it in the column "Alias" on UWPHook
![](http://imgur.com/FtGqaiR)
8. Click Play and enjoy your UWP game showing up on your Steam Status, as long as UWPHook is running

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

@ -34,6 +34,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Iconsmind-Outline-Link-2.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
@ -104,6 +107,9 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Resource Include="Iconsmind-Outline-Link-2.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.
Other similar extension points exist, see Microsoft.Common.targets.

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartArguments>asphalt 8</StartArguments>
<StartArguments>
</StartArguments>
</PropertyGroup>
</Project>

File diff suppressed because it is too large Load Diff

Binary file not shown.

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>

Binary file not shown.

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

@ -0,0 +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"}]

@ -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("iconsmind-outline-link-2.ico")]

@ -0,0 +1,70 @@
#pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8D83794A7437FB7CDC59EBAEE9B2042C"
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using UWPHook;
namespace UWPHook {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
UWPHook.App app = new UWPHook.App();
app.InitializeComponent();
app.Run();
}
}
}

@ -0,0 +1,70 @@
#pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8D83794A7437FB7CDC59EBAEE9B2042C"
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using UWPHook;
namespace UWPHook {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
UWPHook.App app = new UWPHook.App();
app.InitializeComponent();
app.Run();
}
}
}

@ -0,0 +1,169 @@
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "0403F259EB5896FF153F516A6A6E16E6"
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using UWPHook;
namespace UWPHook {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 20 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ListView listView;
#line default
#line hidden
#line 36 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button addButton;
#line default
#line hidden
#line 37 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox alias_textBox;
#line default
#line hidden
#line 38 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 39 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox path_textBox;
#line default
#line hidden
#line 40 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 41 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button helpButton;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/UWPHook;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 8 "..\..\MainWindow.xaml"
((UWPHook.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
return;
case 2:
this.listView = ((System.Windows.Controls.ListView)(target));
return;
case 3:
this.addButton = ((System.Windows.Controls.Button)(target));
#line 36 "..\..\MainWindow.xaml"
this.addButton.Click += new System.Windows.RoutedEventHandler(this.addButton_Click);
#line default
#line hidden
return;
case 4:
this.alias_textBox = ((System.Windows.Controls.TextBox)(target));
return;
case 5:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 6:
this.path_textBox = ((System.Windows.Controls.TextBox)(target));
return;
case 7:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 8:
this.helpButton = ((System.Windows.Controls.Button)(target));
return;
}
this._contentLoaded = true;
}
}
}

@ -0,0 +1,169 @@
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "0403F259EB5896FF153F516A6A6E16E6"
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using UWPHook;
namespace UWPHook {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 20 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ListView listView;
#line default
#line hidden
#line 36 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button addButton;
#line default
#line hidden
#line 37 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox alias_textBox;
#line default
#line hidden
#line 38 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 39 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox path_textBox;
#line default
#line hidden
#line 40 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 41 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button helpButton;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/UWPHook;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 8 "..\..\MainWindow.xaml"
((UWPHook.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
return;
case 2:
this.listView = ((System.Windows.Controls.ListView)(target));
return;
case 3:
this.addButton = ((System.Windows.Controls.Button)(target));
#line 36 "..\..\MainWindow.xaml"
this.addButton.Click += new System.Windows.RoutedEventHandler(this.addButton_Click);
#line default
#line hidden
return;
case 4:
this.alias_textBox = ((System.Windows.Controls.TextBox)(target));
return;
case 5:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 6:
this.path_textBox = ((System.Windows.Controls.TextBox)(target));
return;
case 7:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 8:
this.helpButton = ((System.Windows.Controls.Button)(target));
return;
}
this._contentLoaded = true;
}
}
}

@ -0,0 +1,17 @@
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\bin\Release\UWPHook.exe.config
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\bin\Release\games.json
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\bin\Release\UWPHook.exe
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\bin\Release\UWPHook.pdb
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\bin\Release\Newtonsoft.Json.dll
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\bin\Release\Newtonsoft.Json.xml
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\UWPHook.csprojResolveAssemblyReference.cache
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\MainWindow.g.cs
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\App.g.cs
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\UWPHook_MarkupCompile.cache
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\UWPHook_MarkupCompile.lref
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\MainWindow.baml
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\UWPHook.g.resources
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\UWPHook.Properties.Resources.resources
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\UWPHook.csproj.GenerateResource.Cache
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\UWPHook.exe
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\UWPHook.pdb

Binary file not shown.

Binary file not shown.

@ -0,0 +1,20 @@
UWPHook
winexe
C#
.cs
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\
UWPHook
none
false
TRACE
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\App.xaml
11151548125
6-470569544
14-1541981460
MainWindow.xaml;
False

@ -0,0 +1,20 @@
UWPHook
winexe
C#
.cs
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\obj\Release\
UWPHook
none
false
TRACE
c:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\App.xaml
11151548125
10-965409959
14-1541981460
MainWindow.xaml;
True

@ -0,0 +1,4 @@

Fc:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\MainWindow.xaml;;

@ -0,0 +1,4 @@

Fc:\users\brian\documents\visual studio 2015\Projects\UWPHook\UWPHook\MainWindow.xaml;;
Loading…
Cancel
Save