support for displaying ingredient metadata

This commit is contained in:
2023-12-04 16:04:01 -06:00
parent ca53f2e1b2
commit af34139067
21 changed files with 416 additions and 38 deletions

View File

@@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unbinder", "Unbinder\Unbinder.csproj", "{620A53DB-415A-4741-ABDE-5E2B78197CF7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unbinder", "Unbinder\Unbinder.csproj", "{620A53DB-415A-4741-ABDE-5E2B78197CF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnbinderSandbox", "UnbinderSandbox\UnbinderSandbox.csproj", "{A75CD739-80D1-4D96-A828-52B3F49B8254}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,6 +17,10 @@ Global
{620A53DB-415A-4741-ABDE-5E2B78197CF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{620A53DB-415A-4741-ABDE-5E2B78197CF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{620A53DB-415A-4741-ABDE-5E2B78197CF7}.Release|Any CPU.Build.0 = Release|Any CPU
{A75CD739-80D1-4D96-A828-52B3F49B8254}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A75CD739-80D1-4D96-A828-52B3F49B8254}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A75CD739-80D1-4D96-A828-52B3F49B8254}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A75CD739-80D1-4D96-A828-52B3F49B8254}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE