1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-12 08:29:29 +00:00
6502bench/WorkBench.sln
Andy McFadden 6913558f4a Add animated GIF generation to HTML export
Visualization animations are now exported as animated GIFs.  The
Windows stuff is a bit lame so I threw together some code that
stitches a bunch of GIFs together.

The GIF doesn't quite match the preview, because the preview scales
the individual frames, while the animated GIF uses the largest frame
as the size and is then scaled based on that.  Animating frames of
differing sizes together is bound to be trouble anyway, so I'm not
sure how much to fret over this.
2019-12-24 18:15:03 -08:00

77 lines
4.8 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Asm65", "Asm65\Asm65.csproj", "{65A50BD0-AB07-492B-B51C-4CA1B700224D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonUtil", "CommonUtil\CommonUtil.csproj", "{A2993EAC-35D8-4768-8C54-152B4E14D69C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeLab", "CodeLab\CodeLab.csproj", "{3B66ABD8-7129-4D2B-B48E-B03FEC835CE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginCommon", "PluginCommon\PluginCommon.csproj", "{70F04543-9E46-4AD3-875A-160FD198C0FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeData", "SourceGen\RuntimeData\RuntimeData.csproj", "{A8F1358E-02E2-4197-858D-041765BAE4CE}"
ProjectSection(ProjectDependencies) = postProject
{70F04543-9E46-4AD3-875A-160FD198C0FF} = {70F04543-9E46-4AD3-875A-160FD198C0FF}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourceGen", "SourceGen\SourceGen.csproj", "{30C35BBC-B9ED-4723-8F9D-597D51CCB13A}"
ProjectSection(ProjectDependencies) = postProject
{1299AA2E-606D-4F3E-B3A9-3F9421E44667} = {1299AA2E-606D-4F3E-B3A9-3F9421E44667}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonWPF", "CommonWPF\CommonWPF.csproj", "{1299AA2E-606D-4F3E-B3A9-3F9421E44667}"
ProjectSection(ProjectDependencies) = postProject
{A2993EAC-35D8-4768-8C54-152B4E14D69C} = {A2993EAC-35D8-4768-8C54-152B4E14D69C}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MakeDist", "MakeDist\MakeDist.csproj", "{D9A0BD5E-8CA8-4207-81C8-DDF4BE6AB02A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65A50BD0-AB07-492B-B51C-4CA1B700224D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65A50BD0-AB07-492B-B51C-4CA1B700224D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65A50BD0-AB07-492B-B51C-4CA1B700224D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65A50BD0-AB07-492B-B51C-4CA1B700224D}.Release|Any CPU.Build.0 = Release|Any CPU
{A2993EAC-35D8-4768-8C54-152B4E14D69C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2993EAC-35D8-4768-8C54-152B4E14D69C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2993EAC-35D8-4768-8C54-152B4E14D69C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2993EAC-35D8-4768-8C54-152B4E14D69C}.Release|Any CPU.Build.0 = Release|Any CPU
{3B66ABD8-7129-4D2B-B48E-B03FEC835CE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B66ABD8-7129-4D2B-B48E-B03FEC835CE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B66ABD8-7129-4D2B-B48E-B03FEC835CE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B66ABD8-7129-4D2B-B48E-B03FEC835CE1}.Release|Any CPU.Build.0 = Release|Any CPU
{70F04543-9E46-4AD3-875A-160FD198C0FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70F04543-9E46-4AD3-875A-160FD198C0FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70F04543-9E46-4AD3-875A-160FD198C0FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70F04543-9E46-4AD3-875A-160FD198C0FF}.Release|Any CPU.Build.0 = Release|Any CPU
{A8F1358E-02E2-4197-858D-041765BAE4CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8F1358E-02E2-4197-858D-041765BAE4CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8F1358E-02E2-4197-858D-041765BAE4CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8F1358E-02E2-4197-858D-041765BAE4CE}.Release|Any CPU.Build.0 = Release|Any CPU
{30C35BBC-B9ED-4723-8F9D-597D51CCB13A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30C35BBC-B9ED-4723-8F9D-597D51CCB13A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30C35BBC-B9ED-4723-8F9D-597D51CCB13A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30C35BBC-B9ED-4723-8F9D-597D51CCB13A}.Release|Any CPU.Build.0 = Release|Any CPU
{1299AA2E-606D-4F3E-B3A9-3F9421E44667}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1299AA2E-606D-4F3E-B3A9-3F9421E44667}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1299AA2E-606D-4F3E-B3A9-3F9421E44667}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1299AA2E-606D-4F3E-B3A9-3F9421E44667}.Release|Any CPU.Build.0 = Release|Any CPU
{D9A0BD5E-8CA8-4207-81C8-DDF4BE6AB02A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9A0BD5E-8CA8-4207-81C8-DDF4BE6AB02A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9A0BD5E-8CA8-4207-81C8-DDF4BE6AB02A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9A0BD5E-8CA8-4207-81C8-DDF4BE6AB02A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BB7BE28-98A5-4358-9D56-70B7E2E484F9}
EndGlobalSection
EndGlobal