diff options
author | MITSUNARI Shigeo <[email protected]> | 2019-09-16 21:47:19 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2019-09-16 21:47:19 +0900 |
commit | 2501ba9a1fc437127ef15f4f5e78e98e7dfa03ff (patch) | |
tree | 4e7273de552ba135f10bc3e600d301e24108c103 /sample/toyvm.vcxproj | |
parent | 5c2ea988f080e30506e21c568f09b9e4f231d77e (diff) | |
download | xbyak-2501ba9a1fc437127ef15f4f5e78e98e7dfa03ff.tar.gz xbyak-2501ba9a1fc437127ef15f4f5e78e98e7dfa03ff.zip |
remove *.user and *.vcproj
Diffstat (limited to 'sample/toyvm.vcxproj')
-rw-r--r-- | sample/toyvm.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/toyvm.vcxproj b/sample/toyvm.vcxproj index 081b16a..1663516 100644 --- a/sample/toyvm.vcxproj +++ b/sample/toyvm.vcxproj @@ -20,7 +20,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{2E41C7AF-39FF-454C-B081-37445378DCB3}</ProjectGuid> - <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |