diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-05-29 22:29:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-29 22:29:44 +0200 |
| commit | c76335eaf1bdf5606d353169872c2b53ddb0f2c5 (patch) | |
| tree | b33efa6743571800bae8690b5fd6108dc0e9ca2f /Externals/cpp-optparse/cpp-optparse.vcxproj | |
| parent | 9b8f57725f7f1aeb366a1695fcb8673733c0ce8c (diff) | |
| parent | e37ab851ad7a5243682ba1dfe019aef9a3749ac3 (diff) | |
Merge pull request #5484 from BhaaLseN/permissive
Windows: Enable MSVC Standards Conformance (/permissive-)
Diffstat (limited to 'Externals/cpp-optparse/cpp-optparse.vcxproj')
| -rw-r--r-- | Externals/cpp-optparse/cpp-optparse.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj index aa59b90632..2ab8b046c8 100644 --- a/Externals/cpp-optparse/cpp-optparse.vcxproj +++ b/Externals/cpp-optparse/cpp-optparse.vcxproj @@ -12,6 +12,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{C636D9D1-82FE-42B5-9987-63B7D4836341}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Label="Configuration"> |
