Skip to content

Commit

Permalink
Tweaked the supported PCL platforms to include SL5
Browse files Browse the repository at this point in the history
  • Loading branch information
upta committed Apr 15, 2014
1 parent 9c792c8 commit 3e7c912
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
7 changes: 4 additions & 3 deletions PubSub/PubSub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C73D1486-C5C4-4BF0-AE0B-D0A214E2CCB9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PubSub</RootNamespace>
<AssemblyName>PubSub</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile158</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
Expand Down Expand Up @@ -44,6 +44,7 @@
<Compile Include="PubSubExtensions.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<Import Project="..\packages\Base.Build.Nuget.1.0.0\build\Base.Build.Nuget.targets" Condition="Exists('..\packages\Base.Build.Nuget.1.0.0\build\Base.Build.Nuget.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
9 changes: 6 additions & 3 deletions PubSub/PubSub.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
<package>
<metadata>
<id>PubSub</id>
<version>$version$</version>
<title>$title$</title>
<version>1.0</version>
<title>PubSub PCL</title>
<authors>upta</authors>
<owners>upta</owners>
<projectUrl>http://github.com/upta/pubsub</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>c# PCL portable pubsub eventaggregator</tags>
<tags>PCL portable pubsub eventaggregator c#</tags>
<description>
An extremely light-weight, easy to use PCL pub/sub library
</description>
</metadata>
<files>
<file src="bin\Release\PubSub.dll" target="lib/portable-net45+netcore45+wp8+MonoAndroid1+MonoTouch1" />
</files>
</package>

0 comments on commit 3e7c912

Please sign in to comment.