diff options
author | Mattiwatti <mattiwatti@gmail.com> | 2019-04-08 23:25:10 +0200 |
---|---|---|
committer | Mattiwatti <mattiwatti@gmail.com> | 2019-04-08 23:25:10 +0200 |
commit | 21828acd6551d32a02b5f61fdc6c3a10ce0811e6 (patch) | |
tree | c2f47695a8e0cc595754c32b91782ca8dfc8189a /EfiGuardDxe | |
parent | d50a2aa7397e22558842faccc76a5d372c6e318c (diff) |
Update to VS2019
Diffstat (limited to 'EfiGuardDxe')
-rw-r--r-- | EfiGuardDxe/EfiGuardDxe.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/EfiGuardDxe/EfiGuardDxe.vcxproj b/EfiGuardDxe/EfiGuardDxe.vcxproj index 3fa60fb..f5cc621 100644 --- a/EfiGuardDxe/EfiGuardDxe.vcxproj +++ b/EfiGuardDxe/EfiGuardDxe.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> @@ -7,6 +7,7 @@ </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> + <VCProjectVersion>16.0</VCProjectVersion> <Keyword>Win32Proj</Keyword> <ProjectGuid>{D7484EBA-6357-4D81-B355-066E28D5DF72}</ProjectGuid> </PropertyGroup> |