From 1920ade85556599983e7368998bf2e1f2ebb3736 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Fri, 17 May 2024 11:49:54 +0100 Subject: [PATCH] folder rename --- .../AccessorsGenerationTests.cs | 0 .../GenericInterfaceTests.cs | 0 .../MethodGenerationTests.cs | 0 .../Partial/PartialClass.1.cs | 0 .../Partial/PartialClass.2.cs | 0 .../PartialClassTests.cs | 0 .../RecordInterfaceGenerationTests.cs | 0 .../SameName/SameNameClass.1.cs | 0 .../SameName/SameNameClass.2.cs | 0 .../Speckle.InterfaceGenerator.Tests.csproj | 0 .../VisibilityModifierTests.cs | 0 Speckle.InterfaceGenerator.sln | 4 ++-- .../.gitattributes | 0 .../AttributeDataExtensions.cs | 0 .../Attributes.cs | 0 .../AutoInterfaceGenerator.cs | 0 .../Speckle.InterfaceGenerator.csproj | 0 .../StringExtensions.cs | 0 .../SymbolExtensions.cs | 0 .../SyntaxReceiver.cs | 0 .../TextWriterExtensions.cs | 0 .../TypeParameterSymbolExtensions.cs | 0 22 files changed, 2 insertions(+), 2 deletions(-) rename {InterfaceGenerator.Tests => Speckle.InterfaceGenerator.Tests}/AccessorsGenerationTests.cs (100%) rename {InterfaceGenerator.Tests => Speckle.InterfaceGenerator.Tests}/GenericInterfaceTests.cs (100%) rename {InterfaceGenerator.Tests => Speckle.InterfaceGenerator.Tests}/MethodGenerationTests.cs (100%) rename {InterfaceGenerator.Tests => Speckle.InterfaceGenerator.Tests}/Partial/PartialClass.1.cs (100%) rename {InterfaceGenerator.Tests => Speckle.InterfaceGenerator.Tests}/Partial/PartialClass.2.cs (100%) rename {InterfaceGenerator.Tests => Speckle.InterfaceGenerator.Tests}/PartialClassTests.cs (100%) rename {InterfaceGenerator.Tests => Speckle.InterfaceGenerator.Tests}/RecordInterfaceGenerationTests.cs (100%) rename {InterfaceGenerator.Tests => Speckle.InterfaceGenerator.Tests}/SameName/SameNameClass.1.cs (100%) rename {InterfaceGenerator.Tests => Speckle.InterfaceGenerator.Tests}/SameName/SameNameClass.2.cs (100%) rename {InterfaceGenerator.Tests => Speckle.InterfaceGenerator.Tests}/Speckle.InterfaceGenerator.Tests.csproj (100%) rename {InterfaceGenerator.Tests => Speckle.InterfaceGenerator.Tests}/VisibilityModifierTests.cs (100%) rename {InterfaceGenerator => Speckle.InterfaceGenerator}/.gitattributes (100%) rename {InterfaceGenerator => Speckle.InterfaceGenerator}/AttributeDataExtensions.cs (100%) rename {InterfaceGenerator => Speckle.InterfaceGenerator}/Attributes.cs (100%) rename {InterfaceGenerator => Speckle.InterfaceGenerator}/AutoInterfaceGenerator.cs (100%) rename {InterfaceGenerator => Speckle.InterfaceGenerator}/Speckle.InterfaceGenerator.csproj (100%) rename {InterfaceGenerator => Speckle.InterfaceGenerator}/StringExtensions.cs (100%) rename {InterfaceGenerator => Speckle.InterfaceGenerator}/SymbolExtensions.cs (100%) rename {InterfaceGenerator => Speckle.InterfaceGenerator}/SyntaxReceiver.cs (100%) rename {InterfaceGenerator => Speckle.InterfaceGenerator}/TextWriterExtensions.cs (100%) rename {InterfaceGenerator => Speckle.InterfaceGenerator}/TypeParameterSymbolExtensions.cs (100%) diff --git a/InterfaceGenerator.Tests/AccessorsGenerationTests.cs b/Speckle.InterfaceGenerator.Tests/AccessorsGenerationTests.cs similarity index 100% rename from InterfaceGenerator.Tests/AccessorsGenerationTests.cs rename to Speckle.InterfaceGenerator.Tests/AccessorsGenerationTests.cs diff --git a/InterfaceGenerator.Tests/GenericInterfaceTests.cs b/Speckle.InterfaceGenerator.Tests/GenericInterfaceTests.cs similarity index 100% rename from InterfaceGenerator.Tests/GenericInterfaceTests.cs rename to Speckle.InterfaceGenerator.Tests/GenericInterfaceTests.cs diff --git a/InterfaceGenerator.Tests/MethodGenerationTests.cs b/Speckle.InterfaceGenerator.Tests/MethodGenerationTests.cs similarity index 100% rename from InterfaceGenerator.Tests/MethodGenerationTests.cs rename to Speckle.InterfaceGenerator.Tests/MethodGenerationTests.cs diff --git a/InterfaceGenerator.Tests/Partial/PartialClass.1.cs b/Speckle.InterfaceGenerator.Tests/Partial/PartialClass.1.cs similarity index 100% rename from InterfaceGenerator.Tests/Partial/PartialClass.1.cs rename to Speckle.InterfaceGenerator.Tests/Partial/PartialClass.1.cs diff --git a/InterfaceGenerator.Tests/Partial/PartialClass.2.cs b/Speckle.InterfaceGenerator.Tests/Partial/PartialClass.2.cs similarity index 100% rename from InterfaceGenerator.Tests/Partial/PartialClass.2.cs rename to Speckle.InterfaceGenerator.Tests/Partial/PartialClass.2.cs diff --git a/InterfaceGenerator.Tests/PartialClassTests.cs b/Speckle.InterfaceGenerator.Tests/PartialClassTests.cs similarity index 100% rename from InterfaceGenerator.Tests/PartialClassTests.cs rename to Speckle.InterfaceGenerator.Tests/PartialClassTests.cs diff --git a/InterfaceGenerator.Tests/RecordInterfaceGenerationTests.cs b/Speckle.InterfaceGenerator.Tests/RecordInterfaceGenerationTests.cs similarity index 100% rename from InterfaceGenerator.Tests/RecordInterfaceGenerationTests.cs rename to Speckle.InterfaceGenerator.Tests/RecordInterfaceGenerationTests.cs diff --git a/InterfaceGenerator.Tests/SameName/SameNameClass.1.cs b/Speckle.InterfaceGenerator.Tests/SameName/SameNameClass.1.cs similarity index 100% rename from InterfaceGenerator.Tests/SameName/SameNameClass.1.cs rename to Speckle.InterfaceGenerator.Tests/SameName/SameNameClass.1.cs diff --git a/InterfaceGenerator.Tests/SameName/SameNameClass.2.cs b/Speckle.InterfaceGenerator.Tests/SameName/SameNameClass.2.cs similarity index 100% rename from InterfaceGenerator.Tests/SameName/SameNameClass.2.cs rename to Speckle.InterfaceGenerator.Tests/SameName/SameNameClass.2.cs diff --git a/InterfaceGenerator.Tests/Speckle.InterfaceGenerator.Tests.csproj b/Speckle.InterfaceGenerator.Tests/Speckle.InterfaceGenerator.Tests.csproj similarity index 100% rename from InterfaceGenerator.Tests/Speckle.InterfaceGenerator.Tests.csproj rename to Speckle.InterfaceGenerator.Tests/Speckle.InterfaceGenerator.Tests.csproj diff --git a/InterfaceGenerator.Tests/VisibilityModifierTests.cs b/Speckle.InterfaceGenerator.Tests/VisibilityModifierTests.cs similarity index 100% rename from InterfaceGenerator.Tests/VisibilityModifierTests.cs rename to Speckle.InterfaceGenerator.Tests/VisibilityModifierTests.cs diff --git a/Speckle.InterfaceGenerator.sln b/Speckle.InterfaceGenerator.sln index e52c24d..62b8552 100644 --- a/Speckle.InterfaceGenerator.sln +++ b/Speckle.InterfaceGenerator.sln @@ -1,8 +1,8 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Speckle.InterfaceGenerator", "InterfaceGenerator\Speckle.InterfaceGenerator.csproj", "{D40E2D60-5580-42D2-8316-F5AAA42CFBF6}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Speckle.InterfaceGenerator", "Speckle.InterfaceGenerator\Speckle.InterfaceGenerator.csproj", "{D40E2D60-5580-42D2-8316-F5AAA42CFBF6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Speckle.InterfaceGenerator.Tests", "InterfaceGenerator.Tests\Speckle.InterfaceGenerator.Tests.csproj", "{D39C541E-9EDC-41E9-BBD8-FAA9DA602CC0}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Speckle.InterfaceGenerator.Tests", "Speckle.InterfaceGenerator.Tests\Speckle.InterfaceGenerator.Tests.csproj", "{D39C541E-9EDC-41E9-BBD8-FAA9DA602CC0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/InterfaceGenerator/.gitattributes b/Speckle.InterfaceGenerator/.gitattributes similarity index 100% rename from InterfaceGenerator/.gitattributes rename to Speckle.InterfaceGenerator/.gitattributes diff --git a/InterfaceGenerator/AttributeDataExtensions.cs b/Speckle.InterfaceGenerator/AttributeDataExtensions.cs similarity index 100% rename from InterfaceGenerator/AttributeDataExtensions.cs rename to Speckle.InterfaceGenerator/AttributeDataExtensions.cs diff --git a/InterfaceGenerator/Attributes.cs b/Speckle.InterfaceGenerator/Attributes.cs similarity index 100% rename from InterfaceGenerator/Attributes.cs rename to Speckle.InterfaceGenerator/Attributes.cs diff --git a/InterfaceGenerator/AutoInterfaceGenerator.cs b/Speckle.InterfaceGenerator/AutoInterfaceGenerator.cs similarity index 100% rename from InterfaceGenerator/AutoInterfaceGenerator.cs rename to Speckle.InterfaceGenerator/AutoInterfaceGenerator.cs diff --git a/InterfaceGenerator/Speckle.InterfaceGenerator.csproj b/Speckle.InterfaceGenerator/Speckle.InterfaceGenerator.csproj similarity index 100% rename from InterfaceGenerator/Speckle.InterfaceGenerator.csproj rename to Speckle.InterfaceGenerator/Speckle.InterfaceGenerator.csproj diff --git a/InterfaceGenerator/StringExtensions.cs b/Speckle.InterfaceGenerator/StringExtensions.cs similarity index 100% rename from InterfaceGenerator/StringExtensions.cs rename to Speckle.InterfaceGenerator/StringExtensions.cs diff --git a/InterfaceGenerator/SymbolExtensions.cs b/Speckle.InterfaceGenerator/SymbolExtensions.cs similarity index 100% rename from InterfaceGenerator/SymbolExtensions.cs rename to Speckle.InterfaceGenerator/SymbolExtensions.cs diff --git a/InterfaceGenerator/SyntaxReceiver.cs b/Speckle.InterfaceGenerator/SyntaxReceiver.cs similarity index 100% rename from InterfaceGenerator/SyntaxReceiver.cs rename to Speckle.InterfaceGenerator/SyntaxReceiver.cs diff --git a/InterfaceGenerator/TextWriterExtensions.cs b/Speckle.InterfaceGenerator/TextWriterExtensions.cs similarity index 100% rename from InterfaceGenerator/TextWriterExtensions.cs rename to Speckle.InterfaceGenerator/TextWriterExtensions.cs diff --git a/InterfaceGenerator/TypeParameterSymbolExtensions.cs b/Speckle.InterfaceGenerator/TypeParameterSymbolExtensions.cs similarity index 100% rename from InterfaceGenerator/TypeParameterSymbolExtensions.cs rename to Speckle.InterfaceGenerator/TypeParameterSymbolExtensions.cs