Skip to content

Instantly share code, notes, and snippets.

@shiftkey
Created June 27, 2013 02:47
Show Gist options
  • Save shiftkey/5873589 to your computer and use it in GitHub Desktop.
Save shiftkey/5873589 to your computer and use it in GitHub Desktop.
Updating a Windows 8 Project to Windows 8.1

Library Project

  • <Project ToolsVersion="12.0" - was 4.0
  • <ProjectGuid>{DF7DEFA5-13DE-4B22-9D77-8817EB6C153A}</ProjectGuid> - was <ProjectGuid>{166FB620-192D-46A9-9F8D-5536C678AED0}</ProjectGuid>
  • New parameter: <TargetPlatformVersion>8.1</TargetPlatformVersion>
  • New parameter: <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  • <VisualStudioVersion>12.0</VisualStudioVersion> - was 11.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment