using System; using System.Collections.Generic; using System.Configuration; using System.Data; $if$ ($targetframeworkversion$ >= 3.5)using System.Linq; $endif$$if$ ($targetframeworkversion$ >= 4.5)using System.Threading.Tasks; $endif$using System.Windows; namespace $safeprojectname$ { /// /// Interaktionslogik für "App.xaml" /// public partial class App : Application { } }