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/Core/DolphinNoGUI | |
| parent | 2808909a978ba1c9d7b7f162a1765796f2ac201d (diff) | |
msbuild: use default Project attrs
maybe it makes the xml less scary :D
Diffstat (limited to 'Source/Core/DolphinNoGUI')
| -rw-r--r-- | Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj | 2 | ||||
| -rw-r--r-- | Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj.filters | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj b/Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj index d1567c90d8..1466b68027 100644 --- a/Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj +++ b/Source/Core/DolphinNoGUI/DolphinNoGUI.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="..\..\VSProps\Base.Macros.props" /> <Import Project="$(VSPropsDir)Base.Targets.props" /> <PropertyGroup Label="Globals"> diff --git a/Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj.filters b/Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj.filters index 1a368e0465..91e0dceb56 100644 --- a/Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj.filters +++ b/Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj.filters @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project> <ItemGroup> <ClCompile Include="Platform.cpp" /> <ClCompile Include="PlatformHeadless.cpp" /> |
