diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70dc36a --- /dev/null +++ b/.gitignore @@ -0,0 +1,190 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +x64/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Roslyn cache directories +*.ide/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +#NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding addin-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +## TODO: Comment the next line if you want to checkin your +## web deploy settings but do note that will include unencrypted +## passwords +#*.pubxml + +# NuGet Packages Directory +packages/* +## TODO: If the tool you use requires repositories.config +## uncomment the next line +#!packages/repositories.config + +# Enable "build/" folder in the NuGet Packages folder since +# NuGet packages use it for MSBuild targets. +# This line needs to be after the ignore of the build folder +# (and the packages folder if the line above has been uncommented) +!packages/build/ + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +sql/ +*.Cache +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# LightSwitch generated files +GeneratedArtifacts/ +_Pvt_Extensions/ +ModelManifest.xml \ No newline at end of file diff --git a/LICENSE b/LICENSE index d1b5e18..fc69346 100644 --- a/LICENSE +++ b/LICENSE @@ -1,23 +1,23 @@ -The MIT License (MIT) - -Copyright (c) 2015 Microsoft - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - +The MIT License (MIT) + +Copyright (c) 2015 Microsoft + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + diff --git a/README.md b/README.md index ac5570d..e360d3c 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,44 @@ -# RSSReader sample - -**RSSReader** is a sample Universal Windows Platform (UWP) app for retrieving RSS feeds and viewing articles. Users can specify the URL of a feed, launch articles for viewing in the browser, and save favorite articles to local storage. It is designed to run on multiple form factors and uses an MVVM architecture. - -![RSSReader app displaying some sample feeds](RSSReader.png) - -## Features - -**Note:** Features in this app are subject to change. - -RSSReader demonstrates: - -* Use of the Syndication APIs (Windows.Web.Syndication) to retrieve an RSS feed. -* Use of the DataContractSerializer class (System.Runtime.Serialization.DataContractSerializer) to save and restore app data from local storage. -* The XAML SplitView control along with AdaptiveTriggers to create an app that works well for multiple screen sizes. -* C# and XAML using the MVVM design pattern. - -## Running the sample - -The default project is RSSReader and you can Start Debugging (F5) or Start Without Debugging (Ctrl+F5) to try it out. The app will run in the emulator or on physical devices. - -**Note:** This sample assumes you have an internet connection. It also requires Visual Studio 2015 RC and the associated Windows 10 developer tools. The platform target currently defaults to ARM, so be sure to change that to x64 or x86 if you want to test on a non-ARM device. - -## Code at a glance - -If you’re just interested in code snippets for certain API and don’t want to browse or run the full sample, check out the following files for examples of some highlighted features: - -* ViewModel/FeedsArticlesViewModel.cs: - - The view model contains the majority of the core functionality of the app (state and behavior), including the implementations of the view Commands, use of the syndication API, and use of the serialization API. -* View/FeedsArticlesView.xaml and FeedsArticlesView.xaml.cs - - The XAML view and associated code behind that contains all of the visuals for the app. It demonstrates basic usage of adaptive triggers with the XAML SplitView control to create an interface that works well across screen sizes. -* Model/RssArticleModel.cs and RssFeedModel.cs - - The models are the core data objects for storing RSS feeds and their associated articles. -* Common/BindableBase.cs and DelegateCommand.cs: - - MVVM helper classes - - Inherit from BindableBase to make your class observable (that is, give it an implementation of INotifyPropertyChanged) +# RSSReader sample + +**RSSReader** is a sample Universal Windows Platform (UWP) app for retrieving RSS feeds and viewing articles. Users can specify the URL of a feed, launch articles for viewing in the browser, and save favorite articles to local storage. It is designed to run on multiple form factors and uses an MVVM architecture. + +![RSSReader app displaying some sample feeds](RSSReader.png) + +## Features + +**Note:** Features in this app are subject to change. + +RSSReader demonstrates: + +* Use of the Syndication APIs (Windows.Web.Syndication) to retrieve an RSS feed. +* Use of the DataContractSerializer class (System.Runtime.Serialization.DataContractSerializer) to save and restore app data from local storage. +* The XAML SplitView control along with AdaptiveTriggers to create an app that works well for multiple screen sizes. +* C# and XAML using the MVVM design pattern. + +## Universal Windows Platform development + +This sample requires Visual Studio 2015 and the Windows Software Development Kit (SDK) for Windows 10. + +[Get a free copy of Visual Studio 2015 Community Edition with support for building Universal Windows apps](http://go.microsoft.com/fwlink/?LinkID=280676) + +Additionally, to be informed of the latest updates to Windows and the development tools, join the [Windows Insider Program](https://insider.windows.com/ "Become a Windows Insider"). + +## Running the sample + +The default project is RSSReader and you can Start Debugging (F5) or Start Without Debugging (Ctrl+F5) to try it out. The app will run in the emulator or on physical devices. + +**Note:** This sample assumes you have an internet connection. Also, the platform target currently defaults to ARM, so be sure to change that to x64 or x86 if you want to test on a non-ARM device. + +## Code at a glance +If you’re just interested in code snippets for certain API and don’t want to browse or run the full sample, check out the following files for examples of some highlighted features: + +* ViewModel/FeedsArticlesViewModel.cs: + - The view model contains the majority of the core functionality of the app (state and behavior), including the implementations of the view Commands, use of the syndication API, and use of the serialization API. +* View/FeedsArticlesView.xaml and FeedsArticlesView.xaml.cs + - The XAML view and associated code behind that contains all of the visuals for the app. It demonstrates basic usage of adaptive triggers with the XAML SplitView control to create an interface that works well across screen sizes. +* Model/RssArticleModel.cs and RssFeedModel.cs + - The models are the core data objects for storing RSS feeds and their associated articles. +* Common/BindableBase.cs and DelegateCommand.cs: + - MVVM helper classes + - Inherit from BindableBase to make your class observable (that is, give it an implementation of INotifyPropertyChanged) - Expose a property of type DelegateCommand on your class to implement the command design pattern (an implementation of ICommand) \ No newline at end of file diff --git a/RSSReader.sln b/RSSReader.sln index e0ce70d..80d439d 100644 --- a/RSSReader.sln +++ b/RSSReader.sln @@ -1,48 +1,48 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSSReader", "RSSReader\RSSReader.csproj", "{81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D74543E8-93DA-44EE-8523-8923CD8E9D32}" - ProjectSection(SolutionItems) = preProject - CONTRIBUTING.md = CONTRIBUTING.md - LICENSE = LICENSE - README.md = README.md - RSSReader.png = RSSReader.png - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|ARM.ActiveCfg = Debug|ARM - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|ARM.Build.0 = Debug|ARM - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|ARM.Deploy.0 = Debug|ARM - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x64.ActiveCfg = Debug|x64 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x64.Build.0 = Debug|x64 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x64.Deploy.0 = Debug|x64 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x86.ActiveCfg = Debug|x86 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x86.Build.0 = Debug|x86 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x86.Deploy.0 = Debug|x86 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|ARM.ActiveCfg = Release|ARM - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|ARM.Build.0 = Release|ARM - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|ARM.Deploy.0 = Release|ARM - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x64.ActiveCfg = Release|x64 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x64.Build.0 = Release|x64 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x64.Deploy.0 = Release|x64 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x86.ActiveCfg = Release|x86 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x86.Build.0 = Release|x86 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x86.Deploy.0 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.31101.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSSReader", "RSSReader\RSSReader.csproj", "{81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D74543E8-93DA-44EE-8523-8923CD8E9D32}" + ProjectSection(SolutionItems) = preProject + CONTRIBUTING.md = CONTRIBUTING.md + LICENSE = LICENSE + README.md = README.md + RSSReader.png = RSSReader.png + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM = Debug|ARM + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|ARM.ActiveCfg = Debug|ARM + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|ARM.Build.0 = Debug|ARM + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|ARM.Deploy.0 = Debug|ARM + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x64.ActiveCfg = Debug|x64 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x64.Build.0 = Debug|x64 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x64.Deploy.0 = Debug|x64 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x86.ActiveCfg = Debug|x86 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x86.Build.0 = Debug|x86 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Debug|x86.Deploy.0 = Debug|x86 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|ARM.ActiveCfg = Release|ARM + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|ARM.Build.0 = Release|ARM + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|ARM.Deploy.0 = Release|ARM + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x64.ActiveCfg = Release|x64 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x64.Build.0 = Release|x64 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x64.Deploy.0 = Release|x64 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x86.ActiveCfg = Release|x86 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x86.Build.0 = Release|x86 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA}.Release|x86.Deploy.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/RSSReader/Assets/LockScreenLogo.scale-200.png b/RSSReader/Assets/LockScreenLogo.scale-200.png new file mode 100644 index 0000000..735f57a Binary files /dev/null and b/RSSReader/Assets/LockScreenLogo.scale-200.png differ diff --git a/RSSReader/Assets/Logo.scale-100.png b/RSSReader/Assets/Logo.scale-100.png deleted file mode 100644 index e26771c..0000000 Binary files a/RSSReader/Assets/Logo.scale-100.png and /dev/null differ diff --git a/RSSReader/Assets/SmallLogo.scale-100.png b/RSSReader/Assets/SmallLogo.scale-100.png deleted file mode 100644 index 1eb0d9d..0000000 Binary files a/RSSReader/Assets/SmallLogo.scale-100.png and /dev/null differ diff --git a/RSSReader/Assets/SplashScreen.scale-100.png b/RSSReader/Assets/SplashScreen.scale-100.png deleted file mode 100644 index c951e03..0000000 Binary files a/RSSReader/Assets/SplashScreen.scale-100.png and /dev/null differ diff --git a/RSSReader/Assets/SplashScreen.scale-200.png b/RSSReader/Assets/SplashScreen.scale-200.png new file mode 100644 index 0000000..023e7f1 Binary files /dev/null and b/RSSReader/Assets/SplashScreen.scale-200.png differ diff --git a/RSSReader/Assets/Square150x150Logo.scale-200.png b/RSSReader/Assets/Square150x150Logo.scale-200.png new file mode 100644 index 0000000..af49fec Binary files /dev/null and b/RSSReader/Assets/Square150x150Logo.scale-200.png differ diff --git a/RSSReader/Assets/Square44x44Logo.scale-200.png b/RSSReader/Assets/Square44x44Logo.scale-200.png new file mode 100644 index 0000000..ce342a2 Binary files /dev/null and b/RSSReader/Assets/Square44x44Logo.scale-200.png differ diff --git a/RSSReader/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/RSSReader/Assets/Square44x44Logo.targetsize-24_altform-unplated.png new file mode 100644 index 0000000..f6c02ce Binary files /dev/null and b/RSSReader/Assets/Square44x44Logo.targetsize-24_altform-unplated.png differ diff --git a/RSSReader/Assets/StoreLogo.png b/RSSReader/Assets/StoreLogo.png new file mode 100644 index 0000000..7385b56 Binary files /dev/null and b/RSSReader/Assets/StoreLogo.png differ diff --git a/RSSReader/Assets/StoreLogo.scale-100.png b/RSSReader/Assets/StoreLogo.scale-100.png deleted file mode 100644 index dcb6727..0000000 Binary files a/RSSReader/Assets/StoreLogo.scale-100.png and /dev/null differ diff --git a/RSSReader/Assets/Wide310x150Logo.scale-200.png b/RSSReader/Assets/Wide310x150Logo.scale-200.png new file mode 100644 index 0000000..288995b Binary files /dev/null and b/RSSReader/Assets/Wide310x150Logo.scale-200.png differ diff --git a/RSSReader/Assets/WideLogo.scale-100.png b/RSSReader/Assets/WideLogo.scale-100.png deleted file mode 100644 index 9dd94b6..0000000 Binary files a/RSSReader/Assets/WideLogo.scale-100.png and /dev/null differ diff --git a/RSSReader/Package.appxmanifest b/RSSReader/Package.appxmanifest index 467947e..6be5b1c 100644 --- a/RSSReader/Package.appxmanifest +++ b/RSSReader/Package.appxmanifest @@ -1,48 +1,49 @@ - - - - - - - - - - RSSReader - Microsoft Corporation - Assets\StoreLogo.png - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + RSSReader + Microsoft Corporation + Assets\StoreLogo.png + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/RSSReader/Properties/Default.rd.xml b/RSSReader/Properties/Default.rd.xml index 1341cf9..6967e90 100644 --- a/RSSReader/Properties/Default.rd.xml +++ b/RSSReader/Properties/Default.rd.xml @@ -1,36 +1,31 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/RSSReader/RSSReader.csproj b/RSSReader/RSSReader.csproj index 4162bf9..dde4dfe 100644 --- a/RSSReader/RSSReader.csproj +++ b/RSSReader/RSSReader.csproj @@ -1,145 +1,149 @@ - - - - - Debug - x86 - {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA} - AppContainerExe - Properties - RSSReader - RSSReader - en-US - UAP - 10.0.10069.0 - 10.0.10069.0 - 14 - true - 512 - {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 3298e190 - - - true - bin\x86\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP - ;2008 - full - x86 - false - prompt - true - - - bin\x86\Release\ - TRACE;NETFX_CORE;WINDOWS_UAP - true - ;2008 - pdbonly - x86 - false - prompt - true - true - - - true - bin\ARM\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP - ;2008 - full - ARM - false - prompt - true - - - bin\ARM\Release\ - TRACE;NETFX_CORE;WINDOWS_UAP - true - ;2008 - pdbonly - ARM - false - prompt - true - true - - - true - bin\x64\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP - ;2008 - full - x64 - false - prompt - true - - - bin\x64\Release\ - TRACE;NETFX_CORE;WINDOWS_UAP - true - ;2008 - pdbonly - x64 - false - prompt - true - true - - - - App.xaml - - - - - - - - - FeedsArticlesView.xaml - - - - - Designer - - - - - - - - - - - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - PreserveNewest - - - Designer - MSBuild:Compile - - - - - 14.0 - - - + + + + + Debug + x86 + {81C6601D-A4FE-4B6E-97C8-BD9FAEFC03DA} + AppContainerExe + Properties + RSSReader + RSSReader + en-US + UAP + 10.0.10240.0 + 10.0.10240.0 + 14 + true + 512 + {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 3298e190 + + + true + bin\x86\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP + ;2008 + full + x86 + false + prompt + true + + + bin\x86\Release\ + TRACE;NETFX_CORE;WINDOWS_UAP + true + ;2008 + pdbonly + x86 + false + prompt + true + true + + + true + bin\ARM\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP + ;2008 + full + ARM + false + prompt + true + + + bin\ARM\Release\ + TRACE;NETFX_CORE;WINDOWS_UAP + true + ;2008 + pdbonly + ARM + false + prompt + true + true + + + true + bin\x64\Debug\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP + ;2008 + full + x64 + false + prompt + true + + + bin\x64\Release\ + TRACE;NETFX_CORE;WINDOWS_UAP + true + ;2008 + pdbonly + x64 + false + prompt + true + true + + + + App.xaml + + + + + + + + + FeedsArticlesView.xaml + + + + + Designer + + + + + + + + + + + + + + + MSBuild:Compile + Designer + + + Designer + MSBuild:Compile + PreserveNewest + + + Designer + MSBuild:Compile + + + + + + + 14.0 + + + \ No newline at end of file diff --git a/RSSReader/project.json b/RSSReader/project.json new file mode 100644 index 0000000..c594939 --- /dev/null +++ b/RSSReader/project.json @@ -0,0 +1,16 @@ +{ + "dependencies": { + "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0" + }, + "frameworks": { + "uap10.0": {} + }, + "runtimes": { + "win10-arm": {}, + "win10-arm-aot": {}, + "win10-x86": {}, + "win10-x86-aot": {}, + "win10-x64": {}, + "win10-x64-aot": {} + } +} \ No newline at end of file