Include resources in UIXControls

This commit is contained in:
Yoshi Askharoun
2025-07-18 20:57:19 -05:00
parent 32555f355c
commit fc26c21836
+2
View File
@@ -9,6 +9,8 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Resources\**\*.*" />
<ProjectReference Include="..\UIX\UIX.csproj" /> <ProjectReference Include="..\UIX\UIX.csproj" />
</ItemGroup> </ItemGroup>
</Project> </Project>