summaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-04-30 21:00:09 +0200
committerraysan5 <[email protected]>2020-04-30 21:00:09 +0200
commit1c15dc72928c55fe01a1ed58c2a1d329eb80029d (patch)
treef3e6218ed14496c472e1f71a00e71f7b040738c4 /projects
parent0981dde9d4d6bdbb123ad31474aa1a44f34606cf (diff)
downloadraylib-1c15dc72928c55fe01a1ed58c2a1d329eb80029d.tar.gz
raylib-1c15dc72928c55fe01a1ed58c2a1d329eb80029d.zip
Reviewed UWP update
Mostly code formatting tweaks
Diffstat (limited to 'projects')
-rw-r--r--projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj4
-rw-r--r--projects/VS2017.UWP/raylib.UWP/raylib.UWP.vcxproj4
2 files changed, 4 insertions, 4 deletions
diff --git a/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj b/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj
index cddbe0dc..6f61a751 100644
--- a/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj
+++ b/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj
@@ -33,8 +33,8 @@
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
- <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
- <WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
+ <WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
+ <WindowsTargetPlatformMinVersion>10.0.18362.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<ProjectName>raylib.App.UWP</ProjectName>
</PropertyGroup>
diff --git a/projects/VS2017.UWP/raylib.UWP/raylib.UWP.vcxproj b/projects/VS2017.UWP/raylib.UWP/raylib.UWP.vcxproj
index 26ae61da..ea96bb5f 100644
--- a/projects/VS2017.UWP/raylib.UWP/raylib.UWP.vcxproj
+++ b/projects/VS2017.UWP/raylib.UWP/raylib.UWP.vcxproj
@@ -64,8 +64,8 @@
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
- <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
- <WindowsTargetPlatformMinVersion>10.0.15063.0</WindowsTargetPlatformMinVersion>
+ <WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
+ <WindowsTargetPlatformMinVersion>10.0.18362.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />