Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit dd937b4

Browse files
committed
Target Windows Phone 8.1
1 parent 875f816 commit dd937b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<files>
1919
<file src="bin\Release\Full\YoutubeExtractor.dll" target="lib\net35\YoutubeExtractor.dll" />
2020
<file src="bin\Release\Full\YoutubeExtractor.xml" target="lib\net35\YoutubeExtractor.xml" />
21-
<file src="bin\Release\Portable\YoutubeExtractor.dll" target="lib\portable-wp8+win8+monoandroid+monotouch\YoutubeExtractor.dll" />
22-
<file src="bin\Release\Portable\YoutubeExtractor.xml" target="lib\portable-wp8+win8+monoandroid+monotouch\YoutubeExtractor.xml" />
21+
<file src="bin\Release\Portable\YoutubeExtractor.dll" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.dll" />
22+
<file src="bin\Release\Portable\YoutubeExtractor.xml" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.xml" />
2323
</files>
2424
</package>

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor_Portable.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
5-
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
5+
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
77
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
88
<ProjectGuid>{1BB4CF4D-3617-4A23-B51A-DA7711E6F8EB}</ProjectGuid>
@@ -11,7 +11,7 @@
1111
<RootNamespace>YoutubeExtractor</RootNamespace>
1212
<AssemblyName>YoutubeExtractor</AssemblyName>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14-
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
14+
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
1515
<FileAlignment>512</FileAlignment>
1616
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)