/Source Code/PowerSong/My Project/Application.myapp

# · MSBuild · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · c568f876dc9a55d75bf389fc1a43a94b MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <MySubMain>true</MySubMain>
  4. <MainForm>frmMain</MainForm>
  5. <SingleInstance>true</SingleInstance>
  6. <ShutdownMode>0</ShutdownMode>
  7. <EnableVisualStyles>true</EnableVisualStyles>
  8. <AuthenticationMode>0</AuthenticationMode>
  9. <SaveMySettingsOnExit>true</SaveMySettingsOnExit>
  10. </MyApplicationData>