diff options
Diffstat (limited to 'France_Vacances/FVUnitTest/UnitTestApp.xaml')
-rw-r--r-- | France_Vacances/FVUnitTest/UnitTestApp.xaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/France_Vacances/FVUnitTest/UnitTestApp.xaml b/France_Vacances/FVUnitTest/UnitTestApp.xaml new file mode 100644 index 0000000..59d6a1d --- /dev/null +++ b/France_Vacances/FVUnitTest/UnitTestApp.xaml @@ -0,0 +1,8 @@ +<Application + x:Class="FVUnitTest.App" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:local="using:FVUnitTest" + RequestedTheme="Light"> + +</Application> |