Windows 10 build 9927

10.0.9927
Build of Windows 10
Screenshot
OS familyWindows NT
Version number10.0
Build number9927

Windows 10 build 9927 is an unleaked build of Windows 10. It was referenced in the C# project file App14.csproj shown in the video "Extension SDKs" for the "Developer's Guide to Windows 10 Preview" series on Channel 9.[1]

<PropertyGroup>
    ...
    <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
    <TargetPlatformVersion>10.0.9927.0</TargetPlatformVersion>
    <TargetPlatformMinVersion>10.0.9926.0</TargetPlatformMinVersion>
    <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
    ...
</PropertyGroup>

References[edit | edit source]