diff --git a/.gitmirrorall b/.gitmirrorall new file mode 100644 index 000000000000..9ee5c57b9917 --- /dev/null +++ b/.gitmirrorall @@ -0,0 +1 @@ +This folder will be mirrored by the Git-TFS Mirror recursively. \ No newline at end of file diff --git a/dir.props b/dir.props index 155dd6a271b0..d490d266b238 100644 --- a/dir.props +++ b/dir.props @@ -1,4 +1,5 @@ + 1.0.25-prerelease-4 @@ -8,15 +9,15 @@ $(MSBuildThisFileDirectory) $(ProjectDir)src\ - $(ProjectDir)bin\ + $(ProjectDir)bin\ $(BinDir)tests\ - $(ProjectDir)packages\ + $(ProjectDir)packages\ $(PackagesDir)Microsoft.DotNet.BuildTools.$(BuildToolsVersion)\lib\ - $(PackagesDir)NuGet.exe + $(PackagesDir)NuGet.exe $(SourceDir)NuGet.Config -ConfigFile "$(NuGetConfigFile)" @@ -74,14 +75,14 @@ - $(ProjectDir)bin\ + $(ProjectDir)bin\ $(BaseOutputPath)$(OS)\$(Configuration)\ $(BaseOutputPath)$(Platform)\$(OS)\$(Configuration)\ $(BaseOutputPathWithConfig)$(MSBuildProjectName)\ - $(BaseOutputPath)obj\ - $(BaseIntermediateOutputPath)$(MSBuildProjectName)\$(OS)\$(Configuration)\ - $(BaseIntermediateOutputPath)$(MSBuildProjectName)\$(Platform)\$(OS)\$(Configuration)\ + $(BaseOutputPath)obj\ + $(BaseIntermediateOutputPath)$(MSBuildProjectName)\$(OS)\$(Configuration)\ + $(BaseIntermediateOutputPath)$(MSBuildProjectName)\$(Platform)\$(OS)\$(Configuration)\ $(TestWorkingDir)$(MSBuildProjectName)\$(OS)\$(Configuration)\ $(TestWorkingDir)$(MSBuildProjectName)\$(Platform)\$(OS)\$(Configuration)\ diff --git a/src/Common/tests/XunitTraitsDiscoverers/XunitTraitsDiscoverers.csproj b/src/Common/tests/XunitTraitsDiscoverers/XunitTraitsDiscoverers.csproj index f3ddffd147dc..591d6045dd13 100644 --- a/src/Common/tests/XunitTraitsDiscoverers/XunitTraitsDiscoverers.csproj +++ b/src/Common/tests/XunitTraitsDiscoverers/XunitTraitsDiscoverers.csproj @@ -9,6 +9,7 @@ Library XunitTraitsDiscoverers Xunit.TraitDiscoverers + false diff --git a/src/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj b/src/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj index b71e4a461de9..9b5ccc8c1c33 100644 --- a/src/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj +++ b/src/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj @@ -18,7 +18,6 @@ - diff --git a/src/Microsoft.Win32.Primitives/src/Properties/AssemblyInfo.cs b/src/Microsoft.Win32.Primitives/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 4b24a905928b..000000000000 --- a/src/Microsoft.Win32.Primitives/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCulture("")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyProduct("Microsoft.Win32.Primitives")] -[assembly: AssemblyTitle("Microsoft.Win32.Primitives")] -[assembly: AssemblyTrademark("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -[assembly: CLSCompliant(true)] -[assembly: ComVisible(false)] - diff --git a/src/Microsoft.Win32.Registry/tests/AssemblyInfo.cs b/src/Microsoft.Win32.Registry/tests/AssemblyInfo.cs deleted file mode 100644 index 7c77698e3589..000000000000 --- a/src/Microsoft.Win32.Registry/tests/AssemblyInfo.cs +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using Xunit; - -// Registry tests can conflict with each other due to accessing the same keys/values in the registry -[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)] \ No newline at end of file diff --git a/src/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj b/src/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj index feb8269224a0..f3a89da8c6c3 100644 --- a/src/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj +++ b/src/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj @@ -15,7 +15,6 @@ - diff --git a/src/System.Collections.Concurrent/src/Properties/AssemblyInfo.cs b/src/System.Collections.Concurrent/src/Properties/AssemblyInfo.cs deleted file mode 100644 index dda56f3da439..000000000000 --- a/src/System.Collections.Concurrent/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyTitle("System.Collections.Concurrent")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Collections.Concurrent")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] \ No newline at end of file diff --git a/src/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj b/src/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj index 4808882cb84f..1ff60a12d424 100644 --- a/src/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj +++ b/src/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj @@ -15,7 +15,6 @@ - True True diff --git a/src/System.Collections.Immutable/src/Properties/AssemblyInfo.cs b/src/System.Collections.Immutable/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 4a9a2e51404b..000000000000 --- a/src/System.Collections.Immutable/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCulture("")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyProduct("System.Collections.Immutable")] -[assembly: AssemblyTitle("System.Collections.Immutable")] -[assembly: AssemblyTrademark("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -[assembly: CLSCompliant(true)] -[assembly: ComVisible(false)] - -#if SIGNED -[assembly: InternalsVisibleTo("System.Collections.Immutable.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -#else -[assembly: InternalsVisibleTo("System.Collections.Immutable.Tests")] -#endif diff --git a/src/System.Collections.Immutable/src/Properties/InternalsVisibleTo.cs b/src/System.Collections.Immutable/src/Properties/InternalsVisibleTo.cs new file mode 100644 index 000000000000..37a19b97a35b --- /dev/null +++ b/src/System.Collections.Immutable/src/Properties/InternalsVisibleTo.cs @@ -0,0 +1,9 @@ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +//------------------------------------------------------------ + +//------------------------------------------------------------ + +using System.Runtime.CompilerServices; + +[assembly: InternalsVisibleTo("System.Collections.Immutable.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] diff --git a/src/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/System.Collections.Immutable/src/System.Collections.Immutable.csproj index 451cc9d65923..4de47e8a28e3 100644 --- a/src/System.Collections.Immutable/src/System.Collections.Immutable.csproj +++ b/src/System.Collections.Immutable/src/System.Collections.Immutable.csproj @@ -28,7 +28,7 @@ prompt 4 false - System.Collections.Immutable.ruleset + System.Collections.Immutable.ruleset pdbonly @@ -39,7 +39,7 @@ false - + diff --git a/src/System.Collections.Immutable/tests/Properties/AssemblyInfo.cs b/src/System.Collections.Immutable/tests/Properties/AssemblyInfo.cs deleted file mode 100644 index ab40c95ecd57..000000000000 --- a/src/System.Collections.Immutable/tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("System.Collections.Immutable.Test")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Collections.Immutable.Test")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] diff --git a/src/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj b/src/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj index bc1e8ea2667d..3999e094c131 100644 --- a/src/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj +++ b/src/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj @@ -55,7 +55,6 @@ - diff --git a/src/System.ComponentModel.Annotations/src/Properties/AssemblyInfo.cs b/src/System.ComponentModel.Annotations/src/Properties/AssemblyInfo.cs deleted file mode 100644 index ed96979c7718..000000000000 --- a/src/System.ComponentModel.Annotations/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] -[assembly: AssemblyTitle("System.ComponentModel.Annotations")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.ComponentModel.Annotations")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] \ No newline at end of file diff --git a/src/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj b/src/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj index 8423cf4a4053..041d5be3742b 100644 --- a/src/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj +++ b/src/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj @@ -14,7 +14,6 @@ - Strings.resx True diff --git a/src/System.ComponentModel.EventBasedAsync/src/Properties/AssemblyInfo.cs b/src/System.ComponentModel.EventBasedAsync/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 078388cae5d0..000000000000 --- a/src/System.ComponentModel.EventBasedAsync/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] -[assembly: AssemblyTitle("System.ComponentModel.EventBasedAsync")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.ComponentModel.EventBasedAsync")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj b/src/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj index 0923a0e7527b..930365e1c315 100644 --- a/src/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj +++ b/src/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj @@ -15,7 +15,6 @@ - True True diff --git a/src/System.ComponentModel.Primitives/src/Properties/AssemblyInfo.cs b/src/System.ComponentModel.Primitives/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 64ef1d952b42..000000000000 --- a/src/System.ComponentModel.Primitives/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] -[assembly: AssemblyTitle("System.ComponentModel.Primitives")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.ComponentModel.Primitives")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj b/src/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj index 33202d28ccfc..17de01bb582f 100644 --- a/src/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj +++ b/src/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj @@ -15,7 +15,6 @@ - diff --git a/src/System.ComponentModel.TypeConverter/src/Properties/AssemblyInfo.cs b/src/System.ComponentModel.TypeConverter/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 4aa837dd8f08..000000000000 --- a/src/System.ComponentModel.TypeConverter/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] -[assembly: AssemblyTitle("System.ComponentModel.TypeConverter")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.ComponentModel.TypeConverter")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj b/src/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj index 42208d0f0278..5e32038f087e 100644 --- a/src/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj +++ b/src/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj @@ -15,7 +15,6 @@ - True True diff --git a/src/System.ComponentModel/src/Properties/AssemblyInfo.cs b/src/System.ComponentModel/src/Properties/AssemblyInfo.cs deleted file mode 100644 index d087811874f9..000000000000 --- a/src/System.ComponentModel/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] -[assembly: AssemblyTitle("System.ComponentModel")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.ComponentModel")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.ComponentModel/src/System.ComponentModel.csproj b/src/System.ComponentModel/src/System.ComponentModel.csproj index 70230148a733..0c7128c35a39 100644 --- a/src/System.ComponentModel/src/System.ComponentModel.csproj +++ b/src/System.ComponentModel/src/System.ComponentModel.csproj @@ -16,7 +16,6 @@ - diff --git a/src/System.Console/src/Properties/AssemblyInfo.cs b/src/System.Console/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 8d98bd5c3ec4..000000000000 --- a/src/System.Console/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] -[assembly: AssemblyTitle("System.Console")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Console")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.Console/src/System.Console.csproj b/src/System.Console/src/System.Console.csproj index 2f6a770b0a13..ddf973762938 100644 --- a/src/System.Console/src/System.Console.csproj +++ b/src/System.Console/src/System.Console.csproj @@ -30,7 +30,6 @@ - @@ -66,9 +65,9 @@ Common\Interop\Interop.Errors.cs - - Common\Interop\Interop.IOErrors.cs - + + Common\Interop\Interop.IOErrors.cs + Common\Interop\Interop.close.cs diff --git a/src/System.Console/tests/System.Console.Tests.csproj b/src/System.Console/tests/System.Console.Tests.csproj index 62dbd7bc2284..c766be354d99 100644 --- a/src/System.Console/tests/System.Console.Tests.csproj +++ b/src/System.Console/tests/System.Console.Tests.csproj @@ -15,7 +15,6 @@ - @@ -24,6 +23,7 @@ + diff --git a/src/System.Console/tests/AssemblyInfo.cs b/src/System.Console/tests/XunitAssemblyAttributes.cs similarity index 100% rename from src/System.Console/tests/AssemblyInfo.cs rename to src/System.Console/tests/XunitAssemblyAttributes.cs diff --git a/src/System.Diagnostics.FileVersionInfo/tests/Assembly1.csproj b/src/System.Diagnostics.FileVersionInfo/tests/Assembly1.csproj index a2cf1cb4ce13..06b541bea667 100644 --- a/src/System.Diagnostics.FileVersionInfo/tests/Assembly1.csproj +++ b/src/System.Diagnostics.FileVersionInfo/tests/Assembly1.csproj @@ -9,6 +9,7 @@ Assembly1 62805582 {28EB14BE-3BC9-4543-ABA6-A932424DFBD0} + false diff --git a/src/System.Diagnostics.Process/src/Interop/Interop.Windows.cs b/src/System.Diagnostics.Process/src/Interop/Interop.Windows.cs index ea9cc76f9806..117dd1c83c2e 100644 --- a/src/System.Diagnostics.Process/src/Interop/Interop.Windows.cs +++ b/src/System.Diagnostics.Process/src/Interop/Interop.Windows.cs @@ -395,7 +395,7 @@ public static extern bool DuplicateHandle( int dwOptions ); - [DllImport("api-ms-win-core-processsecurity-l1-1-0", CharSet = System.Runtime.InteropServices.CharSet.Unicode, SetLastError = true)] + [DllImport("api-ms-win-core-processthreads-l1-1-0", CharSet = System.Runtime.InteropServices.CharSet.Unicode, SetLastError = true)] public static extern bool OpenProcessToken(SafeProcessHandle ProcessHandle, int DesiredAccess, out SafeTokenHandle TokenHandle); [DllImport("api-ms-win-security-lsalookup-l2-1-0", CharSet = System.Runtime.InteropServices.CharSet.Unicode, SetLastError = true, BestFitMapping = false)] diff --git a/src/System.Diagnostics.Process/src/Properties/AssemblyInfo.cs b/src/System.Diagnostics.Process/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 615bbe6e0925..000000000000 --- a/src/System.Diagnostics.Process/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] -[assembly: AssemblyTitle("System.Diagnostics.Process")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Diagnostics.Process")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] diff --git a/src/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj b/src/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj index b8bbfabd5a6d..58c701759358 100644 --- a/src/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj +++ b/src/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj @@ -21,7 +21,6 @@ Common\System\SR.cs - True True diff --git a/src/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests/System.Diagnostics.Process.Tests.csproj b/src/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests/System.Diagnostics.Process.Tests.csproj index 17338d93b19b..8c7cb4f9e3cc 100644 --- a/src/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests/System.Diagnostics.Process.Tests.csproj +++ b/src/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests/System.Diagnostics.Process.Tests.csproj @@ -22,7 +22,6 @@ - diff --git a/src/System.Diagnostics.TraceSource/src/Properties/AssemblyInfo.cs b/src/System.Diagnostics.TraceSource/src/Properties/AssemblyInfo.cs deleted file mode 100644 index f43e1105ca34..000000000000 --- a/src/System.Diagnostics.TraceSource/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("System.Diagnostics.TraceSource.Properties")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft Corp.")] -[assembly: AssemblyProduct("System.Diagnostics.TraceSource.Properties")] -[assembly: AssemblyCopyright("Copyright © Microsoft Corp. 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("edb520f3-bcce-4033-95aa-2b97c8773480")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -[assembly: AssemblyVersion("999.999.999.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj b/src/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj index 6a6e59578369..f90c413d3d2f 100644 --- a/src/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj +++ b/src/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj @@ -20,7 +20,6 @@ Common\System\SR.cs - True True diff --git a/src/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj b/src/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj index 950a63c56365..df46edb310b8 100644 --- a/src/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj +++ b/src/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj @@ -9,6 +9,7 @@ System.IO.FileSystem.DriveInfo {29C14AD7-DC03-45DC-897D-8DACC762707E} true + false @@ -24,9 +25,9 @@ Common\Interop\Interop.Errors.cs - - Common\Interop\Interop.IOErrors.cs - + + Common\Interop\Interop.IOErrors.cs + Common\Interop\Interop.statvfs.cs diff --git a/src/System.IO.FileSystem.Primitives/src/Properties/AssemblyInfo.cs b/src/System.IO.FileSystem.Primitives/src/Properties/AssemblyInfo.cs deleted file mode 100644 index e08aae0294bb..000000000000 --- a/src/System.IO.FileSystem.Primitives/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCulture("")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyProduct("System.IO.FileSystem.Primitives")] -[assembly: AssemblyTitle("System.IO.FileSystem.Primitives")] -[assembly: AssemblyTrademark("")] - -[assembly: CLSCompliant(true)] -[assembly: ComVisible(false)] diff --git a/src/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj b/src/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj index 275272e0e2e1..95b7943c5711 100644 --- a/src/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj +++ b/src/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj @@ -9,7 +9,6 @@ System.IO.FileSystem.Primitives - diff --git a/src/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj b/src/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj index 6973e4a16183..2a281a81ccd0 100644 --- a/src/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj +++ b/src/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj @@ -11,11 +11,9 @@ true AnyCPU - MinimumRecommendedRules.ruleset AnyCPU - MinimumRecommendedRules.ruleset diff --git a/src/System.IO.FileSystem/src/Properties/AssemblyInfo.cs b/src/System.IO.FileSystem/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 09da2a2240c0..000000000000 --- a/src/System.IO.FileSystem/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCulture("")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyProduct("System.IO.FileSystem")] -[assembly: AssemblyTitle("System.IO.FileSystem")] -[assembly: AssemblyTrademark("")] - -[assembly: CLSCompliant(true)] -[assembly: ComVisible(false)] diff --git a/src/System.IO.FileSystem/src/System.IO.FileSystem.csproj b/src/System.IO.FileSystem/src/System.IO.FileSystem.csproj index 89fb4d977873..408ee6f96c63 100644 --- a/src/System.IO.FileSystem/src/System.IO.FileSystem.csproj +++ b/src/System.IO.FileSystem/src/System.IO.FileSystem.csproj @@ -19,11 +19,9 @@ true AnyCPU - MinimumRecommendedRules.ruleset AnyCPU - MinimumRecommendedRules.ruleset @@ -33,7 +31,6 @@ - @@ -117,9 +114,9 @@ Common\Interop\Interop.Errors.cs - - Common\Interop\Interop.IOErrors.cs - + + Common\Interop\Interop.IOErrors.cs + Common\Interop\Interop.access.cs diff --git a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj index 97bbd4d4dacc..05d6c8afd8ed 100644 --- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj +++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj @@ -12,11 +12,9 @@ true AnyCPU - MinimumRecommendedRules.ruleset AnyCPU - MinimumRecommendedRules.ruleset diff --git a/src/System.IO.MemoryMappedFiles/src/Properties/AssemblyInfo.cs b/src/System.IO.MemoryMappedFiles/src/Properties/AssemblyInfo.cs deleted file mode 100644 index d408433ec4af..000000000000 --- a/src/System.IO.MemoryMappedFiles/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyTitle("System.IO.MemoryMappedFiles")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.IO.MemoryMappedFiles")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] diff --git a/src/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj b/src/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj index 654bef50b106..cc6e4d8c76ec 100644 --- a/src/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj +++ b/src/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj @@ -22,7 +22,6 @@ Common\System\SR.cs - True True diff --git a/src/System.IO.Pipes/src/Properties/AssemblyInfo.cs b/src/System.IO.Pipes/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 3fd1bec8e9eb..000000000000 --- a/src/System.IO.Pipes/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,2 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. diff --git a/src/System.IO.Pipes/src/System.IO.Pipes.csproj b/src/System.IO.Pipes/src/System.IO.Pipes.csproj index 2708e9768177..691b07cf377f 100644 --- a/src/System.IO.Pipes/src/System.IO.Pipes.csproj +++ b/src/System.IO.Pipes/src/System.IO.Pipes.csproj @@ -25,7 +25,6 @@ Common\System\IO\StreamAsyncHelper.cs - True True diff --git a/src/System.IO.UnmanagedMemoryStream/src/Properties/AssemblyInfo.cs b/src/System.IO.UnmanagedMemoryStream/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 4d27f256e34b..000000000000 --- a/src/System.IO.UnmanagedMemoryStream/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCulture("")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyProduct("System.IO.UnmanagedMemoryStream")] -[assembly: AssemblyTitle("System.IO.UnmanagedMemoryStream")] -[assembly: AssemblyTrademark("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -[assembly: CLSCompliant(true)] -[assembly: ComVisible(false)] - -[assembly: InternalsVisibleTo("System.IO.UnmanagedMemoryStream.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] - diff --git a/src/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj b/src/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj index f166061a75f3..f6e4d6b00e38 100644 --- a/src/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj +++ b/src/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj @@ -18,7 +18,6 @@ - True True diff --git a/src/System.Linq.Parallel/src/Properties/AssemblyInfo.cs b/src/System.Linq.Parallel/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 4bacef7ad2f9..000000000000 --- a/src/System.Linq.Parallel/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyTitle("System.Linq.Parallel")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Linq.Parallel")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - - - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.Linq.Parallel/src/System.Linq.Parallel.csproj b/src/System.Linq.Parallel/src/System.Linq.Parallel.csproj index 1e9b4c4883fb..03ad0eb0002f 100644 --- a/src/System.Linq.Parallel/src/System.Linq.Parallel.csproj +++ b/src/System.Linq.Parallel/src/System.Linq.Parallel.csproj @@ -23,7 +23,6 @@ True Strings.resx - diff --git a/src/System.Linq.Parallel/tests/AssemblyInfo.cs b/src/System.Linq.Parallel/tests/AssemblyInfo.cs deleted file mode 100644 index 5612c3ba72e3..000000000000 --- a/src/System.Linq.Parallel/tests/AssemblyInfo.cs +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System.Reflection; -using System.Runtime.InteropServices; -using Xunit; - -// Tests could run slower if PLINQ itself is run in parallel, especially as concurrent -// queries compete for thread pool resources -[assembly: CollectionBehavior(DisableTestParallelization = true)] - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("System.Linq.Parallel.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Linq.Parallel.Tests")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] diff --git a/src/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj b/src/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj index 16ea91a28a60..23d1fb3f2494 100644 --- a/src/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj +++ b/src/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj @@ -24,7 +24,6 @@ - diff --git a/src/System.Numerics.Vectors/src/Properties/AssemblyInfo.cs b/src/System.Numerics.Vectors/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 58d08bfed5a5..000000000000 --- a/src/System.Numerics.Vectors/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyTitle("System.Numerics.Vectors")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Numerics.Vectors")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] \ No newline at end of file diff --git a/src/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj b/src/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj index b0350a0a5a9b..32193562d32f 100644 --- a/src/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj +++ b/src/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj @@ -28,7 +28,6 @@ - True True diff --git a/src/System.Numerics.Vectors/tests/Properties/AssemblyInfo.cs b/src/System.Numerics.Vectors/tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 832dee8d70e3..000000000000 --- a/src/System.Numerics.Vectors/tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System.Resources; -using System.Reflection; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("System.Numerics.Vectors.UnitTests.Desktop")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Numerics.Vectors.UnitTests.Desktop")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguage("en")] - diff --git a/src/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj b/src/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj index fad3f2f657c9..572d7e29a426 100644 --- a/src/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj +++ b/src/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj @@ -20,7 +20,6 @@ - True True diff --git a/src/System.Reflection.Metadata/src/Properties/AssemblyInfo.cs b/src/System.Reflection.Metadata/src/Properties/InternalsVisibleTo.cs similarity index 54% rename from src/System.Reflection.Metadata/src/Properties/AssemblyInfo.cs rename to src/System.Reflection.Metadata/src/Properties/InternalsVisibleTo.cs index 34ed48d52e0c..4790cffe03df 100644 --- a/src/System.Reflection.Metadata/src/Properties/AssemblyInfo.cs +++ b/src/System.Reflection.Metadata/src/Properties/InternalsVisibleTo.cs @@ -1,20 +1,9 @@ // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. +//------------------------------------------------------------ -using System.Resources; -using System.Reflection; -using System.Runtime.CompilerServices; - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] +//------------------------------------------------------------ -[assembly: NeutralResourcesLanguageAttribute("en-US")] +using System.Runtime.CompilerServices; -#if SIGNED [assembly: InternalsVisibleTo("System.Reflection.Metadata.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -#else -[assembly: InternalsVisibleTo("System.Reflection.Metadata.Tests")] -#endif diff --git a/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj index 473914823f13..e2d26ad1330f 100644 --- a/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj +++ b/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj @@ -18,6 +18,8 @@ SAK SAK en-US + 1591 + false AnyCPU @@ -27,7 +29,6 @@ DEBUG;TRACE prompt 4 - 1591 true @@ -37,10 +38,9 @@ TRACE prompt 4 - 1591 - + True True diff --git a/src/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj b/src/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj index cc99da85cf6f..29dbd5f3982d 100644 --- a/src/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj +++ b/src/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj @@ -12,6 +12,7 @@ 512 false 83230753 + false AnyCPU diff --git a/src/System.Resources.ResourceWriter/src/Properties/AssemblyInfo.cs b/src/System.Resources.ResourceWriter/src/Properties/AssemblyInfo.cs deleted file mode 100644 index b82b33b9a96c..000000000000 --- a/src/System.Resources.ResourceWriter/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] -[assembly: AssemblyTitle("System.Resources.ResourceWriter")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Resources.ResourceWriter")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.Resources.ResourceWriter/src/System.Resources.ResourceWriter.csproj b/src/System.Resources.ResourceWriter/src/System.Resources.ResourceWriter.csproj index 467e2717c9e9..f1ee5f9fa72a 100644 --- a/src/System.Resources.ResourceWriter/src/System.Resources.ResourceWriter.csproj +++ b/src/System.Resources.ResourceWriter/src/System.Resources.ResourceWriter.csproj @@ -30,7 +30,6 @@ - True True diff --git a/src/System.Text.RegularExpressions/src/Properties/AssemblyInfo.cs b/src/System.Text.RegularExpressions/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 6eef076000b2..000000000000 --- a/src/System.Text.RegularExpressions/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyTitle("System.Text.RegularExpressions")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Text.RegularExpressions")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - - - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj b/src/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj index 166820db5fa1..809e1bad1753 100644 --- a/src/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj +++ b/src/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj @@ -15,7 +15,6 @@ - True True diff --git a/src/System.Threading.Tasks.Dataflow/src/Properties/AssemblyInfo.cs b/src/System.Threading.Tasks.Dataflow/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 7f19567d0038..000000000000 --- a/src/System.Threading.Tasks.Dataflow/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("System.Threading.Tasks.Dataflow")] -[assembly: AssemblyDescription("System.Threading.Tasks.Dataflow")] -[assembly: AssemblyProduct("System.Threading.Tasks.Dataflow")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -[assembly: NeutralResourcesLanguageAttribute("en")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] - -[assembly: CLSCompliant(true)] diff --git a/src/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.WP8.csproj b/src/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.WP8.csproj index 6b1b8314f2a1..d189746874ae 100644 --- a/src/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.WP8.csproj +++ b/src/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.WP8.csproj @@ -56,7 +56,6 @@ - True True diff --git a/src/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj b/src/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj index d2dd3b37afbb..42cd24ee299b 100644 --- a/src/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj +++ b/src/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj @@ -56,7 +56,6 @@ - True True diff --git a/src/System.Threading.Tasks.Dataflow/tests/Properties/AssemblyInfo.cs b/src/System.Threading.Tasks.Dataflow/tests/Properties/AssemblyInfo.cs deleted file mode 100644 index cec1be1155d0..000000000000 --- a/src/System.Threading.Tasks.Dataflow/tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("System.Threading.Tasks.Dataflow.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("System.Threading.Tasks.Dataflow.Tests")] -[assembly: AssemblyCopyright("Copyright © 2014")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("14543b7c-d3a0-43d6-8d79-ce787bf739d2")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj b/src/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj index 8d2a1ee319c4..339ff1c67f79 100644 --- a/src/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj +++ b/src/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj @@ -19,7 +19,6 @@ - diff --git a/src/System.Xml.XDocument/src/Properties/AssemblyInfo.cs b/src/System.Xml.XDocument/src/Properties/AssemblyInfo.cs deleted file mode 100644 index aafdcd9c4216..000000000000 --- a/src/System.Xml.XDocument/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyTitle("System.Xml.XDocument")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Xml.XDocument")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - - - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.Xml.XDocument/src/System.Xml.XDocument.csproj b/src/System.Xml.XDocument/src/System.Xml.XDocument.csproj index eacdcfdeda1f..506a2f63b804 100644 --- a/src/System.Xml.XDocument/src/System.Xml.XDocument.csproj +++ b/src/System.Xml.XDocument/src/System.Xml.XDocument.csproj @@ -57,7 +57,6 @@ - diff --git a/src/System.Xml.XPath.XDocument/src/Properties/AssemblyInfo.cs b/src/System.Xml.XPath.XDocument/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 2ccafc685f55..000000000000 --- a/src/System.Xml.XPath.XDocument/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyTitle("System.Xml.XPath.XDocument")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Xml.XPath.XDocument")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj b/src/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj index 3e108825326a..baf3a60d5309 100644 --- a/src/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj +++ b/src/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj @@ -28,7 +28,6 @@ - diff --git a/src/System.Xml.XPath.XmlDocument/src/Properties/AssemblyInfo.cs b/src/System.Xml.XPath.XmlDocument/src/Properties/AssemblyInfo.cs deleted file mode 100644 index d8c6db195004..000000000000 --- a/src/System.Xml.XPath.XmlDocument/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyTitle("System.Xml.XPath.XmlDocument")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Xml.XPath.XmlDocument")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.Xml.XPath.XmlDocument/src/System.Xml.XPath.XmlDocument.csproj b/src/System.Xml.XPath.XmlDocument/src/System.Xml.XPath.XmlDocument.csproj index 1dc75f06ae63..a97b1e8347c8 100644 --- a/src/System.Xml.XPath.XmlDocument/src/System.Xml.XPath.XmlDocument.csproj +++ b/src/System.Xml.XPath.XmlDocument/src/System.Xml.XPath.XmlDocument.csproj @@ -52,7 +52,6 @@ - diff --git a/src/System.Xml.XPath/src/Properties/AssemblyInfo.cs b/src/System.Xml.XPath/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 8658fd3ef6f0..000000000000 --- a/src/System.Xml.XPath/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyTitle("System.Xml.XPath")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Xml.XPath")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.Xml.XPath/src/System.Xml.XPath.csproj b/src/System.Xml.XPath/src/System.Xml.XPath.csproj index 1ac8a1dffc04..757f20d70225 100644 --- a/src/System.Xml.XPath/src/System.Xml.XPath.csproj +++ b/src/System.Xml.XPath/src/System.Xml.XPath.csproj @@ -130,7 +130,6 @@ - diff --git a/src/System.Xml.XmlDocument/src/Properties/AssemblyInfo.cs b/src/System.Xml.XmlDocument/src/Properties/AssemblyInfo.cs deleted file mode 100644 index 6221f400db3b..000000000000 --- a/src/System.Xml.XmlDocument/src/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyFileVersion("999.999.999.0")] -[assembly: AssemblyInformationalVersion("999.999.999.0")] -[assembly: AssemblyVersion("999.999.999.0")] - -[assembly: AssemblyTitle("System.Xml.XmlDocument")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("System.Xml.XmlDocument")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguageAttribute("en-US")] - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - diff --git a/src/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj b/src/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj index 5e0bc07794dd..e3370cb949e2 100644 --- a/src/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj +++ b/src/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj @@ -12,7 +12,6 @@ true true AnyCPU - MinimumRecommendedRules.ruleset @@ -80,7 +79,6 @@ - diff --git a/src/dir.targets b/src/dir.targets index 3d047b2f1ea4..d58a8dcd1ca4 100644 --- a/src/dir.targets +++ b/src/dir.targets @@ -38,6 +38,7 @@ --> + - + @@ -74,6 +76,19 @@ + + + + 999.999.999.999 + true + true + + + + @@ -85,6 +100,8 @@ False + + false diff --git a/src/dirs.proj b/src/dirs.proj index 2bf5e6095af6..b58240e9062e 100644 --- a/src/dirs.proj +++ b/src/dirs.proj @@ -2,8 +2,8 @@ - - + + @@ -12,11 +12,11 @@ - $(BaseOutputPathWithConfig) + $(BaseOutputPathWithConfig) - - + + $(TraversalBuildDependsOn); BuildPackages;