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