FormulaOneApp.Classic.Windows.Shared.projitems 787 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
  5. <HasSharedItems>true</HasSharedItems>
  6. <SharedGUID>c2fbdaff-d018-413a-866d-1676d0d7fd59</SharedGUID>
  7. </PropertyGroup>
  8. <PropertyGroup Label="Configuration">
  9. <Import_RootNamespace>FormulaOneApp.Classic.Windows</Import_RootNamespace>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <ApplicationDefinition Include="$(MSBuildThisFileDirectory)App.xaml">
  13. <SubType>Designer</SubType>
  14. </ApplicationDefinition>
  15. <Compile Include="$(MSBuildThisFileDirectory)App.xaml.cs">
  16. <DependentUpon>App.xaml</DependentUpon>
  17. </Compile>
  18. </ItemGroup>
  19. </Project>