Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Fixed nuget packages and unified output #263.
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk committed Dec 2, 2015
1 parent 30f90e4 commit 2342456
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
16 changes: 14 additions & 2 deletions OsmSharp.iOS.UI/OsmSharp.iOS.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<OutputPath>..\OutputiOS\Unified\</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -24,11 +24,23 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<OutputPath>..\OutputiOS\Unified\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator'">
<OutputPath>..\OutputiOS\Unified\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|iPhone'">
<OutputPath>..\OutputiOS\Unified\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator'">
<OutputPath>..\OutputiOS\Unified\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|iPhone'">
<OutputPath>..\OutputiOS\Unified\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="OsmSharp, Version=0.0.0.48, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OsmSharp.Core.0.0.0.48-beta\lib\Xamarin.iOS10\OsmSharp.dll</HintPath>
Expand Down
16 changes: 9 additions & 7 deletions nuspec/OsmSharp.UI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@
</dependencies>
</metadata>
<files>
<file src="Output\Release\Any CPU\OsmSharp.UI.dll" target="lib\portable-net40+sl4+win8+wp7\OsmSharp.UI.dll" />
<file src="Output\Release\Any CPU\OsmSharp.UI.dll" target="lib\net40\OsmSharp.UI.dll" />
<file src="Output\Release\Any CPU\OsmSharp.WinForms.UI.dll" target="lib\net40\OsmSharp.WinForms.UI.dll" />
<file src="Output\Release\Any CPU\OsmSharp.UI.dll" target="lib\net45\OsmSharp.UI.dll" />
<file src="Output\Release\Any CPU\OsmSharp.WinForms.UI.dll" target="lib\net45\OsmSharp.WinForms.UI.dll" />
<file src="Output\Release\Any CPU\OsmSharp.UI.dll" target="lib\portable-net40+sl4+win8+wp7\OsmSharp.UI.dll" />
<file src="Output\Release\Any CPU\OsmSharp.UI.dll" target="lib\net40\OsmSharp.UI.dll" />
<file src="Output\Release\Any CPU\OsmSharp.WinForms.UI.dll" target="lib\net40\OsmSharp.WinForms.UI.dll" />
<file src="Output\Release\Any CPU\OsmSharp.UI.dll" target="lib\net45\OsmSharp.UI.dll" />
<file src="Output\Release\Any CPU\OsmSharp.WinForms.UI.dll" target="lib\net45\OsmSharp.WinForms.UI.dll" />
<file src="OutputAndroid\OsmSharp.UI.dll" target="lib\MonoAndroid\OsmSharp.UI.dll" />
<file src="OutputAndroid\OsmSharp.Android.UI.dll" target="lib\MonoAndroid\OsmSharp.Android.UI.dll" />
<file src="OutputiOS\OsmSharp.UI.dll" target="lib\Xamarin.iOS10\OsmSharp.UI.dll" />
<file src="OutputiOS\OsmSharp.iOS.UI.dll" target="lib\Xamarin.iOS10\OsmSharp.iOS.UI.dll" />
<file src="OutputiOS\OsmSharp.UI.dll" target="lib\MonoTouch10\OsmSharp.UI.dll" />
<file src="OutputiOS\OsmSharp.iOS.UI.dll" target="lib\MonoTouch10\OsmSharp.iOS.UI.dll" />
<file src="OutputiOS\Unified\OsmSharp.UI.dll" target="lib\Xamarin.iOS10\OsmSharp.UI.dll" />
<file src="OutputiOS\Unified\OsmSharp.iOS.UI.dll" target="lib\Xamarin.iOS10\OsmSharp.iOS.UI.dll" />
</files>
</package>

0 comments on commit 2342456

Please sign in to comment.