Files
UnrealEngineUWP/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/WizardWindow.xaml
Chris Wood 6d24db5491 Unreal Project Template for VS2015
Work-in-progress

[CL 2524321 by Chris Wood in Main branch]
2015-04-24 10:39:23 -04:00

10 lines
381 B
XML

<Window x:Class="WizardAssembly.WizardWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:wizardAssembly="clr-namespace:WizardAssembly"
Title="Get Unreal Engine 4" Height="450" Width="800">
<Grid>
<wizardAssembly:WizardControl/>
</Grid>
</Window>