Skip to content

Commit 6d14d5e

Browse files
authored
Retargeting sample. (#648)
* Retargeting sample. * Adding tags to reference from the docs. * Update MainPage.xaml.cs
1 parent ff41cae commit 6d14d5e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

quickstart/csharp/uwp/keyword-recognizer/helloworld/MainPage.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Copyright (c) Microsoft. All rights reserved.
33
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
44
//
5+
// <code>
56
using System;
67
using System.Collections.Generic;
78
using System.IO;
@@ -170,3 +171,4 @@ private void UpdateStatus(string strMessage, NotifyType type)
170171
}
171172
}
172173
}
174+
// </code>

quickstart/csharp/uwp/keyword-recognizer/helloworld/helloworld.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<AssemblyName>helloworld</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.18362.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.17134.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

0 commit comments

Comments
 (0)