From 698bac63d52001451a5d3dc6025abaea13db1b22 Mon Sep 17 00:00:00 2001 From: Generoso Martello Date: Tue, 23 Jun 2020 11:14:23 +0200 Subject: [PATCH] moved solution file to root folder --- UPnP/UPnP.sln => UPnP.sln | 478 +++++++++++++++++++------------------- 1 file changed, 239 insertions(+), 239 deletions(-) rename UPnP/UPnP.sln => UPnP.sln (95%) diff --git a/UPnP/UPnP.sln b/UPnP.sln similarity index 95% rename from UPnP/UPnP.sln rename to UPnP.sln index 415bec8..8e449cf 100644 --- a/UPnP/UPnP.sln +++ b/UPnP.sln @@ -1,239 +1,239 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29613.14 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UPnP", "UPnP.csproj", "{584ED187-8F2A-4B58-A266-85F3F212B092}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.UPnP", "..\Test.UPnP\Test.UPnP.csproj", "{B2674788-A4F4-477B-90B6-A3B6E552DBEB}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|x64 = Debug|x64 - Release|Any CPU = Release|Any CPU - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {584ED187-8F2A-4B58-A266-85F3F212B092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {584ED187-8F2A-4B58-A266-85F3F212B092}.Debug|Any CPU.Build.0 = Debug|Any CPU - {584ED187-8F2A-4B58-A266-85F3F212B092}.Debug|x64.ActiveCfg = Debug|Any CPU - {584ED187-8F2A-4B58-A266-85F3F212B092}.Debug|x64.Build.0 = Debug|Any CPU - {584ED187-8F2A-4B58-A266-85F3F212B092}.Release|Any CPU.ActiveCfg = Release|Any CPU - {584ED187-8F2A-4B58-A266-85F3F212B092}.Release|Any CPU.Build.0 = Release|Any CPU - {584ED187-8F2A-4B58-A266-85F3F212B092}.Release|x64.ActiveCfg = Release|Any CPU - {584ED187-8F2A-4B58-A266-85F3F212B092}.Release|x64.Build.0 = Release|Any CPU - {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Debug|x64.ActiveCfg = Debug|Any CPU - {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Debug|x64.Build.0 = Debug|Any CPU - {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Release|Any CPU.Build.0 = Release|Any CPU - {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Release|x64.ActiveCfg = Release|Any CPU - {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Release|x64.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {FDC90701-4EC1-4406-BE42-611914E1608C} - EndGlobalSection - GlobalSection(MonoDevelopProperties) = preSolution - Policies = $0 - $0.TextStylePolicy = $19 - $1.FileWidth = 240 - $1.EolMarker = Unix - $1.inheritsSet = VisualStudio - $1.inheritsScope = text/plain - $1.scope = text/x-csharp - $0.CSharpFormattingPolicy = $2 - $2.AnonymousMethodBraceStyle = NextLine - $2.PropertyBraceStyle = NextLine - $2.PropertyGetBraceStyle = NextLine - $2.PropertySetBraceStyle = NextLine - $2.EventBraceStyle = NextLine - $2.EventAddBraceStyle = NextLine - $2.EventRemoveBraceStyle = NextLine - $2.StatementBraceStyle = NextLine - $2.ElseNewLinePlacement = NewLine - $2.CatchNewLinePlacement = NewLine - $2.FinallyNewLinePlacement = NewLine - $2.BeforeMethodDeclarationParentheses = False - $2.BeforeMethodCallParentheses = False - $2.BeforeConstructorDeclarationParentheses = False - $2.BeforeIndexerDeclarationBracket = False - $2.BeforeDelegateDeclarationParentheses = False - $2.AfterDelegateDeclarationParameterComma = True - $2.NewParentheses = False - $2.SpacesBeforeBrackets = False - $2.MethodCallArgumentWrapping = DoNotWrap - $2.NewLineAferMethodCallOpenParentheses = SameLine - $2.MethodCallClosingParenthesesOnNewLine = SameLine - $2.MethodDeclarationParameterWrapping = DoNotWrap - $2.NewLineAferMethodDeclarationOpenParentheses = SameLine - $2.MethodDeclarationClosingParenthesesOnNewLine = SameLine - $2.AlignToFirstMethodDeclarationParameter = False - $2.IndexerDeclarationParameterWrapping = DoNotWrap - $2.NewLineAferIndexerDeclarationOpenBracket = SameLine - $2.IndexerDeclarationClosingBracketOnNewLine = SameLine - $2.AlignToFirstIndexerDeclarationParameter = False - $2.IndexerArgumentWrapping = DoNotWrap - $2.NewLineAferIndexerOpenBracket = SameLine - $2.IndexerClosingBracketOnNewLine = SameLine - $2.inheritsSet = Mono - $2.inheritsScope = text/x-csharp - $2.scope = text/x-csharp - $0.DotNetNamingPolicy = $3 - $3.DirectoryNamespaceAssociation = None - $3.ResourceNamePolicy = FileFormatDefault - $4.FileWidth = 240 - $4.EolMarker = Unix - $4.inheritsSet = VisualStudio - $4.inheritsScope = text/plain - $4.scope = text/plain - $5.inheritsSet = null - $5.scope = application/xml - $0.XmlFormattingPolicy = $18 - $6.inheritsSet = Mono - $6.inheritsScope = application/xml - $6.scope = application/xml - $7.inheritsSet = null - $7.scope = application/json - $8.inheritsSet = null - $8.scope = application/config+xml - $9.inheritsSet = null - $9.scope = application/config+xml - $10.inheritsSet = null - $10.scope = text/cache-manifest - $11.inheritsSet = null - $11.scope = application/x-sh - $12.inheritsSet = null - $12.scope = text/html - $13.inheritsSet = null - $13.scope = text/css - $14.inheritsSet = null - $14.scope = application/javascript - $15.inheritsSet = null - $15.scope = text/x-authors - $16.inheritsSet = null - $16.scope = text/x-markdown - $17.inheritsSet = null - $17.scope = image/svg+xml - $18.inheritsSet = null - $18.scope = image/svg+xml - $19.inheritsSet = null - $19.scope = application/x-sharedlib - $0.StandardHeader = $20 - $20.Text = - $20.IncludeInNewFiles = False - $0.NameConventionPolicy = $21 - $21.Rules = $22 - $22.NamingRule = $42 - $23.Name = Namespaces - $23.AffectedEntity = Namespace - $23.VisibilityMask = VisibilityMask - $23.NamingStyle = PascalCase - $23.IncludeInstanceMembers = True - $23.IncludeStaticEntities = True - $24.Name = Types - $24.AffectedEntity = Class, Struct, Enum, Delegate - $24.VisibilityMask = Public - $24.NamingStyle = PascalCase - $24.IncludeInstanceMembers = True - $24.IncludeStaticEntities = True - $25.Name = Interfaces - $25.RequiredPrefixes = $26 - $26.String = I - $25.AffectedEntity = Interface - $25.VisibilityMask = Public - $25.NamingStyle = PascalCase - $25.IncludeInstanceMembers = True - $25.IncludeStaticEntities = True - $27.Name = Attributes - $27.RequiredSuffixes = $28 - $28.String = Attribute - $27.AffectedEntity = CustomAttributes - $27.VisibilityMask = Public - $27.NamingStyle = PascalCase - $27.IncludeInstanceMembers = True - $27.IncludeStaticEntities = True - $29.Name = Event Arguments - $29.RequiredSuffixes = $30 - $30.String = EventArgs - $29.AffectedEntity = CustomEventArgs - $29.VisibilityMask = Public - $29.NamingStyle = PascalCase - $29.IncludeInstanceMembers = True - $29.IncludeStaticEntities = True - $31.Name = Exceptions - $31.RequiredSuffixes = $32 - $32.String = Exception - $31.AffectedEntity = CustomExceptions - $31.VisibilityMask = VisibilityMask - $31.NamingStyle = PascalCase - $31.IncludeInstanceMembers = True - $31.IncludeStaticEntities = True - $33.Name = Methods - $33.AffectedEntity = Methods - $33.VisibilityMask = Protected, Public - $33.NamingStyle = PascalCase - $33.IncludeInstanceMembers = True - $33.IncludeStaticEntities = True - $34.Name = Static Readonly Fields - $34.AffectedEntity = ReadonlyField - $34.VisibilityMask = Protected, Public - $34.NamingStyle = PascalCase - $34.IncludeInstanceMembers = False - $34.IncludeStaticEntities = True - $35.Name = Fields - $35.AffectedEntity = Field - $35.VisibilityMask = Protected, Public - $35.NamingStyle = PascalCase - $35.IncludeInstanceMembers = True - $35.IncludeStaticEntities = True - $36.Name = ReadOnly Fields - $36.AffectedEntity = ReadonlyField - $36.VisibilityMask = Protected, Public - $36.NamingStyle = PascalCase - $36.IncludeInstanceMembers = True - $36.IncludeStaticEntities = False - $37.Name = Constant Fields - $37.AffectedEntity = ConstantField - $37.VisibilityMask = Protected, Public - $37.NamingStyle = PascalCase - $37.IncludeInstanceMembers = True - $37.IncludeStaticEntities = True - $38.Name = Properties - $38.AffectedEntity = Property - $38.VisibilityMask = Protected, Public - $38.NamingStyle = PascalCase - $38.IncludeInstanceMembers = True - $38.IncludeStaticEntities = True - $39.Name = Events - $39.AffectedEntity = Event - $39.VisibilityMask = Protected, Public - $39.NamingStyle = PascalCase - $39.IncludeInstanceMembers = True - $39.IncludeStaticEntities = True - $40.Name = Enum Members - $40.AffectedEntity = EnumMember - $40.VisibilityMask = VisibilityMask - $40.NamingStyle = PascalCase - $40.IncludeInstanceMembers = True - $40.IncludeStaticEntities = True - $41.Name = Parameters - $41.AffectedEntity = Parameter - $41.VisibilityMask = VisibilityMask - $41.NamingStyle = CamelCase - $41.IncludeInstanceMembers = True - $41.IncludeStaticEntities = True - $42.Name = Type Parameters - $42.RequiredPrefixes = $43 - $43.String = T - $42.AffectedEntity = TypeParameter - $42.VisibilityMask = VisibilityMask - $42.NamingStyle = PascalCase - $42.IncludeInstanceMembers = True - $42.IncludeStaticEntities = True - version = 1.0 - EndGlobalSection -EndGlobal +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29613.14 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UPnP", "UPnP\UPnP.csproj", "{584ED187-8F2A-4B58-A266-85F3F212B092}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.UPnP", "Test.UPnP\Test.UPnP.csproj", "{B2674788-A4F4-477B-90B6-A3B6E552DBEB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {584ED187-8F2A-4B58-A266-85F3F212B092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {584ED187-8F2A-4B58-A266-85F3F212B092}.Debug|Any CPU.Build.0 = Debug|Any CPU + {584ED187-8F2A-4B58-A266-85F3F212B092}.Debug|x64.ActiveCfg = Debug|Any CPU + {584ED187-8F2A-4B58-A266-85F3F212B092}.Debug|x64.Build.0 = Debug|Any CPU + {584ED187-8F2A-4B58-A266-85F3F212B092}.Release|Any CPU.ActiveCfg = Release|Any CPU + {584ED187-8F2A-4B58-A266-85F3F212B092}.Release|Any CPU.Build.0 = Release|Any CPU + {584ED187-8F2A-4B58-A266-85F3F212B092}.Release|x64.ActiveCfg = Release|Any CPU + {584ED187-8F2A-4B58-A266-85F3F212B092}.Release|x64.Build.0 = Release|Any CPU + {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Debug|x64.ActiveCfg = Debug|Any CPU + {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Debug|x64.Build.0 = Debug|Any CPU + {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Release|Any CPU.Build.0 = Release|Any CPU + {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Release|x64.ActiveCfg = Release|Any CPU + {B2674788-A4F4-477B-90B6-A3B6E552DBEB}.Release|x64.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FDC90701-4EC1-4406-BE42-611914E1608C} + EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + Policies = $0 + $0.TextStylePolicy = $19 + $1.FileWidth = 240 + $1.EolMarker = Unix + $1.inheritsSet = VisualStudio + $1.inheritsScope = text/plain + $1.scope = text/x-csharp + $0.CSharpFormattingPolicy = $2 + $2.AnonymousMethodBraceStyle = NextLine + $2.PropertyBraceStyle = NextLine + $2.PropertyGetBraceStyle = NextLine + $2.PropertySetBraceStyle = NextLine + $2.EventBraceStyle = NextLine + $2.EventAddBraceStyle = NextLine + $2.EventRemoveBraceStyle = NextLine + $2.StatementBraceStyle = NextLine + $2.ElseNewLinePlacement = NewLine + $2.CatchNewLinePlacement = NewLine + $2.FinallyNewLinePlacement = NewLine + $2.BeforeMethodDeclarationParentheses = False + $2.BeforeMethodCallParentheses = False + $2.BeforeConstructorDeclarationParentheses = False + $2.BeforeIndexerDeclarationBracket = False + $2.BeforeDelegateDeclarationParentheses = False + $2.AfterDelegateDeclarationParameterComma = True + $2.NewParentheses = False + $2.SpacesBeforeBrackets = False + $2.MethodCallArgumentWrapping = DoNotWrap + $2.NewLineAferMethodCallOpenParentheses = SameLine + $2.MethodCallClosingParenthesesOnNewLine = SameLine + $2.MethodDeclarationParameterWrapping = DoNotWrap + $2.NewLineAferMethodDeclarationOpenParentheses = SameLine + $2.MethodDeclarationClosingParenthesesOnNewLine = SameLine + $2.AlignToFirstMethodDeclarationParameter = False + $2.IndexerDeclarationParameterWrapping = DoNotWrap + $2.NewLineAferIndexerDeclarationOpenBracket = SameLine + $2.IndexerDeclarationClosingBracketOnNewLine = SameLine + $2.AlignToFirstIndexerDeclarationParameter = False + $2.IndexerArgumentWrapping = DoNotWrap + $2.NewLineAferIndexerOpenBracket = SameLine + $2.IndexerClosingBracketOnNewLine = SameLine + $2.inheritsSet = Mono + $2.inheritsScope = text/x-csharp + $2.scope = text/x-csharp + $0.DotNetNamingPolicy = $3 + $3.DirectoryNamespaceAssociation = None + $3.ResourceNamePolicy = FileFormatDefault + $4.FileWidth = 240 + $4.EolMarker = Unix + $4.inheritsSet = VisualStudio + $4.inheritsScope = text/plain + $4.scope = text/plain + $5.inheritsSet = null + $5.scope = application/xml + $0.XmlFormattingPolicy = $18 + $6.inheritsSet = Mono + $6.inheritsScope = application/xml + $6.scope = application/xml + $7.inheritsSet = null + $7.scope = application/json + $8.inheritsSet = null + $8.scope = application/config+xml + $9.inheritsSet = null + $9.scope = application/config+xml + $10.inheritsSet = null + $10.scope = text/cache-manifest + $11.inheritsSet = null + $11.scope = application/x-sh + $12.inheritsSet = null + $12.scope = text/html + $13.inheritsSet = null + $13.scope = text/css + $14.inheritsSet = null + $14.scope = application/javascript + $15.inheritsSet = null + $15.scope = text/x-authors + $16.inheritsSet = null + $16.scope = text/x-markdown + $17.inheritsSet = null + $17.scope = image/svg+xml + $18.inheritsSet = null + $18.scope = image/svg+xml + $19.inheritsSet = null + $19.scope = application/x-sharedlib + $0.StandardHeader = $20 + $20.Text = + $20.IncludeInNewFiles = False + $0.NameConventionPolicy = $21 + $21.Rules = $22 + $22.NamingRule = $42 + $23.Name = Namespaces + $23.AffectedEntity = Namespace + $23.VisibilityMask = VisibilityMask + $23.NamingStyle = PascalCase + $23.IncludeInstanceMembers = True + $23.IncludeStaticEntities = True + $24.Name = Types + $24.AffectedEntity = Class, Struct, Enum, Delegate + $24.VisibilityMask = Public + $24.NamingStyle = PascalCase + $24.IncludeInstanceMembers = True + $24.IncludeStaticEntities = True + $25.Name = Interfaces + $25.RequiredPrefixes = $26 + $26.String = I + $25.AffectedEntity = Interface + $25.VisibilityMask = Public + $25.NamingStyle = PascalCase + $25.IncludeInstanceMembers = True + $25.IncludeStaticEntities = True + $27.Name = Attributes + $27.RequiredSuffixes = $28 + $28.String = Attribute + $27.AffectedEntity = CustomAttributes + $27.VisibilityMask = Public + $27.NamingStyle = PascalCase + $27.IncludeInstanceMembers = True + $27.IncludeStaticEntities = True + $29.Name = Event Arguments + $29.RequiredSuffixes = $30 + $30.String = EventArgs + $29.AffectedEntity = CustomEventArgs + $29.VisibilityMask = Public + $29.NamingStyle = PascalCase + $29.IncludeInstanceMembers = True + $29.IncludeStaticEntities = True + $31.Name = Exceptions + $31.RequiredSuffixes = $32 + $32.String = Exception + $31.AffectedEntity = CustomExceptions + $31.VisibilityMask = VisibilityMask + $31.NamingStyle = PascalCase + $31.IncludeInstanceMembers = True + $31.IncludeStaticEntities = True + $33.Name = Methods + $33.AffectedEntity = Methods + $33.VisibilityMask = Protected, Public + $33.NamingStyle = PascalCase + $33.IncludeInstanceMembers = True + $33.IncludeStaticEntities = True + $34.Name = Static Readonly Fields + $34.AffectedEntity = ReadonlyField + $34.VisibilityMask = Protected, Public + $34.NamingStyle = PascalCase + $34.IncludeInstanceMembers = False + $34.IncludeStaticEntities = True + $35.Name = Fields + $35.AffectedEntity = Field + $35.VisibilityMask = Protected, Public + $35.NamingStyle = PascalCase + $35.IncludeInstanceMembers = True + $35.IncludeStaticEntities = True + $36.Name = ReadOnly Fields + $36.AffectedEntity = ReadonlyField + $36.VisibilityMask = Protected, Public + $36.NamingStyle = PascalCase + $36.IncludeInstanceMembers = True + $36.IncludeStaticEntities = False + $37.Name = Constant Fields + $37.AffectedEntity = ConstantField + $37.VisibilityMask = Protected, Public + $37.NamingStyle = PascalCase + $37.IncludeInstanceMembers = True + $37.IncludeStaticEntities = True + $38.Name = Properties + $38.AffectedEntity = Property + $38.VisibilityMask = Protected, Public + $38.NamingStyle = PascalCase + $38.IncludeInstanceMembers = True + $38.IncludeStaticEntities = True + $39.Name = Events + $39.AffectedEntity = Event + $39.VisibilityMask = Protected, Public + $39.NamingStyle = PascalCase + $39.IncludeInstanceMembers = True + $39.IncludeStaticEntities = True + $40.Name = Enum Members + $40.AffectedEntity = EnumMember + $40.VisibilityMask = VisibilityMask + $40.NamingStyle = PascalCase + $40.IncludeInstanceMembers = True + $40.IncludeStaticEntities = True + $41.Name = Parameters + $41.AffectedEntity = Parameter + $41.VisibilityMask = VisibilityMask + $41.NamingStyle = CamelCase + $41.IncludeInstanceMembers = True + $41.IncludeStaticEntities = True + $42.Name = Type Parameters + $42.RequiredPrefixes = $43 + $43.String = T + $42.AffectedEntity = TypeParameter + $42.VisibilityMask = VisibilityMask + $42.NamingStyle = PascalCase + $42.IncludeInstanceMembers = True + $42.IncludeStaticEntities = True + version = 1.0 + EndGlobalSection +EndGlobal