diff --git a/DisCatSharp.ApplicationCommands/Properties/AssemblyProperties.cs b/DisCatSharp.ApplicationCommands/Properties/AssemblyProperties.cs index 8a16f3b9d..5f468d028 100644 --- a/DisCatSharp.ApplicationCommands/Properties/AssemblyProperties.cs +++ b/DisCatSharp.ApplicationCommands/Properties/AssemblyProperties.cs @@ -1,26 +1,43 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2022 AITSYS // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. using System.Runtime.CompilerServices; +[assembly: InternalsVisibleTo("DisCatSharp")] +[assembly: InternalsVisibleTo("DisCatSharp.CommandsNext")] +[assembly: InternalsVisibleTo("DisCatSharp.Common")] +[assembly: InternalsVisibleTo("DisCatSharp.Configuration")] +[assembly: InternalsVisibleTo("DisCatSharp.Configuration.Tests")] +[assembly: InternalsVisibleTo("DisCatSharp.Hosting")] +[assembly: InternalsVisibleTo("DisCatSharp.Hosting.DependencyInjection")] +[assembly: InternalsVisibleTo("DisCatSharp.Hosting.Tests")] +[assembly: InternalsVisibleTo("DisCatSharp.Interactivity")] +[assembly: InternalsVisibleTo("DisCatSharp.Lavalink")] +[assembly: InternalsVisibleTo("DisCatSharp.Phabricator")] +[assembly: InternalsVisibleTo("DisCatSharp.Support")] +[assembly: InternalsVisibleTo("DisCatSharp.Test")] +[assembly: InternalsVisibleTo("DisCatSharp.VoiceNext")] +[assembly: InternalsVisibleTo("DisCatSharp.VoiceNext.Natives")] +[assembly: InternalsVisibleTo("Nyaw")] [assembly: InternalsVisibleTo("DisCatSharp.DevTools")] -[assembly: InternalsVisibleTo("DisCatSharp.DevTools.ApplicationCommands")] +[assembly: InternalsVisibleTo("DisCatSharp.DocsGenerator")] +[assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] diff --git a/DisCatSharp/Properties/AssemblyProperties.cs b/DisCatSharp.CommandsNext/Properties/AssemblyProperties.cs similarity index 92% copy from DisCatSharp/Properties/AssemblyProperties.cs copy to DisCatSharp.CommandsNext/Properties/AssemblyProperties.cs index 02cec07cd..2e51799d9 100644 --- a/DisCatSharp/Properties/AssemblyProperties.cs +++ b/DisCatSharp.CommandsNext/Properties/AssemblyProperties.cs @@ -1,42 +1,43 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2022 AITSYS // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("DisCatSharp.ApplicationCommands")] -[assembly: InternalsVisibleTo("DisCatSharp.CommandsNext")] +[assembly: InternalsVisibleTo("DisCatSharp")] [assembly: InternalsVisibleTo("DisCatSharp.Common")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.DependencyInjection")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Interactivity")] [assembly: InternalsVisibleTo("DisCatSharp.Lavalink")] [assembly: InternalsVisibleTo("DisCatSharp.Phabricator")] [assembly: InternalsVisibleTo("DisCatSharp.Support")] [assembly: InternalsVisibleTo("DisCatSharp.Test")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext.Natives")] [assembly: InternalsVisibleTo("Nyaw")] [assembly: InternalsVisibleTo("DisCatSharp.DevTools")] -[assembly: InternalsVisibleTo("DisCatSharp.DevTools.ApplicationCommands")] +[assembly: InternalsVisibleTo("DisCatSharp.DocsGenerator")] +[assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] diff --git a/DisCatSharp/Properties/AssemblyProperties.cs b/DisCatSharp.Common/Properties/AssemblyProperties.cs similarity index 93% copy from DisCatSharp/Properties/AssemblyProperties.cs copy to DisCatSharp.Common/Properties/AssemblyProperties.cs index 02cec07cd..aca4455ac 100644 --- a/DisCatSharp/Properties/AssemblyProperties.cs +++ b/DisCatSharp.Common/Properties/AssemblyProperties.cs @@ -1,42 +1,43 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2022 AITSYS // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("DisCatSharp.ApplicationCommands")] [assembly: InternalsVisibleTo("DisCatSharp.CommandsNext")] -[assembly: InternalsVisibleTo("DisCatSharp.Common")] +[assembly: InternalsVisibleTo("DisCatSharp")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.DependencyInjection")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Interactivity")] [assembly: InternalsVisibleTo("DisCatSharp.Lavalink")] [assembly: InternalsVisibleTo("DisCatSharp.Phabricator")] [assembly: InternalsVisibleTo("DisCatSharp.Support")] [assembly: InternalsVisibleTo("DisCatSharp.Test")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext.Natives")] [assembly: InternalsVisibleTo("Nyaw")] [assembly: InternalsVisibleTo("DisCatSharp.DevTools")] -[assembly: InternalsVisibleTo("DisCatSharp.DevTools.ApplicationCommands")] +[assembly: InternalsVisibleTo("DisCatSharp.DocsGenerator")] +[assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] diff --git a/DisCatSharp.Configuration/Properties/AssemblyProperties.cs b/DisCatSharp.Configuration/Properties/AssemblyProperties.cs index be3c13b73..f132ffd41 100644 --- a/DisCatSharp.Configuration/Properties/AssemblyProperties.cs +++ b/DisCatSharp.Configuration/Properties/AssemblyProperties.cs @@ -1,26 +1,43 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2022 AITSYS // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. using System.Runtime.CompilerServices; +[assembly: InternalsVisibleTo("DisCatSharp.ApplicationCommands")] +[assembly: InternalsVisibleTo("DisCatSharp.CommandsNext")] +[assembly: InternalsVisibleTo("DisCatSharp.Common")] +[assembly: InternalsVisibleTo("DisCatSharp")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting")] +[assembly: InternalsVisibleTo("DisCatSharp.Hosting.DependencyInjection")] +[assembly: InternalsVisibleTo("DisCatSharp.Hosting.Tests")] +[assembly: InternalsVisibleTo("DisCatSharp.Interactivity")] +[assembly: InternalsVisibleTo("DisCatSharp.Lavalink")] +[assembly: InternalsVisibleTo("DisCatSharp.Phabricator")] +[assembly: InternalsVisibleTo("DisCatSharp.Support")] +[assembly: InternalsVisibleTo("DisCatSharp.Test")] +[assembly: InternalsVisibleTo("DisCatSharp.VoiceNext")] +[assembly: InternalsVisibleTo("DisCatSharp.VoiceNext.Natives")] +[assembly: InternalsVisibleTo("Nyaw")] +[assembly: InternalsVisibleTo("DisCatSharp.DevTools")] +[assembly: InternalsVisibleTo("DisCatSharp.DocsGenerator")] +[assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] diff --git a/DisCatSharp.Hosting/Properties/AssemblyProperties.cs b/DisCatSharp.Hosting/Properties/AssemblyProperties.cs index 773bd7f54..e0524a945 100644 --- a/DisCatSharp.Hosting/Properties/AssemblyProperties.cs +++ b/DisCatSharp.Hosting/Properties/AssemblyProperties.cs @@ -1,26 +1,43 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2022 AITSYS // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. using System.Runtime.CompilerServices; -[assembly: InternalsVisibleTo("DisCatSharp.Hosting")] +[assembly: InternalsVisibleTo("DisCatSharp.ApplicationCommands")] +[assembly: InternalsVisibleTo("DisCatSharp.CommandsNext")] +[assembly: InternalsVisibleTo("DisCatSharp.Common")] +[assembly: InternalsVisibleTo("DisCatSharp.Configuration")] +[assembly: InternalsVisibleTo("DisCatSharp.Configuration.Tests")] +[assembly: InternalsVisibleTo("DisCatSharp")] +[assembly: InternalsVisibleTo("DisCatSharp.Hosting.DependencyInjection")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.Tests")] +[assembly: InternalsVisibleTo("DisCatSharp.Interactivity")] +[assembly: InternalsVisibleTo("DisCatSharp.Lavalink")] +[assembly: InternalsVisibleTo("DisCatSharp.Phabricator")] +[assembly: InternalsVisibleTo("DisCatSharp.Support")] +[assembly: InternalsVisibleTo("DisCatSharp.Test")] +[assembly: InternalsVisibleTo("DisCatSharp.VoiceNext")] +[assembly: InternalsVisibleTo("DisCatSharp.VoiceNext.Natives")] +[assembly: InternalsVisibleTo("Nyaw")] +[assembly: InternalsVisibleTo("DisCatSharp.DevTools")] +[assembly: InternalsVisibleTo("DisCatSharp.DocsGenerator")] +[assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] diff --git a/DisCatSharp/Properties/AssemblyProperties.cs b/DisCatSharp.Interactivity/Properties/AssemblyProperties.cs similarity index 92% copy from DisCatSharp/Properties/AssemblyProperties.cs copy to DisCatSharp.Interactivity/Properties/AssemblyProperties.cs index 02cec07cd..f62fa9f63 100644 --- a/DisCatSharp/Properties/AssemblyProperties.cs +++ b/DisCatSharp.Interactivity/Properties/AssemblyProperties.cs @@ -1,42 +1,43 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2022 AITSYS // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("DisCatSharp.ApplicationCommands")] [assembly: InternalsVisibleTo("DisCatSharp.CommandsNext")] [assembly: InternalsVisibleTo("DisCatSharp.Common")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.DependencyInjection")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.Tests")] -[assembly: InternalsVisibleTo("DisCatSharp.Interactivity")] +[assembly: InternalsVisibleTo("DisCatSharp")] [assembly: InternalsVisibleTo("DisCatSharp.Lavalink")] [assembly: InternalsVisibleTo("DisCatSharp.Phabricator")] [assembly: InternalsVisibleTo("DisCatSharp.Support")] [assembly: InternalsVisibleTo("DisCatSharp.Test")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext.Natives")] [assembly: InternalsVisibleTo("Nyaw")] [assembly: InternalsVisibleTo("DisCatSharp.DevTools")] -[assembly: InternalsVisibleTo("DisCatSharp.DevTools.ApplicationCommands")] +[assembly: InternalsVisibleTo("DisCatSharp.DocsGenerator")] +[assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] diff --git a/DisCatSharp/Properties/AssemblyProperties.cs b/DisCatSharp.Lavalink/Properties/AssemblyProperties.cs similarity index 93% copy from DisCatSharp/Properties/AssemblyProperties.cs copy to DisCatSharp.Lavalink/Properties/AssemblyProperties.cs index 02cec07cd..192b92256 100644 --- a/DisCatSharp/Properties/AssemblyProperties.cs +++ b/DisCatSharp.Lavalink/Properties/AssemblyProperties.cs @@ -1,42 +1,43 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2022 AITSYS // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("DisCatSharp.ApplicationCommands")] [assembly: InternalsVisibleTo("DisCatSharp.CommandsNext")] [assembly: InternalsVisibleTo("DisCatSharp.Common")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.DependencyInjection")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Interactivity")] -[assembly: InternalsVisibleTo("DisCatSharp.Lavalink")] +[assembly: InternalsVisibleTo("DisCatSharp")] [assembly: InternalsVisibleTo("DisCatSharp.Phabricator")] [assembly: InternalsVisibleTo("DisCatSharp.Support")] [assembly: InternalsVisibleTo("DisCatSharp.Test")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext.Natives")] [assembly: InternalsVisibleTo("Nyaw")] [assembly: InternalsVisibleTo("DisCatSharp.DevTools")] -[assembly: InternalsVisibleTo("DisCatSharp.DevTools.ApplicationCommands")] +[assembly: InternalsVisibleTo("DisCatSharp.DocsGenerator")] +[assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] diff --git a/DisCatSharp/Properties/AssemblyProperties.cs b/DisCatSharp.VoiceNext/Properties/AssemblyProperties.cs similarity index 92% copy from DisCatSharp/Properties/AssemblyProperties.cs copy to DisCatSharp.VoiceNext/Properties/AssemblyProperties.cs index 02cec07cd..ddb2b5e5b 100644 --- a/DisCatSharp/Properties/AssemblyProperties.cs +++ b/DisCatSharp.VoiceNext/Properties/AssemblyProperties.cs @@ -1,42 +1,43 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2022 AITSYS // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("DisCatSharp.ApplicationCommands")] [assembly: InternalsVisibleTo("DisCatSharp.CommandsNext")] [assembly: InternalsVisibleTo("DisCatSharp.Common")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.DependencyInjection")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Interactivity")] [assembly: InternalsVisibleTo("DisCatSharp.Lavalink")] [assembly: InternalsVisibleTo("DisCatSharp.Phabricator")] [assembly: InternalsVisibleTo("DisCatSharp.Support")] [assembly: InternalsVisibleTo("DisCatSharp.Test")] -[assembly: InternalsVisibleTo("DisCatSharp.VoiceNext")] +[assembly: InternalsVisibleTo("DisCatSharp")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext.Natives")] [assembly: InternalsVisibleTo("Nyaw")] [assembly: InternalsVisibleTo("DisCatSharp.DevTools")] -[assembly: InternalsVisibleTo("DisCatSharp.DevTools.ApplicationCommands")] +[assembly: InternalsVisibleTo("DisCatSharp.DocsGenerator")] +[assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] diff --git a/DisCatSharp/Properties/AssemblyProperties.cs b/DisCatSharp/Properties/AssemblyProperties.cs index 02cec07cd..5fdf3a399 100644 --- a/DisCatSharp/Properties/AssemblyProperties.cs +++ b/DisCatSharp/Properties/AssemblyProperties.cs @@ -1,42 +1,43 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2022 AITSYS // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("DisCatSharp.ApplicationCommands")] [assembly: InternalsVisibleTo("DisCatSharp.CommandsNext")] [assembly: InternalsVisibleTo("DisCatSharp.Common")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration")] [assembly: InternalsVisibleTo("DisCatSharp.Configuration.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.DependencyInjection")] [assembly: InternalsVisibleTo("DisCatSharp.Hosting.Tests")] [assembly: InternalsVisibleTo("DisCatSharp.Interactivity")] [assembly: InternalsVisibleTo("DisCatSharp.Lavalink")] [assembly: InternalsVisibleTo("DisCatSharp.Phabricator")] [assembly: InternalsVisibleTo("DisCatSharp.Support")] [assembly: InternalsVisibleTo("DisCatSharp.Test")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext.Natives")] [assembly: InternalsVisibleTo("Nyaw")] [assembly: InternalsVisibleTo("DisCatSharp.DevTools")] -[assembly: InternalsVisibleTo("DisCatSharp.DevTools.ApplicationCommands")] +[assembly: InternalsVisibleTo("DisCatSharp.DocsGenerator")] +[assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] diff --git a/DisCatSharp/Properties/Resources.Designer.cs b/DisCatSharp/Properties/Resources.Designer.cs deleted file mode 100644 index 5043e65f7..000000000 --- a/DisCatSharp/Properties/Resources.Designer.cs +++ /dev/null @@ -1,63 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace DisCatSharp.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DisCatSharp.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} diff --git a/DisCatSharp/Properties/Resources.resx b/DisCatSharp/Properties/Resources.resx deleted file mode 100644 index 4fdb1b6af..000000000 --- a/DisCatSharp/Properties/Resources.resx +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file