diff --git a/DisCatSharp.ApplicationCommands/Properties/AssemblyProperties.cs b/DisCatSharp.ApplicationCommands/Properties/AssemblyProperties.cs index 26e980138..39f46f550 100644 --- a/DisCatSharp.ApplicationCommands/Properties/AssemblyProperties.cs +++ b/DisCatSharp.ApplicationCommands/Properties/AssemblyProperties.cs @@ -1,48 +1,49 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2023 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.Experimental")] [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.DocsGenerator")] [assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] [assembly: InternalsVisibleTo("DisCatSharp.TranslationGenerator")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode.Metadata.ManagedReference")] +[assembly: InternalsVisibleTo("ProjectMakoto")] diff --git a/DisCatSharp.Attributes/Properties/AssemblyProperties.cs b/DisCatSharp.Attributes/Properties/AssemblyProperties.cs index 5841f7937..a8c02716b 100644 --- a/DisCatSharp.Attributes/Properties/AssemblyProperties.cs +++ b/DisCatSharp.Attributes/Properties/AssemblyProperties.cs @@ -1,47 +1,48 @@ // 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.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.DocsGenerator")] [assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode.Metadata.ManagedReference")] [assembly: InternalsVisibleTo("DisCatSharp.Experimental")] +[assembly: InternalsVisibleTo("ProjectMakoto")] diff --git a/DisCatSharp.CommandsNext/Properties/AssemblyProperties.cs b/DisCatSharp.CommandsNext/Properties/AssemblyProperties.cs index e53ea1406..b9818096f 100644 --- a/DisCatSharp.CommandsNext/Properties/AssemblyProperties.cs +++ b/DisCatSharp.CommandsNext/Properties/AssemblyProperties.cs @@ -1,46 +1,47 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2023 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.Experimental")] [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.DocsGenerator")] [assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode.Metadata.ManagedReference")] +[assembly: InternalsVisibleTo("ProjectMakoto")] diff --git a/DisCatSharp.Common/Properties/AssemblyProperties.cs b/DisCatSharp.Common/Properties/AssemblyProperties.cs index afff6029f..2086c1821 100644 --- a/DisCatSharp.Common/Properties/AssemblyProperties.cs +++ b/DisCatSharp.Common/Properties/AssemblyProperties.cs @@ -1,46 +1,47 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2023 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.Experimental")] [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.DocsGenerator")] [assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode.Metadata.ManagedReference")] +[assembly: InternalsVisibleTo("ProjectMakoto")] diff --git a/DisCatSharp.Configuration/Properties/AssemblyProperties.cs b/DisCatSharp.Configuration/Properties/AssemblyProperties.cs index 3f20b1da6..ff3293bd3 100644 --- a/DisCatSharp.Configuration/Properties/AssemblyProperties.cs +++ b/DisCatSharp.Configuration/Properties/AssemblyProperties.cs @@ -1,45 +1,46 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2023 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")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode.Metadata.ManagedReference")] +[assembly: InternalsVisibleTo("ProjectMakoto")] diff --git a/DisCatSharp.Hosting/Properties/AssemblyProperties.cs b/DisCatSharp.Hosting/Properties/AssemblyProperties.cs index 880e70683..1e5544132 100644 --- a/DisCatSharp.Hosting/Properties/AssemblyProperties.cs +++ b/DisCatSharp.Hosting/Properties/AssemblyProperties.cs @@ -1,45 +1,46 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2023 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")] [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")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode.Metadata.ManagedReference")] +[assembly: InternalsVisibleTo("ProjectMakoto")] diff --git a/DisCatSharp.Interactivity/Properties/AssemblyProperties.cs b/DisCatSharp.Interactivity/Properties/AssemblyProperties.cs index f7ff00198..1d56237a5 100644 --- a/DisCatSharp.Interactivity/Properties/AssemblyProperties.cs +++ b/DisCatSharp.Interactivity/Properties/AssemblyProperties.cs @@ -1,46 +1,47 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2023 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.Experimental")] [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")] [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")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode.Metadata.ManagedReference")] +[assembly: InternalsVisibleTo("ProjectMakoto")] diff --git a/DisCatSharp.Lavalink/Properties/AssemblyProperties.cs b/DisCatSharp.Lavalink/Properties/AssemblyProperties.cs index 520b9efc7..8dd8983d2 100644 --- a/DisCatSharp.Lavalink/Properties/AssemblyProperties.cs +++ b/DisCatSharp.Lavalink/Properties/AssemblyProperties.cs @@ -1,46 +1,47 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2023 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.Experimental")] [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.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")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode.Metadata.ManagedReference")] +[assembly: InternalsVisibleTo("ProjectMakoto")] diff --git a/DisCatSharp.VoiceNext/Properties/AssemblyProperties.cs b/DisCatSharp.VoiceNext/Properties/AssemblyProperties.cs index 6d97072cd..718f5c632 100644 --- a/DisCatSharp.VoiceNext/Properties/AssemblyProperties.cs +++ b/DisCatSharp.VoiceNext/Properties/AssemblyProperties.cs @@ -1,47 +1,48 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2023 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.Experimental")] [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")] [assembly: InternalsVisibleTo("DisCatSharp.VoiceNext.Natives")] [assembly: InternalsVisibleTo("Nyaw")] [assembly: InternalsVisibleTo("DisCatSharp.DevTools")] [assembly: InternalsVisibleTo("DisCatSharp.DocsGenerator")] [assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode.Metadata.ManagedReference")] +[assembly: InternalsVisibleTo("ProjectMakoto")] diff --git a/DisCatSharp/Properties/AssemblyProperties.cs b/DisCatSharp/Properties/AssemblyProperties.cs index de8723399..7d25d0124 100644 --- a/DisCatSharp/Properties/AssemblyProperties.cs +++ b/DisCatSharp/Properties/AssemblyProperties.cs @@ -1,46 +1,47 @@ // This file is part of the DisCatSharp project, based off DSharpPlus. // // Copyright (c) 2021-2023 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.DocsGenerator")] [assembly: InternalsVisibleTo("DisCatSharp.StaffApps")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode")] [assembly: InternalsVisibleTo("Microsoft.DocAsCode.Metadata.ManagedReference")] [assembly: InternalsVisibleTo("DisCatSharp.Experimental")] +[assembly: InternalsVisibleTo("ProjectMakoto")]