Skip to content

Instantly share code, notes, and snippets.

@navarr
Created January 3, 2010 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navarr/267802 to your computer and use it in GitHub Desktop.
Save navarr/267802 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-16"?>
<GameDefinitionFile xmlns:baseTypes="urn:schemas-microsoft-com:GamesExplorerBaseTypes.v1" xmlns="urn:schemas-microsoft-com:GameDescription.v1">
<GameDefinition gameID="{3AFB9321-27F4-4C3B-8F43-167EE51E972C}">
<Name>Steam</Name>
<ReleaseDate>2010-01-02</ReleaseDate>
<Version>
<VersionNumber versionNumber="1.0.0.0" />
</Version>
<WindowsSystemPerformanceRating minimum="1" recommended="1" />
<GameExecutables>
<GameExecutable path="steam.exe" />
</GameExecutables>
<ExtendedProperties>
<RSS>http://store.steampowered.com/feeds/newreleases.xml</RSS>
<Type>1</Type>
<GameTasks>
<Play>
<Primary>
<FileTask path="steam.exe" arguments="" />
</Primary>
</Play>
<Support />
</GameTasks>
</ExtendedProperties>
</GameDefinition>
</GameDefinitionFile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment