|
@@ -9,13 +9,10 @@
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MediaBrowser.Model</RootNamespace>
|
|
<RootNamespace>MediaBrowser.Model</RootNamespace>
|
|
<AssemblyName>MediaBrowser.Model</AssemblyName>
|
|
<AssemblyName>MediaBrowser.Model</AssemblyName>
|
|
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
- <TargetFrameworkProfile>Profile104</TargetFrameworkProfile>
|
|
|
|
|
|
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
- <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
<RestorePackages>true</RestorePackages>
|
|
- <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -25,6 +22,7 @@
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugType>pdbonly</DebugType>
|
|
@@ -150,26 +148,18 @@
|
|
<None Include="FodyWeavers.xml" />
|
|
<None Include="FodyWeavers.xml" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <Reference Include="Microsoft.Threading.Tasks">
|
|
|
|
- <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="Microsoft.Threading.Tasks.Extensions">
|
|
|
|
- <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
|
|
+ <Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="PropertyChanged">
|
|
<Reference Include="PropertyChanged">
|
|
<HintPath>..\packages\PropertyChanged.Fody.1.32.2.0\lib\portable-net4+sl4+wp7+win8\PropertyChanged.dll</HintPath>
|
|
<HintPath>..\packages\PropertyChanged.Fody.1.32.2.0\lib\portable-net4+sl4+wp7+win8\PropertyChanged.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
- <Reference Include="System.Runtime">
|
|
|
|
- <HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl4+win8+wp71\System.Runtime.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.Threading.Tasks">
|
|
|
|
- <HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl4+win8+wp71\System.Threading.Tasks.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
|
|
+ <Reference Include="System" />
|
|
|
|
+ <Reference Include="System.Core" />
|
|
|
|
+ <Reference Include="System.Runtime.Serialization" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
|
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<PostBuildEvent>if $(ConfigurationName) == Release (
|
|
<PostBuildEvent>if $(ConfigurationName) == Release (
|
|
xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
|
|
xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
|
|
@@ -184,5 +174,4 @@ xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
|
|
</Target>
|
|
</Target>
|
|
-->
|
|
-->
|
|
<Import Project="$(ProjectDir)\..\Tools\Fody\Fody.targets" />
|
|
<Import Project="$(ProjectDir)\..\Tools\Fody\Fody.targets" />
|
|
- <Import Project="..\packages\Microsoft.Bcl.Build.1.0.7\tools\Microsoft.Bcl.Build.targets" />
|
|
|
|
</Project>
|
|
</Project>
|