Skip to content

Commit ecd01e1

Browse files
author
Steve Ives
committed
Removed Symphony Framework Extensions from CodeGen.
1 parent 9d4349c commit ecd01e1

36 files changed

Lines changed: 0 additions & 2824 deletions

CodeGen.sln

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +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("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "SymphonyCodeGenExtensions", "SymphonyCodeGenExtensions\SymphonyCodeGenExtensions.synproj", "{D50FD739-DE4A-41B6-99D5-8559F53EFD49}"
229-
EndProject
230228
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CodeGen_files", "CodeGen_files", "{F21D559B-E115-4BE5-9378-C2FB2CA522BA}"
231229
EndProject
232230
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Orchestrator", "Orchestrator", "{5CAEB31D-27A5-4EEF-8173-99668177D159}"
@@ -376,16 +374,6 @@ Global
376374
{4FD28506-B5C1-459B-8842-5921D1D20EAF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
377375
{4FD28506-B5C1-459B-8842-5921D1D20EAF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
378376
{4FD28506-B5C1-459B-8842-5921D1D20EAF}.Release|x86.ActiveCfg = Release|Any CPU
379-
{D50FD739-DE4A-41B6-99D5-8559F53EFD49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
380-
{D50FD739-DE4A-41B6-99D5-8559F53EFD49}.Debug|Any CPU.Build.0 = Debug|Any CPU
381-
{D50FD739-DE4A-41B6-99D5-8559F53EFD49}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
382-
{D50FD739-DE4A-41B6-99D5-8559F53EFD49}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
383-
{D50FD739-DE4A-41B6-99D5-8559F53EFD49}.Debug|x86.ActiveCfg = Debug|Any CPU
384-
{D50FD739-DE4A-41B6-99D5-8559F53EFD49}.Release|Any CPU.ActiveCfg = Release|Any CPU
385-
{D50FD739-DE4A-41B6-99D5-8559F53EFD49}.Release|Any CPU.Build.0 = Release|Any CPU
386-
{D50FD739-DE4A-41B6-99D5-8559F53EFD49}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
387-
{D50FD739-DE4A-41B6-99D5-8559F53EFD49}.Release|Mixed Platforms.Build.0 = Release|Any CPU
388-
{D50FD739-DE4A-41B6-99D5-8559F53EFD49}.Release|x86.ActiveCfg = Release|Any CPU
389377
{CFE3CD39-0B03-4F74-A938-F97C71EDE9EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
390378
{CFE3CD39-0B03-4F74-A938-F97C71EDE9EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
391379
{CFE3CD39-0B03-4F74-A938-F97C71EDE9EC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU

CodeGenEngine/CodeGenerator.dbl

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ namespace CodeGen.Engine
8585
;;Load Harmony Core extensions
8686
loadHarmonyCoreExtensions(context)
8787

88-
;;Load Symphony Framework extensions
89-
loadSymphonyExtensions(context)
90-
9188
;;Load other extensions
9289
loadExtensions(context)
9390

@@ -221,35 +218,6 @@ namespace CodeGen.Engine
221218

222219
endmethod
223220

224-
public static method LoadSymphonyExtensions, void
225-
required in context, @CodeGenContext
226-
proc
227-
context.Taskset.DevDebugLog("----------------------------------------------------------")
228-
context.Taskset.DevDebugLog("SYMPHONY FRAMEWORK EXTENSIONS")
229-
230-
;;Look for the extensions assembly in the same folder as CodeGen
231-
data codeBaseUri = new UriBuilder(Assembly.GetExecutingAssembly().CodeBase)
232-
data symphonyLocation = Path.GetDirectoryName(Uri.UnescapeDataString(codeBaseUri.Path))
233-
data extensionsAssembly = Path.Combine(symphonyLocation,"SymphonyCodeGenExtensions.dll")
234-
235-
if (File.Exists(extensionsAssembly)) then
236-
begin
237-
;;Report the extensions assembly we're going to use
238-
context.Taskset.DevDebugLog(String.Format("Found Symphony Framework extensions assembly {0}",extensionsAssembly))
239-
240-
;;Open the assembly and load extensions
241-
if (!loadExtensionsFromAssembly(extensionsAssembly,context))
242-
context.Taskset.DevDebugLog("No extension classes were found in the extensions assembly!")
243-
end
244-
else
245-
begin
246-
context.Taskset.DevDebugLog("No Symphony Framework extensions assembly was found!")
247-
end
248-
249-
context.Taskset.DevDebugLog("Finished loading Symphony Framework extensions.")
250-
251-
endmethod
252-
253221
public static method LoadExtensions, void
254222
required in context, @CodeGenContext
255223
proc

CodeGenSetup/CodeGenSetup.wixproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,6 @@
150150
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
151151
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
152152
</ProjectReference>
153-
<ProjectReference Include="..\SymphonyCodeGenExtensions\SymphonyCodeGenExtensions.synproj">
154-
<Name>SymphonyCodeGenExtensions</Name>
155-
<Project>{d50fd739-de4a-41b6-99d5-8559f53efd49}</Project>
156-
<Private>True</Private>
157-
<DoNotHarvest>True</DoNotHarvest>
158-
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
159-
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
160-
</ProjectReference>
161153
<ProjectReference Include="..\TemplateBrowser\TemplateBrowser.synproj">
162154
<Name>TemplateBrowser</Name>
163155
<Project>{4fd28506-b5c1-459b-8842-5921d1d20eaf}</Project>

CodeGenSetup/Product.wxs

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,28 +1033,6 @@
10331033
</Feature>
10341034

10351035
<!-- ************************************************************************************************************* -->
1036-
<!-- Symphony Components -->
1037-
1038-
<!-- Files -->
1039-
1040-
<DirectoryRef Id="MAINFOLDER">
1041-
1042-
<!-- Symphony Extensions Files -->
1043-
<Component Id="$(var.SymphonyCodeGenExtensions.TargetFileName)" Guid="{277088C8-A282-4A9B-8E68-B0ADCBF9CF10}">
1044-
<File Id="$(var.SymphonyCodeGenExtensions.TargetFileName)" KeyPath="yes" Source="$(var.SymphonyCodeGenExtensions.TargetPath)" Checksum="yes">
1045-
<netfx:NativeImage Id="$(var.SymphonyCodeGenExtensions.TargetFileName)" Platform="32bit" Priority="0" AppBaseDirectory="MAINFOLDER"/>
1046-
</File>
1047-
</Component>
1048-
1049-
</DirectoryRef>
1050-
1051-
<!-- Symphony Components Features -->
1052-
1053-
<Feature Id="FeatureSymphonyExtensions" Title="Symphony Framework Extensions" Level="1" Description="Installs various CodeGen extensions required to use the templates supplied as part of the Symphony Framework.">
1054-
<ComponentRef Id="$(var.SymphonyCodeGenExtensions.TargetFileName)" />
1055-
</Feature>
1056-
1057-
<!-- ************************************************************************************************************* -->
10581036

10591037
</Product>
10601038

Documentation/CodeGen.chm

-706 Bytes
Binary file not shown.

Documentation/CodeGen.hsm

-17.4 KB
Binary file not shown.

SymphonyCodeGenExtensions/Properties/AssemblyInfo.dbl

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

SymphonyCodeGenExtensions/SymphonyAlphaSize.dbl

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

SymphonyCodeGenExtensions/SymphonyClearContentList.dbl

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

0 commit comments

Comments
 (0)