diff --git a/VpSharp.Commands/Assembly.cs b/VpSharp.Commands/Assembly.cs deleted file mode 100644 index f547610..0000000 --- a/VpSharp.Commands/Assembly.cs +++ /dev/null @@ -1 +0,0 @@ -[assembly: CLSCompliant(true)] diff --git a/VpSharp.Commands/VpSharp.Commands.csproj b/VpSharp.Commands/VpSharp.Commands.csproj index c6d05bc..5015151 100644 --- a/VpSharp.Commands/VpSharp.Commands.csproj +++ b/VpSharp.Commands/VpSharp.Commands.csproj @@ -40,6 +40,12 @@ $(VersionPrefix) + + + <_Parameter1>true + + + True diff --git a/VpSharp/VpSharp.csproj b/VpSharp/VpSharp.csproj index 935b680..9f3e932 100644 --- a/VpSharp/VpSharp.csproj +++ b/VpSharp/VpSharp.csproj @@ -41,6 +41,19 @@ $(VersionPrefix) + + + <_Parameter1>true + + + + + + + + + + True diff --git a/VpSharp/src/Assembly.cs b/VpSharp/src/Assembly.cs deleted file mode 100644 index 09e3f50..0000000 --- a/VpSharp/src/Assembly.cs +++ /dev/null @@ -1,6 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: CLSCompliant(true)] -[assembly: InternalsVisibleTo("VpSharp.Commands")] -[assembly: InternalsVisibleTo("VpSharp.IntegrationTests")] -[assembly: InternalsVisibleTo("VpSharp.Tests")]