From: gu.martinm@gmail.com Date: Tue, 27 May 2014 08:48:06 +0000 (+0200) Subject: Projects HttpClientsExamples and Threads: renaming specific files for MonoDevelop... X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=414be2298e5233380c2435f411cce24d6c07ed3f;p=CSharpForFun%2F.git Projects HttpClientsExamples and Threads: renaming specific files for MonoDevelop solution. --- diff --git a/Allgemeines/HttpClientsExamples/HttpClientsExamples.MonoDevelop.sln b/Allgemeines/HttpClientsExamples/HttpClientsExamples.MonoDevelop.sln new file mode 100644 index 0000000..d7f94a5 --- /dev/null +++ b/Allgemeines/HttpClientsExamples/HttpClientsExamples.MonoDevelop.sln @@ -0,0 +1,33 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpClientsExamples", "HttpClientsExamples\HttpClientsExamples.MonoDevelop.csproj", "{67B3556B-3F66-4209-AEFE-B88C43437475}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {67B3556B-3F66-4209-AEFE-B88C43437475}.Debug|x86.ActiveCfg = Debug|x86 + {67B3556B-3F66-4209-AEFE-B88C43437475}.Debug|x86.Build.0 = Debug|x86 + {67B3556B-3F66-4209-AEFE-B88C43437475}.Release|x86.ActiveCfg = Release|x86 + {67B3556B-3F66-4209-AEFE-B88C43437475}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + StartupItem = HttpClientsExamples\HttpClientsExamples.csproj + Policies = $0 + $0.TextStylePolicy = $1 + $1.FileWidth = 120 + $1.inheritsSet = VisualStudio + $1.inheritsScope = text/plain + $1.scope = text/x-csharp + $0.CSharpFormattingPolicy = $2 + $2.BeforeMethodDeclarationParentheses = False + $2.BeforeConstructorDeclarationParentheses = False + $2.AfterDelegateDeclarationParameterComma = True + $2.inheritsSet = Mono + $2.inheritsScope = text/x-csharp + $2.scope = text/x-csharp + EndGlobalSection +EndGlobal diff --git a/Allgemeines/HttpClientsExamples/HttpClientsExamples.sln b/Allgemeines/HttpClientsExamples/HttpClientsExamples.sln deleted file mode 100644 index c26afbf..0000000 --- a/Allgemeines/HttpClientsExamples/HttpClientsExamples.sln +++ /dev/null @@ -1,33 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpClientsExamples", "HttpClientsExamples\HttpClientsExamples.csproj", "{67B3556B-3F66-4209-AEFE-B88C43437475}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {67B3556B-3F66-4209-AEFE-B88C43437475}.Debug|x86.ActiveCfg = Debug|x86 - {67B3556B-3F66-4209-AEFE-B88C43437475}.Debug|x86.Build.0 = Debug|x86 - {67B3556B-3F66-4209-AEFE-B88C43437475}.Release|x86.ActiveCfg = Release|x86 - {67B3556B-3F66-4209-AEFE-B88C43437475}.Release|x86.Build.0 = Release|x86 - EndGlobalSection - GlobalSection(MonoDevelopProperties) = preSolution - StartupItem = HttpClientsExamples\HttpClientsExamples.csproj - Policies = $0 - $0.TextStylePolicy = $1 - $1.FileWidth = 120 - $1.inheritsSet = VisualStudio - $1.inheritsScope = text/plain - $1.scope = text/x-csharp - $0.CSharpFormattingPolicy = $2 - $2.BeforeMethodDeclarationParentheses = False - $2.BeforeConstructorDeclarationParentheses = False - $2.AfterDelegateDeclarationParameterComma = True - $2.inheritsSet = Mono - $2.inheritsScope = text/x-csharp - $2.scope = text/x-csharp - EndGlobalSection -EndGlobal diff --git a/Allgemeines/HttpClientsExamples/HttpClientsExamples/HttpClientsExamples.MonoDevelop.csproj b/Allgemeines/HttpClientsExamples/HttpClientsExamples/HttpClientsExamples.MonoDevelop.csproj new file mode 100644 index 0000000..d5fced8 --- /dev/null +++ b/Allgemeines/HttpClientsExamples/HttpClientsExamples/HttpClientsExamples.MonoDevelop.csproj @@ -0,0 +1,43 @@ + + + + Debug + x86 + 10.0.0 + 2.0 + {67B3556B-3F66-4209-AEFE-B88C43437475} + Exe + HttpClientsExamples + HttpClientsExamples + v4.5 + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 + true + x86 + + + full + true + bin\Release + prompt + 4 + true + x86 + + + + + + + + + + + \ No newline at end of file diff --git a/Allgemeines/HttpClientsExamples/HttpClientsExamples/HttpClientsExamples.csproj b/Allgemeines/HttpClientsExamples/HttpClientsExamples/HttpClientsExamples.csproj deleted file mode 100644 index d5fced8..0000000 --- a/Allgemeines/HttpClientsExamples/HttpClientsExamples/HttpClientsExamples.csproj +++ /dev/null @@ -1,43 +0,0 @@ - - - - Debug - x86 - 10.0.0 - 2.0 - {67B3556B-3F66-4209-AEFE-B88C43437475} - Exe - HttpClientsExamples - HttpClientsExamples - v4.5 - - - true - full - false - bin\Debug - DEBUG; - prompt - 4 - true - x86 - - - full - true - bin\Release - prompt - 4 - true - x86 - - - - - - - - - - - \ No newline at end of file diff --git a/Allgemeines/Threads/Threads.MonoDevelop.sln b/Allgemeines/Threads/Threads.MonoDevelop.sln new file mode 100644 index 0000000..f3ae795 --- /dev/null +++ b/Allgemeines/Threads/Threads.MonoDevelop.sln @@ -0,0 +1,149 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Threads", "Threads\Threads.MonoDevelop.csproj", "{CED02136-FA8A-4E92-9BC6-3340DA89C3A4}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CED02136-FA8A-4E92-9BC6-3340DA89C3A4}.Debug|x86.ActiveCfg = Debug|x86 + {CED02136-FA8A-4E92-9BC6-3340DA89C3A4}.Debug|x86.Build.0 = Debug|x86 + {CED02136-FA8A-4E92-9BC6-3340DA89C3A4}.Release|x86.ActiveCfg = Release|x86 + {CED02136-FA8A-4E92-9BC6-3340DA89C3A4}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + StartupItem = Threads\Threads.csproj + Policies = $0 + $0.DotNetNamingPolicy = $1 + $1.DirectoryNamespaceAssociation = None + $1.ResourceNamePolicy = FileFormatDefault + $0.NameConventionPolicy = $2 + $2.Rules = $3 + $3.NamingRule = $4 + $4.Name = Namespaces + $4.AffectedEntity = Namespace + $4.VisibilityMask = VisibilityMask + $4.NamingStyle = PascalCase + $4.IncludeInstanceMembers = True + $4.IncludeStaticEntities = True + $3.NamingRule = $5 + $5.Name = Types + $5.AffectedEntity = Class, Struct, Enum, Delegate + $5.VisibilityMask = Public + $5.NamingStyle = PascalCase + $5.IncludeInstanceMembers = True + $5.IncludeStaticEntities = True + $3.NamingRule = $6 + $6.Name = Interfaces + $6.RequiredPrefixes = $7 + $7.String = I + $6.AffectedEntity = Interface + $6.VisibilityMask = Public + $6.NamingStyle = PascalCase + $6.IncludeInstanceMembers = True + $6.IncludeStaticEntities = True + $3.NamingRule = $8 + $8.Name = Attributes + $8.RequiredSuffixes = $9 + $9.String = Attribute + $8.AffectedEntity = CustomAttributes + $8.VisibilityMask = Public + $8.NamingStyle = PascalCase + $8.IncludeInstanceMembers = True + $8.IncludeStaticEntities = True + $3.NamingRule = $10 + $10.Name = Event Arguments + $10.RequiredSuffixes = $11 + $11.String = EventArgs + $10.AffectedEntity = CustomEventArgs + $10.VisibilityMask = Public + $10.NamingStyle = PascalCase + $10.IncludeInstanceMembers = True + $10.IncludeStaticEntities = True + $3.NamingRule = $12 + $12.Name = Exceptions + $12.RequiredSuffixes = $13 + $13.String = Exception + $12.AffectedEntity = CustomExceptions + $12.VisibilityMask = VisibilityMask + $12.NamingStyle = PascalCase + $12.IncludeInstanceMembers = True + $12.IncludeStaticEntities = True + $3.NamingRule = $14 + $14.Name = Methods + $14.AffectedEntity = Methods + $14.VisibilityMask = Protected, Public + $14.NamingStyle = PascalCase + $14.IncludeInstanceMembers = True + $14.IncludeStaticEntities = True + $3.NamingRule = $15 + $15.Name = Static Readonly Fields + $15.AffectedEntity = ReadonlyField + $15.VisibilityMask = Protected, Public + $15.NamingStyle = PascalCase + $15.IncludeInstanceMembers = False + $15.IncludeStaticEntities = True + $3.NamingRule = $16 + $16.Name = Fields + $16.AffectedEntity = Field + $16.VisibilityMask = Protected, Public + $16.NamingStyle = PascalCase + $16.IncludeInstanceMembers = True + $16.IncludeStaticEntities = True + $3.NamingRule = $17 + $17.Name = ReadOnly Fields + $17.AffectedEntity = ReadonlyField + $17.VisibilityMask = Protected, Public + $17.NamingStyle = PascalCase + $17.IncludeInstanceMembers = True + $17.IncludeStaticEntities = False + $3.NamingRule = $18 + $18.Name = Constant Fields + $18.AffectedEntity = ConstantField + $18.VisibilityMask = Protected, Public + $18.NamingStyle = PascalCase + $18.IncludeInstanceMembers = True + $18.IncludeStaticEntities = True + $3.NamingRule = $19 + $19.Name = Properties + $19.AffectedEntity = Property + $19.VisibilityMask = Protected, Public + $19.NamingStyle = PascalCase + $19.IncludeInstanceMembers = True + $19.IncludeStaticEntities = True + $3.NamingRule = $20 + $20.Name = Events + $20.AffectedEntity = Event + $20.VisibilityMask = Protected, Public + $20.NamingStyle = PascalCase + $20.IncludeInstanceMembers = True + $20.IncludeStaticEntities = True + $3.NamingRule = $21 + $21.Name = Enum Members + $21.AffectedEntity = EnumMember + $21.VisibilityMask = VisibilityMask + $21.NamingStyle = PascalCase + $21.IncludeInstanceMembers = True + $21.IncludeStaticEntities = True + $3.NamingRule = $22 + $22.Name = Parameters + $22.AffectedEntity = Parameter + $22.VisibilityMask = VisibilityMask + $22.NamingStyle = CamelCase + $22.IncludeInstanceMembers = True + $22.IncludeStaticEntities = True + $3.NamingRule = $23 + $23.Name = Type Parameters + $23.RequiredPrefixes = $24 + $24.String = T + $23.AffectedEntity = TypeParameter + $23.VisibilityMask = VisibilityMask + $23.NamingStyle = PascalCase + $23.IncludeInstanceMembers = True + $23.IncludeStaticEntities = True + description = @Learning about threads and C#\nSee: http://parallelpatterns.codeplex.com/ + EndGlobalSection +EndGlobal diff --git a/Allgemeines/Threads/Threads.sln b/Allgemeines/Threads/Threads.sln deleted file mode 100644 index cc1d37d..0000000 --- a/Allgemeines/Threads/Threads.sln +++ /dev/null @@ -1,149 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Threads", "Threads\Threads.csproj", "{CED02136-FA8A-4E92-9BC6-3340DA89C3A4}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {CED02136-FA8A-4E92-9BC6-3340DA89C3A4}.Debug|x86.ActiveCfg = Debug|x86 - {CED02136-FA8A-4E92-9BC6-3340DA89C3A4}.Debug|x86.Build.0 = Debug|x86 - {CED02136-FA8A-4E92-9BC6-3340DA89C3A4}.Release|x86.ActiveCfg = Release|x86 - {CED02136-FA8A-4E92-9BC6-3340DA89C3A4}.Release|x86.Build.0 = Release|x86 - EndGlobalSection - GlobalSection(MonoDevelopProperties) = preSolution - StartupItem = Threads\Threads.csproj - Policies = $0 - $0.DotNetNamingPolicy = $1 - $1.DirectoryNamespaceAssociation = None - $1.ResourceNamePolicy = FileFormatDefault - $0.NameConventionPolicy = $2 - $2.Rules = $3 - $3.NamingRule = $4 - $4.Name = Namespaces - $4.AffectedEntity = Namespace - $4.VisibilityMask = VisibilityMask - $4.NamingStyle = PascalCase - $4.IncludeInstanceMembers = True - $4.IncludeStaticEntities = True - $3.NamingRule = $5 - $5.Name = Types - $5.AffectedEntity = Class, Struct, Enum, Delegate - $5.VisibilityMask = Public - $5.NamingStyle = PascalCase - $5.IncludeInstanceMembers = True - $5.IncludeStaticEntities = True - $3.NamingRule = $6 - $6.Name = Interfaces - $6.RequiredPrefixes = $7 - $7.String = I - $6.AffectedEntity = Interface - $6.VisibilityMask = Public - $6.NamingStyle = PascalCase - $6.IncludeInstanceMembers = True - $6.IncludeStaticEntities = True - $3.NamingRule = $8 - $8.Name = Attributes - $8.RequiredSuffixes = $9 - $9.String = Attribute - $8.AffectedEntity = CustomAttributes - $8.VisibilityMask = Public - $8.NamingStyle = PascalCase - $8.IncludeInstanceMembers = True - $8.IncludeStaticEntities = True - $3.NamingRule = $10 - $10.Name = Event Arguments - $10.RequiredSuffixes = $11 - $11.String = EventArgs - $10.AffectedEntity = CustomEventArgs - $10.VisibilityMask = Public - $10.NamingStyle = PascalCase - $10.IncludeInstanceMembers = True - $10.IncludeStaticEntities = True - $3.NamingRule = $12 - $12.Name = Exceptions - $12.RequiredSuffixes = $13 - $13.String = Exception - $12.AffectedEntity = CustomExceptions - $12.VisibilityMask = VisibilityMask - $12.NamingStyle = PascalCase - $12.IncludeInstanceMembers = True - $12.IncludeStaticEntities = True - $3.NamingRule = $14 - $14.Name = Methods - $14.AffectedEntity = Methods - $14.VisibilityMask = Protected, Public - $14.NamingStyle = PascalCase - $14.IncludeInstanceMembers = True - $14.IncludeStaticEntities = True - $3.NamingRule = $15 - $15.Name = Static Readonly Fields - $15.AffectedEntity = ReadonlyField - $15.VisibilityMask = Protected, Public - $15.NamingStyle = PascalCase - $15.IncludeInstanceMembers = False - $15.IncludeStaticEntities = True - $3.NamingRule = $16 - $16.Name = Fields - $16.AffectedEntity = Field - $16.VisibilityMask = Protected, Public - $16.NamingStyle = PascalCase - $16.IncludeInstanceMembers = True - $16.IncludeStaticEntities = True - $3.NamingRule = $17 - $17.Name = ReadOnly Fields - $17.AffectedEntity = ReadonlyField - $17.VisibilityMask = Protected, Public - $17.NamingStyle = PascalCase - $17.IncludeInstanceMembers = True - $17.IncludeStaticEntities = False - $3.NamingRule = $18 - $18.Name = Constant Fields - $18.AffectedEntity = ConstantField - $18.VisibilityMask = Protected, Public - $18.NamingStyle = PascalCase - $18.IncludeInstanceMembers = True - $18.IncludeStaticEntities = True - $3.NamingRule = $19 - $19.Name = Properties - $19.AffectedEntity = Property - $19.VisibilityMask = Protected, Public - $19.NamingStyle = PascalCase - $19.IncludeInstanceMembers = True - $19.IncludeStaticEntities = True - $3.NamingRule = $20 - $20.Name = Events - $20.AffectedEntity = Event - $20.VisibilityMask = Protected, Public - $20.NamingStyle = PascalCase - $20.IncludeInstanceMembers = True - $20.IncludeStaticEntities = True - $3.NamingRule = $21 - $21.Name = Enum Members - $21.AffectedEntity = EnumMember - $21.VisibilityMask = VisibilityMask - $21.NamingStyle = PascalCase - $21.IncludeInstanceMembers = True - $21.IncludeStaticEntities = True - $3.NamingRule = $22 - $22.Name = Parameters - $22.AffectedEntity = Parameter - $22.VisibilityMask = VisibilityMask - $22.NamingStyle = CamelCase - $22.IncludeInstanceMembers = True - $22.IncludeStaticEntities = True - $3.NamingRule = $23 - $23.Name = Type Parameters - $23.RequiredPrefixes = $24 - $24.String = T - $23.AffectedEntity = TypeParameter - $23.VisibilityMask = VisibilityMask - $23.NamingStyle = PascalCase - $23.IncludeInstanceMembers = True - $23.IncludeStaticEntities = True - description = @Learning about threads and C#\nSee: http://parallelpatterns.codeplex.com/ - EndGlobalSection -EndGlobal diff --git a/Allgemeines/Threads/Threads/Threads.MonoDevelop.csproj b/Allgemeines/Threads/Threads/Threads.MonoDevelop.csproj new file mode 100644 index 0000000..64ed1a4 --- /dev/null +++ b/Allgemeines/Threads/Threads/Threads.MonoDevelop.csproj @@ -0,0 +1,50 @@ + + + + Debug + x86 + 12.0.0 + 2.0 + {CED02136-FA8A-4E92-9BC6-3340DA89C3A4} + Exe + Threads + Threads + v4.5 + Learning about threads and C# +See: http://parallelpatterns.codeplex.com/ + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 + x86 + true + + + full + true + bin\Release + prompt + 4 + true + x86 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Allgemeines/Threads/Threads/Threads.csproj b/Allgemeines/Threads/Threads/Threads.csproj deleted file mode 100644 index 64ed1a4..0000000 --- a/Allgemeines/Threads/Threads/Threads.csproj +++ /dev/null @@ -1,50 +0,0 @@ - - - - Debug - x86 - 12.0.0 - 2.0 - {CED02136-FA8A-4E92-9BC6-3340DA89C3A4} - Exe - Threads - Threads - v4.5 - Learning about threads and C# -See: http://parallelpatterns.codeplex.com/ - - - true - full - false - bin\Debug - DEBUG; - prompt - 4 - x86 - true - - - full - true - bin\Release - prompt - 4 - true - x86 - - - - - - - - - - - - - - - - \ No newline at end of file