| 12345678910111213141516171819202122232425262728293031 |
- <?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>a87aff87-d94f-4b2d-a3e4-b1ec3b6e42c3</SharedGUID>
- </PropertyGroup>
- <PropertyGroup Label="Configuration">
- <Import_RootNamespace>DevDaysSpeakers</Import_RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="$(MSBuildThisFileDirectory)App.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)Model\Speaker.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)Services\AzureService.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)ViewModel\SpeakersViewModel.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)View\DetailsPage.xaml.cs">
- <DependentUpon>DetailsPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="$(MSBuildThisFileDirectory)View\SpeakersPage.xaml.cs">
- <DependentUpon>SpeakersPage.xaml</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="$(MSBuildThisFileDirectory)View\DetailsPage.xaml">
- <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
- </EmbeddedResource>
- <EmbeddedResource Include="$(MSBuildThisFileDirectory)View\SpeakersPage.xaml">
- <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
- </EmbeddedResource>
- </ItemGroup>
- </Project>
|