|
|
|
@ -43,7 +43,7 @@
@@ -43,7 +43,7 @@
|
|
|
|
|
|
|
|
|
|
<Files> |
|
|
|
|
<File name="App.xaml" buildAction="ApplicationDefinition" language="XML"><![CDATA[<Application x:Class="${StandardNamespace}.App" |
|
|
|
|
xmlns="http://schemas.microsoft.com/netfx/2007/xaml/presentation" |
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
StartupUri="Window1.xaml"> |
|
|
|
|
<Application.Resources> |
|
|
|
@ -70,7 +70,7 @@ namespace ${StandardNamespace}
@@ -70,7 +70,7 @@ namespace ${StandardNamespace}
|
|
|
|
|
} |
|
|
|
|
}]]></File> |
|
|
|
|
<File name="Window1.xaml" buildAction="Page" language="XML"><![CDATA[<Window x:Class="${StandardNamespace}.Window1" |
|
|
|
|
xmlns="http://schemas.microsoft.com/netfx/2007/xaml/presentation" |
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
Title="${StandardNamespace}" Height="300" Width="300" |
|
|
|
|
> |
|
|
|
|