Skip to content

Commit

Permalink
UWP projects update. see #1
Browse files Browse the repository at this point in the history
  • Loading branch information
soroshsabz committed Jul 22, 2016
1 parent c85dc66 commit 52e5a54
Show file tree
Hide file tree
Showing 9 changed files with 32,086 additions and 18,666 deletions.
1,031 changes: 1,031 additions & 0 deletions src/.vs/config/applicationhost.config

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/DemoApp/DemoApp.Droid/DemoApp.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@
<AndroidResource Include="Resources\values\styles.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Lib\PCLAppConfig.FileSystemStream.Abstractions\PCLAppConfig.FileSystemStream.Abstractions.csproj">
<Project>{47adf18f-1bb7-45ae-addb-fa9291f2c532}</Project>
<Name>PCLAppConfig.FileSystemStream.Abstractions</Name>
</ProjectReference>
<ProjectReference Include="..\DemoApp\DemoApp.csproj">
<Project>{03b96875-a80d-4610-9b73-f3be382314f4}</Project>
<Name>DemoApp</Name>
Expand Down
4 changes: 2 additions & 2 deletions src/DemoApp/DemoApp.UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
"PCLStorage": "1.0.2",
"Xamarin.Forms": "2.3.0.107"
"Xamarin.Forms": "2.3.0.107",
},
"frameworks": {
"uap10.0": {}
Expand Down
24,940 changes: 15,588 additions & 9,352 deletions src/DemoApp/DemoApp.UWP/project.lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion src/Lib/PCLAppConfig.FileSystemStream.UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
"PCLStorage": "1.0.2"
},
"frameworks": {
Expand Down
Loading

0 comments on commit 52e5a54

Please sign in to comment.