Skip to content

Commit

Permalink
Added the Portable Windows library to the NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed May 5, 2015
1 parent 7073ef3 commit 0889fc6
Show file tree
Hide file tree
Showing 10 changed files with 390 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Microsoft.Band.Portable.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Band.Android", "M
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Band.iOS", "Microsoft.Band\Microsoft.Band.iOS\Microsoft.Band.iOS.csproj", "{A5D3F484-DFD7-4C75-9FF6-ACF3BDE02B49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Band.Portable.Windows", "Microsoft.Band.Portable\Microsoft.Band.Portable.Windows\Microsoft.Band.Portable.Windows.csproj", "{E207466A-B533-4808-94A2-6B3D91BC32CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -47,6 +49,10 @@ Global
{A5D3F484-DFD7-4C75-9FF6-ACF3BDE02B49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5D3F484-DFD7-4C75-9FF6-ACF3BDE02B49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5D3F484-DFD7-4C75-9FF6-ACF3BDE02B49}.Release|Any CPU.Build.0 = Release|Any CPU
{E207466A-B533-4808-94A2-6B3D91BC32CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E207466A-B533-4808-94A2-6B3D91BC32CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E207466A-B533-4808-94A2-6B3D91BC32CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E207466A-B533-4808-94A2-6B3D91BC32CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Microsoft.Band.Portable.Android")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © Xamarin and Microsoft")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Microsoft.Band.Portable.Phone")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © Xamarin and Microsoft")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft.Band.Portable.Windows")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Microsoft.Band.Portable.Windows")]
[assembly: AssemblyCopyright("Copyright © Xamarin and Microsoft")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// 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: ComVisible(false)]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Band" version="1.3.10417" targetFramework="win81" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Microsoft.Band.Portable.iOS")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © Xamarin and Microsoft")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Microsoft.Band.Portable")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © Xamarin and Microsoft")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
Expand Down
7 changes: 6 additions & 1 deletion Xamarin.Microsoft.Band.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,22 @@
<file src="README.md" target="README.md" />
<file src="LICENSE" target="LICENSE" />

<file src="_._" target="lib\portable-net45+win+wpa81\_._" />
<file src="Microsoft.Band\Microsoft.Band.Android\bin\Release\Microsoft.Band.Android.dll" target="lib\MonoAndroid\Microsoft.Band.Android.dll" />
<file src="Microsoft.Band\Microsoft.Band.iOS\bin\Release\Microsoft.Band.iOS.dll" target="lib\XamariniOS\Microsoft.Band.iOS.dll" />

<file src="Microsoft.Band.Portable\Microsoft.Band.Portable\bin\Release\Microsoft.Band.Portable.dll" target="lib\portable-win+net45+wp8+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Microsoft.Band.Portable.dll" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable\bin\Release\Microsoft.Band.Portable.xml" target="lib\portable-win+net45+wp8+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Microsoft.Band.Portable.xml" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable\bin\Release\Microsoft.Band.Portable.pdb" target="lib\portable-win+net45+wp8+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Microsoft.Band.Portable.pdb" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable.Android\bin\Release\Microsoft.Band.Portable.dll" target="lib\MonoAndroid\Microsoft.Band.Portable.dll" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable.Android\bin\Release\Microsoft.Band.Portable.xml" target="lib\MonoAndroid\Microsoft.Band.Portable.xml" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable.Android\bin\Release\Microsoft.Band.Portable.pdb" target="lib\MonoAndroid\Microsoft.Band.Portable.pdb" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable.Phone\bin\Release\Microsoft.Band.Portable.dll" target="lib\wpa81\Microsoft.Band.Portable.dll" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable.Phone\bin\Release\Microsoft.Band.Portable.xml" target="lib\wpa81\Microsoft.Band.Portable.xml" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable.Phone\bin\Release\Microsoft.Band.Portable.pdb" target="lib\wpa81\Microsoft.Band.Portable.pdb" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable.iOS\bin\Release\Microsoft.Band.Portable.dll" target="lib\XamariniOS\Microsoft.Band.Portable.dll" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable.iOS\bin\Release\Microsoft.Band.Portable.xml" target="lib\XamariniOS\Microsoft.Band.Portable.xml" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable.Windows\bin\Release\Microsoft.Band.Portable.dll" target="lib\win8\Microsoft.Band.Portable.dll" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable.Windows\bin\Release\Microsoft.Band.Portable.xml" target="lib\win8\Microsoft.Band.Portable.xml" />
<file src="Microsoft.Band.Portable\Microsoft.Band.Portable.Windows\bin\Release\Microsoft.Band.Portable.pdb" target="lib\win8\Microsoft.Band.Portable.pdb" />
</files>
</package>
Empty file removed _._
Empty file.

0 comments on commit 0889fc6

Please sign in to comment.