summaryrefslogtreecommitdiff
path: root/Source/Core/WinUpdater
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2022-04-18 01:05:21 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2022-04-27 15:26:43 -0700
commit64cd4cc86fa891150b3d4aae6e10826bc44d9ba3 (patch)
tree976129f23b902b2b121bb9ca1dfc82d65d38b696 /Source/Core/WinUpdater
parent2808909a978ba1c9d7b7f162a1765796f2ac201d (diff)
msbuild: use default Project attrs
maybe it makes the xml less scary :D
Diffstat (limited to 'Source/Core/WinUpdater')
-rw-r--r--Source/Core/WinUpdater/WinUpdater.vcxproj2
-rw-r--r--Source/Core/WinUpdater/WinUpdater.vcxproj.filters2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/WinUpdater/WinUpdater.vcxproj b/Source/Core/WinUpdater/WinUpdater.vcxproj
index fd64846a2f..08f4fe6f2e 100644
--- a/Source/Core/WinUpdater/WinUpdater.vcxproj
+++ b/Source/Core/WinUpdater/WinUpdater.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/WinUpdater/WinUpdater.vcxproj.filters b/Source/Core/WinUpdater/WinUpdater.vcxproj.filters
index a430cf5a09..d26f8a82cf 100644
--- a/Source/Core/WinUpdater/WinUpdater.vcxproj.filters
+++ b/Source/Core/WinUpdater/WinUpdater.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="Main.cpp" />
<ClCompile Include="WinUI.cpp" />