diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2022-04-18 01:05:21 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2022-04-27 15:26:43 -0700 |
| commit | 64cd4cc86fa891150b3d4aae6e10826bc44d9ba3 (patch) | |
| tree | 976129f23b902b2b121bb9ca1dfc82d65d38b696 /Externals/cpp-optparse/cpp-optparse.vcxproj | |
| parent | 2808909a978ba1c9d7b7f162a1765796f2ac201d (diff) | |
msbuild: use default Project attrs
maybe it makes the xml less scary :D
Diffstat (limited to 'Externals/cpp-optparse/cpp-optparse.vcxproj')
| -rw-r--r-- | Externals/cpp-optparse/cpp-optparse.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj index 7c7d89099a..93196962de 100644 --- a/Externals/cpp-optparse/cpp-optparse.vcxproj +++ b/Externals/cpp-optparse/cpp-optparse.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project> <Import Project="..\..\Source\VSProps\Base.Macros.props" /> <Import Project="$(VSPropsDir)Base.Targets.props" /> <PropertyGroup Label="Globals"> |
