14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup />
|
||
|
<ItemGroup>
|
||
|
<ApplicationDefinition Update="App.xaml">
|
||
|
<SubType>Designer</SubType>
|
||
|
</ApplicationDefinition>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Page Update="MainWindow.xaml">
|
||
|
<SubType>Designer</SubType>
|
||
|
</Page>
|
||
|
</ItemGroup>
|
||
|
</Project>
|