DevDaysSpeakers.Shared.projitems 1.4 KB

12345678910111213141516171819202122232425262728293031
  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>a87aff87-d94f-4b2d-a3e4-b1ec3b6e42c3</SharedGUID>
  7. </PropertyGroup>
  8. <PropertyGroup Label="Configuration">
  9. <Import_RootNamespace>DevDaysSpeakers</Import_RootNamespace>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <Compile Include="$(MSBuildThisFileDirectory)App.cs" />
  13. <Compile Include="$(MSBuildThisFileDirectory)Model\Speaker.cs" />
  14. <Compile Include="$(MSBuildThisFileDirectory)Services\AzureService.cs" />
  15. <Compile Include="$(MSBuildThisFileDirectory)ViewModel\SpeakersViewModel.cs" />
  16. <Compile Include="$(MSBuildThisFileDirectory)View\DetailsPage.xaml.cs">
  17. <DependentUpon>DetailsPage.xaml</DependentUpon>
  18. </Compile>
  19. <Compile Include="$(MSBuildThisFileDirectory)View\SpeakersPage.xaml.cs">
  20. <DependentUpon>SpeakersPage.xaml</DependentUpon>
  21. </Compile>
  22. </ItemGroup>
  23. <ItemGroup>
  24. <EmbeddedResource Include="$(MSBuildThisFileDirectory)View\DetailsPage.xaml">
  25. <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
  26. </EmbeddedResource>
  27. <EmbeddedResource Include="$(MSBuildThisFileDirectory)View\SpeakersPage.xaml">
  28. <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
  29. </EmbeddedResource>
  30. </ItemGroup>
  31. </Project>