| 1234567891011121314151617181920212223242526 |
- <?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>f8693ec5-0dd4-487c-96e2-2e8c99ace4af</SharedGUID>
- </PropertyGroup>
- <PropertyGroup Label="Configuration">
- <Import_RootNamespace>DevDaysTasks</Import_RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="$(MSBuildThisFileDirectory)App.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)Helpers\Constants.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)Model\TodoItem.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)Services\TodoItemManager.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)ViewModel\TodoListViewModel.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)Views\TodoList.xaml.cs">
- <DependentUpon>TodoList.xaml</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\TodoList.xaml">
- <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
- </EmbeddedResource>
- </ItemGroup>
- </Project>
|