Universal Application Platform application.xml definition - still work in progress

This commit is contained in:
Michael Becker 2021-06-02 01:52:23 -04:00
parent fc9017712d
commit e2ec2966ec
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C
2 changed files with 9 additions and 0 deletions

View File

@ -69,6 +69,9 @@
<Name>MBS.Framework.UserInterface</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="application.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<application>
<runtime typeName="UniversalEditor.UserInterface.EditorApplication">
</runtime>
</application>