Added application configuration file

This commit is contained in:
Michael Becker 2014-07-19 16:01:29 -04:00
parent e4f97c943d
commit 32b00f235b
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<UniversalEditor>
<Configuration>
<Group ID="Application">
<Property ID="ConfirmExit" Value="true" />
</Group>
</Configuration>
</UniversalEditor>

View File

@ -37,6 +37,7 @@
<ItemGroup>
<Content Include="Branding\MainIcon.ico" />
<Content Include="Branding\SplashScreen.png" />
<Content Include="Configuration\Application.xml" />
<Content Include="Configuration\CommandBars.xml" />
<Content Include="Configuration\Commands.xml" />
<Content Include="Configuration\MainMenu.xml" />