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/quantize.vcxproj | |
parent | 5c2ea988f080e30506e21c568f09b9e4f231d77e (diff) | |
download | xbyak-2501ba9a1fc437127ef15f4f5e78e98e7dfa03ff.tar.gz xbyak-2501ba9a1fc437127ef15f4f5e78e98e7dfa03ff.zip |
remove *.user and *.vcproj
Diffstat (limited to 'sample/quantize.vcxproj')
-rw-r--r-- | sample/quantize.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/quantize.vcxproj b/sample/quantize.vcxproj index 9a633ef..5d073e7 100644 --- a/sample/quantize.vcxproj +++ b/sample/quantize.vcxproj @@ -20,7 +20,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D06753BF-E1F3-4578-9B18-08673327F77C}</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"> |