| 12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
- <HasSharedItems>true</HasSharedItems>
- <SharedGUID>c2fbdaff-d018-413a-866d-1676d0d7fd59</SharedGUID>
- </PropertyGroup>
- <PropertyGroup Label="Configuration">
- <Import_RootNamespace>FormulaOneApp.Classic.Windows</Import_RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <ApplicationDefinition Include="$(MSBuildThisFileDirectory)App.xaml">
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Compile Include="$(MSBuildThisFileDirectory)App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- </Compile>
- </ItemGroup>
- </Project>
|