diff --git a/nuget/Microsoft.Windows.CsWinRT.nuspec b/nuget/Microsoft.Windows.CsWinRT.nuspec
index a2564854d..bf4629492 100644
--- a/nuget/Microsoft.Windows.CsWinRT.nuspec
+++ b/nuget/Microsoft.Windows.CsWinRT.nuspec
@@ -35,6 +35,5 @@
-
diff --git a/nuget/Microsoft.Windows.CsWinRT.targets b/nuget/Microsoft.Windows.CsWinRT.targets
index 57a2bf79b..e9a29d767 100644
--- a/nuget/Microsoft.Windows.CsWinRT.targets
+++ b/nuget/Microsoft.Windows.CsWinRT.targets
@@ -147,40 +147,34 @@ $(CsWinRTFilters)
-
-
-
-
-
-
- $(_DirectoryBuildTargetsBasePath)\$(CsWinRTGuidPatchRepoPath)
- $(_DirectoryBuildTargetsBasePath)\$(CsWinRTGuidPatchRuntimePath)
-
-
-
- $(CsWinRTPath)build\tools\
- $(CsWinRTPath)lib\net5.0\
-
+
+
+ $(CsWinRTGuidPatchPath)
+ $(CsWinRTGuidPatchRuntimePath)
+
+ $(CsWinRTPath)build\tools\
+ $(CsWinRTPath)lib\net5.0\
+
@(BuiltProjectOutputGroupKeyOutput->'%(Identity)')
+
+
+
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 3b6519197..a0ee6a9e3 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -27,10 +27,8 @@
- true
- Perf\GuidPatch\bin\$(Platform)\$(Configuration)\net5.0\
-
- WinRT.Runtime\bin\$(Configuration)\net5.0\
+ $(MSBuildProjectDirectory)\Perf\GuidPatch\bin\$(Platform)\$(Configuration)\net5.0\
+ $(MSBuildProjectDirectory)\WinRT.Runtime\bin\$(Configuration)\net5.0\
diff --git a/src/Perf/GuidPatch/GuidPatch.csproj b/src/Perf/GuidPatch/GuidPatch.csproj
index c9ca52748..3d9a8f99a 100644
--- a/src/Perf/GuidPatch/GuidPatch.csproj
+++ b/src/Perf/GuidPatch/GuidPatch.csproj
@@ -4,7 +4,7 @@
Exe
net5.0
enable
- AnyCPU;x64;x86
+ AnyCPU
diff --git a/src/Perf/GuidPatch/Program.cs b/src/Perf/GuidPatch/Program.cs
index 56c48c6ea..579788732 100644
--- a/src/Perf/GuidPatch/Program.cs
+++ b/src/Perf/GuidPatch/Program.cs
@@ -8,7 +8,6 @@ class Program
{
static void Main(string[] args)
{
- Console.WriteLine("Hello World!");
if (args.Length != 2)
{
Console.WriteLine($"Expected to be given two arguments. Given {args.Length}");
diff --git a/src/Projections/Windows/Windows.csproj b/src/Projections/Windows/Windows.csproj
index 542fbda34..f0e9d5265 100644
--- a/src/Projections/Windows/Windows.csproj
+++ b/src/Projections/Windows/Windows.csproj
@@ -3,7 +3,6 @@
netstandard2.0;net5.0
x64;x86
- true