Compare commits

...

2 Commits

Author SHA1 Message Date
7a2ba5a1f3 add: godot editor patcher 2025-02-21 05:05:44 +00:00
ecc95d50c6 test: vcs.xml 2025-02-21 04:56:53 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Polonium.Generators", "..\P
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Polonium.Test", "Polonium.Test\Polonium.Test.csproj", "{E4EE6A9D-6D64-4180-84BE-C186D8D5A55F}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Polonium.Test", "Polonium.Test\Polonium.Test.csproj", "{E4EE6A9D-6D64-4180-84BE-C186D8D5A55F}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Polonium.Godot.Patcher", "..\Polonium.Godot.Patcher\Polonium.Godot.Patcher.csproj", "{777ACFF6-88F3-4F98-A850-69554BFB0A32}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
@@ -36,5 +38,9 @@ Global
{E4EE6A9D-6D64-4180-84BE-C186D8D5A55F}.Debug|Any CPU.Build.0 = Debug|Any CPU {E4EE6A9D-6D64-4180-84BE-C186D8D5A55F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4EE6A9D-6D64-4180-84BE-C186D8D5A55F}.Release|Any CPU.ActiveCfg = Release|Any CPU {E4EE6A9D-6D64-4180-84BE-C186D8D5A55F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4EE6A9D-6D64-4180-84BE-C186D8D5A55F}.Release|Any CPU.Build.0 = Release|Any CPU {E4EE6A9D-6D64-4180-84BE-C186D8D5A55F}.Release|Any CPU.Build.0 = Release|Any CPU
{777ACFF6-88F3-4F98-A850-69554BFB0A32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{777ACFF6-88F3-4F98-A850-69554BFB0A32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{777ACFF6-88F3-4F98-A850-69554BFB0A32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{777ACFF6-88F3-4F98-A850-69554BFB0A32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
EndGlobal EndGlobal

2
run
View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -e set -e
Projects=("Polonium.Tasks" "Polonium" "Polonium.Generators" "Polonium.Sdk") Projects=("Polonium.Tasks" "Polonium" "Polonium.Generators" "Polonium.Sdk" "Polonium.Godot.Patcher")
PUBLISH=false PUBLISH=false
while [[ $# -gt 0 ]]; do while [[ $# -gt 0 ]]; do