Skip to content

Commit b5cb867

Browse files
committed
Removed old HarmonyCoreGenerator and added new C project into solution.
1 parent cb31aed commit b5cb867

39 files changed

+15
-6569
lines changed

CodeGen.sln

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UtilityRoutines", "UtilityR
225225
UtilityRoutines\write_error_out.dbl = UtilityRoutines\write_error_out.dbl
226226
EndProjectSection
227227
EndProject
228-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CodeGen_files", "CodeGen_files", "{F21D559B-E115-4BE5-9378-C2FB2CA522BA}"
229-
EndProject
230-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Orchestrator", "Orchestrator", "{5CAEB31D-27A5-4EEF-8173-99668177D159}"
231-
ProjectSection(SolutionItems) = preProject
232-
Documentation\CodeGen_files\Orchestrator\OrchestratorScreenShot.png = Documentation\CodeGen_files\Orchestrator\OrchestratorScreenShot.png
233-
EndProjectSection
234-
EndProject
235228
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "SetAssemblyFileVersion", "SetAssemblyFileVersion\SetAssemblyFileVersion.synproj", "{CFE3CD39-0B03-4F74-A938-F97C71EDE9EC}"
236229
EndProject
237230
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "IsamView", "IsamView\IsamView.synproj", "{575755FC-17E3-4A9B-86F9-97D1E7F59D1B}"
@@ -248,6 +241,8 @@ Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "MvvmTools", "MvvmTools\Mvvm
248241
EndProject
249242
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "HarmonyCoreCodeGen.Core", "HarmonyCoreCodeGen.Core\HarmonyCoreCodeGen.Core.synproj", "{872CE2F5-5B64-42FA-ACBE-F62DD6876F0C}"
250243
EndProject
244+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HarmonyCoreCodeGenGUI", "HarmonyCoreCodeGenGUI\HarmonyCoreCodeGenGUI\HarmonyCoreCodeGenGUI.csproj", "{42479183-86B4-444C-9698-B1DF54F4655B}"
245+
EndProject
251246
Global
252247
GlobalSection(SolutionConfigurationPlatforms) = preSolution
253248
Debug|Any CPU = Debug|Any CPU
@@ -472,14 +467,22 @@ Global
472467
{872CE2F5-5B64-42FA-ACBE-F62DD6876F0C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
473468
{872CE2F5-5B64-42FA-ACBE-F62DD6876F0C}.Release|x86.ActiveCfg = Release|Any CPU
474469
{872CE2F5-5B64-42FA-ACBE-F62DD6876F0C}.Release|x86.Build.0 = Release|Any CPU
470+
{42479183-86B4-444C-9698-B1DF54F4655B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
471+
{42479183-86B4-444C-9698-B1DF54F4655B}.Debug|Any CPU.Build.0 = Debug|Any CPU
472+
{42479183-86B4-444C-9698-B1DF54F4655B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
473+
{42479183-86B4-444C-9698-B1DF54F4655B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
474+
{42479183-86B4-444C-9698-B1DF54F4655B}.Debug|x86.ActiveCfg = Debug|Any CPU
475+
{42479183-86B4-444C-9698-B1DF54F4655B}.Debug|x86.Build.0 = Debug|Any CPU
476+
{42479183-86B4-444C-9698-B1DF54F4655B}.Release|Any CPU.ActiveCfg = Release|Any CPU
477+
{42479183-86B4-444C-9698-B1DF54F4655B}.Release|Any CPU.Build.0 = Release|Any CPU
478+
{42479183-86B4-444C-9698-B1DF54F4655B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
479+
{42479183-86B4-444C-9698-B1DF54F4655B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
480+
{42479183-86B4-444C-9698-B1DF54F4655B}.Release|x86.ActiveCfg = Release|Any CPU
481+
{42479183-86B4-444C-9698-B1DF54F4655B}.Release|x86.Build.0 = Release|Any CPU
475482
EndGlobalSection
476483
GlobalSection(SolutionProperties) = preSolution
477484
HideSolutionNode = FALSE
478485
EndGlobalSection
479-
GlobalSection(NestedProjects) = preSolution
480-
{F21D559B-E115-4BE5-9378-C2FB2CA522BA} = {3BD7DAF5-4AD2-4227-AC40-EAB1530A46B5}
481-
{5CAEB31D-27A5-4EEF-8173-99668177D159} = {F21D559B-E115-4BE5-9378-C2FB2CA522BA}
482-
EndGlobalSection
483486
GlobalSection(ExtensibilityGlobals) = postSolution
484487
SolutionGuid = {602A30CA-0A8E-40DA-A8A4-9EBF91C73744}
485488
EndGlobalSection

HarmonyCoreCodeGenGUI/HarmonyCoreCodeGenGUI/HarmonyCoreCodeGenGUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Harmony.Core.CodeGen" Version="13.3.33" />
13+
<PackageReference Include="Harmony.Core.CodeGen" Version="1.0.2" />
1414
<PackageReference Include="Microsoft.Build.Locator" Version="1.2.6" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0">
1616
<PrivateAssets>all</PrivateAssets>

HarmonyCoreGenerator/App.config

Lines changed: 0 additions & 97 deletions
This file was deleted.

HarmonyCoreGenerator/App.xaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

HarmonyCoreGenerator/App.xaml.dbl

Lines changed: 0 additions & 25 deletions
This file was deleted.
-59.7 KB
Binary file not shown.
-99.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)