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 /Source/VSProps/Configuration.StaticLibrary.props | |
| parent | 2808909a978ba1c9d7b7f162a1765796f2ac201d (diff) | |
msbuild: use default Project attrs
maybe it makes the xml less scary :D
Diffstat (limited to 'Source/VSProps/Configuration.StaticLibrary.props')
| -rw-r--r-- | Source/VSProps/Configuration.StaticLibrary.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/VSProps/Configuration.StaticLibrary.props b/Source/VSProps/Configuration.StaticLibrary.props index 162dd946f2..0da3b50064 100644 --- a/Source/VSProps/Configuration.StaticLibrary.props +++ b/Source/VSProps/Configuration.StaticLibrary.props @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project> <Import Project="Configuration.Base.props" /> <PropertyGroup Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> |
