Skip to content

Commit

Permalink
Fix image processor
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant committed Mar 20, 2024
1 parent 4c37dbb commit 143781e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 33 deletions.
8 changes: 1 addition & 7 deletions StompboxImageProcessor/StompboxImageProcessor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\UILayout\UILayout.MonoGame\UILayout.MonoGame.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="ImageSheetProcessor">
<HintPath>..\..\UILayout\ImageSheetProcessor\bin\Debug\net6.0-windows\ImageSheetProcessor.dll</HintPath>
</Reference>
<ProjectReference Include="..\..\..\..\..\..\Code\StompboxUI\Dependencies\UILayout\ImageSheetProcessor\ImageSheetProcessor.csproj" />
</ItemGroup>

</Project>
80 changes: 54 additions & 26 deletions StompboxUI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnmanagedBridge", "UnmanagedBridge\UnmanagedBridge.vcxproj", "{96D32851-ABB6-46A9-85FD-FD46C680DE8A}"
ProjectSection(ProjectDependencies) = postProject
{608F8AD4-A640-3B84-9227-FF1E440B9612} = {608F8AD4-A640-3B84-9227-FF1E440B9612}
{52430493-9BDE-33E4-BFD1-AF849171C1FE} = {52430493-9BDE-33E4-BFD1-AF849171C1FE}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuitarSimAndroid", "GuitarSimAndroid\GuitarSimAndroid.csproj", "{44E9E33C-CCF9-4D03-9094-25A47C4C34C0}"
Expand All @@ -20,12 +20,14 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "StompboxShared", "StompboxS
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StompboxRemote", "StompboxRemote\StompboxRemote.csproj", "{428F3D8A-D221-4F75-B1D6-F409B91FB7DF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stompbox", "Dependencies\stompbox\build\stompbox\stompbox.vcxproj", "{608F8AD4-A640-3B84-9227-FF1E440B9612}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stompbox", "Dependencies\stompbox\build\stompbox\stompbox.vcxproj", "{52430493-9BDE-33E4-BFD1-AF849171C1FE}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "UILayout", "Dependencies\UILayout\UILayout\UILayout.shproj", "{7DA2B397-A39F-4E5B-96ED-F206329982C9}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "UILayout.MonoGame", "Dependencies\UILayout\UILayout.MonoGame\UILayout.MonoGame.shproj", "{D7307594-237F-43DA-BD6B-D0BC2BD9B276}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSheetProcessor", "..\..\..\..\..\Code\StompboxUI\Dependencies\UILayout\ImageSheetProcessor\ImageSheetProcessor.csproj", "{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -198,30 +200,54 @@ Global
{428F3D8A-D221-4F75-B1D6-F409B91FB7DF}.RelWithDebInfo|x64.Build.0 = Release|Any CPU
{428F3D8A-D221-4F75-B1D6-F409B91FB7DF}.RelWithDebInfo|x86.ActiveCfg = Release|Any CPU
{428F3D8A-D221-4F75-B1D6-F409B91FB7DF}.RelWithDebInfo|x86.Build.0 = Release|Any CPU
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Debug|Any CPU.ActiveCfg = Debug|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Debug|Any CPU.Build.0 = Debug|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Debug|x64.ActiveCfg = Debug|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Debug|x64.Build.0 = Debug|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Debug|x86.ActiveCfg = Debug|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Debug|x86.Build.0 = Debug|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.MinSizeRel|Any CPU.ActiveCfg = MinSizeRel|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.MinSizeRel|Any CPU.Build.0 = MinSizeRel|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.MinSizeRel|x86.ActiveCfg = MinSizeRel|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.MinSizeRel|x86.Build.0 = MinSizeRel|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Release|Any CPU.ActiveCfg = Release|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Release|Any CPU.Build.0 = Release|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Release|x64.ActiveCfg = Release|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Release|x64.Build.0 = Release|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Release|x86.ActiveCfg = Release|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.Release|x86.Build.0 = Release|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.RelWithDebInfo|Any CPU.Build.0 = RelWithDebInfo|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x64
{608F8AD4-A640-3B84-9227-FF1E440B9612}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Debug|Any CPU.ActiveCfg = Debug|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Debug|Any CPU.Build.0 = Debug|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Debug|x64.ActiveCfg = Debug|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Debug|x64.Build.0 = Debug|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Debug|x86.ActiveCfg = Debug|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Debug|x86.Build.0 = Debug|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.MinSizeRel|Any CPU.ActiveCfg = MinSizeRel|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.MinSizeRel|Any CPU.Build.0 = MinSizeRel|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.MinSizeRel|x86.ActiveCfg = MinSizeRel|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.MinSizeRel|x86.Build.0 = MinSizeRel|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Release|Any CPU.ActiveCfg = Release|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Release|Any CPU.Build.0 = Release|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Release|x64.ActiveCfg = Release|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Release|x64.Build.0 = Release|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Release|x86.ActiveCfg = Release|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.Release|x86.Build.0 = Release|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.RelWithDebInfo|Any CPU.Build.0 = RelWithDebInfo|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x64
{52430493-9BDE-33E4-BFD1-AF849171C1FE}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x64
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Debug|x64.ActiveCfg = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Debug|x64.Build.0 = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Debug|x86.ActiveCfg = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Debug|x86.Build.0 = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.MinSizeRel|Any CPU.ActiveCfg = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.MinSizeRel|Any CPU.Build.0 = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.MinSizeRel|x64.ActiveCfg = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.MinSizeRel|x64.Build.0 = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.MinSizeRel|x86.ActiveCfg = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.MinSizeRel|x86.Build.0 = Debug|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Release|Any CPU.Build.0 = Release|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Release|x64.ActiveCfg = Release|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Release|x64.Build.0 = Release|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Release|x86.ActiveCfg = Release|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.Release|x86.Build.0 = Release|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.RelWithDebInfo|Any CPU.ActiveCfg = Release|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.RelWithDebInfo|Any CPU.Build.0 = Release|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.RelWithDebInfo|x64.ActiveCfg = Release|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.RelWithDebInfo|x64.Build.0 = Release|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.RelWithDebInfo|x86.ActiveCfg = Release|Any CPU
{CCDC37CF-0DA1-4E02-AC0C-3119B8C38CC7}.RelWithDebInfo|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -239,6 +265,8 @@ Global
Dependencies\UILayout\UILayout\UILayout.projitems*{96f4600b-d3da-4ac3-89ed-67ce6f9c9578}*SharedItemsImports = 5
StompboxShared\StompboxShared.projitems*{96f4600b-d3da-4ac3-89ed-67ce6f9c9578}*SharedItemsImports = 5
StompboxShared\StompboxShared.projitems*{a0cdbd0e-3a41-42b7-9425-a838bc2c7383}*SharedItemsImports = 13
..\..\..\..\..\Code\StompboxUI\Dependencies\UILayout\UILayout.MonoGame\UILayout.MonoGame.projitems*{ccdc37cf-0da1-4e02-ac0c-3119b8c38cc7}*SharedItemsImports = 5
..\..\..\..\..\Code\StompboxUI\Dependencies\UILayout\UILayout\UILayout.projitems*{ccdc37cf-0da1-4e02-ac0c-3119b8c38cc7}*SharedItemsImports = 5
Dependencies\UILayout\UILayout.MonoGame\UILayout.MonoGame.projitems*{d7307594-237f-43da-bd6b-d0bc2bd9b276}*SharedItemsImports = 13
EndGlobalSection
EndGlobal

0 comments on commit 143781e

Please sign in to comment.