Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
656191ee
Commit
656191ee
authored
May 19, 2023
by
Vinicius Jarina
Browse files
Fix UWP build on VS 2022
parent
189904f4
Changes
1
Show whitespace changes
Inline
Side-by-side
build/uap10.0/NLua.UWP.csproj
View file @
656191ee
...
...
@@ -11,8 +11,8 @@
<AssemblyName>
NLua
</AssemblyName>
<DefaultLanguage>
en-US
</DefaultLanguage>
<TargetPlatformIdentifier>
UAP
</TargetPlatformIdentifier>
<TargetPlatformVersion
Condition=
" '$(TargetPlatformVersion)' == '' "
>
10.0.1
8362
.0
</TargetPlatformVersion>
<TargetPlatformMinVersion>
10.0.17
763
.0
</TargetPlatformMinVersion>
<TargetPlatformVersion
Condition=
" '$(TargetPlatformVersion)' == '' "
>
10.0.1
9041
.0
</TargetPlatformVersion>
<TargetPlatformMinVersion>
10.0.17
134
.0
</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>
14
</MinimumVisualStudioVersion>
<FileAlignment>
512
</FileAlignment>
<ProjectTypeGuids>
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
</ProjectTypeGuids>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment