diff --git a/.idea/.idea.Polonium.Generators/.idea/.gitignore b/.idea/.idea.Polonium.Generators/.idea/.gitignore
new file mode 100644
index 0000000..f8a3511
--- /dev/null
+++ b/.idea/.idea.Polonium.Generators/.idea/.gitignore
@@ -0,0 +1,13 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Rider ignored files
+/contentModel.xml
+/modules.xml
+/.idea.Hangman.SDK.Generators.iml
+/projectSettingsUpdater.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/.idea.Polonium.Generators/.idea/encodings.xml b/.idea/.idea.Polonium.Generators/.idea/encodings.xml
new file mode 100644
index 0000000..df87cf9
--- /dev/null
+++ b/.idea/.idea.Polonium.Generators/.idea/encodings.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.Polonium.Generators/.idea/indexLayout.xml b/.idea/.idea.Polonium.Generators/.idea/indexLayout.xml
new file mode 100644
index 0000000..7b08163
--- /dev/null
+++ b/.idea/.idea.Polonium.Generators/.idea/indexLayout.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.Polonium.Generators/.idea/vcs.xml b/.idea/.idea.Polonium.Generators/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/.idea.Polonium.Generators/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AssetInfo.cs b/AssetInfo.cs
index cca6296..60ccd05 100644
--- a/AssetInfo.cs
+++ b/AssetInfo.cs
@@ -21,4 +21,5 @@ public struct AssetInfo
}
public string ScenePath => GodotPath.Replace(".cs", ".tscn");
+
}
\ No newline at end of file
diff --git a/Hangman.SDK.Generators.sln.DotSettings.user b/Hangman.SDK.Generators.sln.DotSettings.user
deleted file mode 100644
index 812a067..0000000
--- a/Hangman.SDK.Generators.sln.DotSettings.user
+++ /dev/null
@@ -1,3 +0,0 @@
-
- True
- True
\ No newline at end of file
diff --git a/Polonium.Generators.csproj b/Polonium.Generators.csproj
index eb4b2a9..daf59ba 100644
--- a/Polonium.Generators.csproj
+++ b/Polonium.Generators.csproj
@@ -24,4 +24,8 @@
+
+
+
+
diff --git a/Polonium.Generators.sln b/Polonium.Generators.sln
index 7ef6629..9eea05a 100644
--- a/Polonium.Generators.sln
+++ b/Polonium.Generators.sln
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hangman.SDK.Generators", "Hangman.SDK.Generators.csproj", "{884B5A6A-4063-4FC7-8FE6-EE1C45CF251E}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Polonium.Generators", "Polonium.Generators.csproj", "{884B5A6A-4063-4FC7-8FE6-EE1C45CF251E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/Polonium.Generators.sln.DotSettings.user b/Polonium.Generators.sln.DotSettings.user
new file mode 100644
index 0000000..04ab713
--- /dev/null
+++ b/Polonium.Generators.sln.DotSettings.user
@@ -0,0 +1,3 @@
+
+ True
+ True
\ No newline at end of file
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json
new file mode 100644
index 0000000..8c639d2
--- /dev/null
+++ b/Properties/launchSettings.json
@@ -0,0 +1,9 @@
+{
+ "$schema": "https://json.schemastore.org/launchsettings.json",
+ "profiles": {
+ "DebugRoslynSourceGenerator": {
+ "commandName": "DebugRoslynComponent",
+ "targetProject": "../Polonium.Generators.Test/Polonium.Generators.Test.csproj"
+ }
+ }
+}
\ No newline at end of file