Addressing Minor Cleanup (#31845)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Fri, 7 Feb 2020 03:08:07 +0000 (19:08 -0800)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2020 03:08:07 +0000 (19:08 -0800)
commitc0e876f165792085c0eb10051409266bc9451f98
treeae686f80dbff718c603b6b43c5d7f8c0ebcd837f
parent796d36a5ce080a94ef62bf3670146653ab8f4c50
Addressing Minor Cleanup (#31845)

* addressing viktor feedback

* Update System.Reflection.Emit.ILGeneration.csproj

* Update tests.proj

* Update System.Reflection.Emit.Lightweight.csproj

* Update System.Xml.XPath.XDocument.Tests.csproj

* fixing emit projects, making them similar before config change

Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
22 files changed:
src/libraries/Common/tests/StaticTestGenerator/StaticTestGenerator.csproj
src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj
src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj
src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeConsoleApp/NativeConsoleApp.vcxproj
src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeLibrary/NativeLibrary.vcxproj
src/libraries/System.Diagnostics.FileVersionInfo/tests/SecondNativeLibrary/SecondNativeLibrary.vcxproj
src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj
src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj
src/libraries/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj
src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj
src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj
src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj
src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj
src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj
src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj
src/libraries/build.proj
src/libraries/shims/manual/Directory.Build.props
src/libraries/tests.proj