DevDaysTasks.Shared.projitems 1.2 KB

1234567891011121314151617181920212223242526
  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>f8693ec5-0dd4-487c-96e2-2e8c99ace4af</SharedGUID>
  7. </PropertyGroup>
  8. <PropertyGroup Label="Configuration">
  9. <Import_RootNamespace>DevDaysTasks</Import_RootNamespace>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <Compile Include="$(MSBuildThisFileDirectory)App.cs" />
  13. <Compile Include="$(MSBuildThisFileDirectory)Helpers\Constants.cs" />
  14. <Compile Include="$(MSBuildThisFileDirectory)Model\TodoItem.cs" />
  15. <Compile Include="$(MSBuildThisFileDirectory)Services\TodoItemManager.cs" />
  16. <Compile Include="$(MSBuildThisFileDirectory)ViewModel\TodoListViewModel.cs" />
  17. <Compile Include="$(MSBuildThisFileDirectory)Views\TodoList.xaml.cs">
  18. <DependentUpon>TodoList.xaml</DependentUpon>
  19. </Compile>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\TodoList.xaml">
  23. <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
  24. </EmbeddedResource>
  25. </ItemGroup>
  26. </Project>