mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
c445dd2797
Improve parity with classic MSBuild projects. Fixes: #23415
10 lines
350 B
XML
10 lines
350 B
XML
<Application x:Class="Example.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:Example"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|