|
@@ -11,10 +11,9 @@
|
|
<AssemblyName>MediaBrowser.Server.Implementations</AssemblyName>
|
|
<AssemblyName>MediaBrowser.Server.Implementations</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
- <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
|
|
- <ReleaseVersion>
|
|
|
|
- </ReleaseVersion>
|
|
|
|
- <TargetFrameworkProfile />
|
|
|
|
|
|
+ <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
+ <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
|
|
|
|
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -41,16 +40,6 @@
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
- <ItemGroup>
|
|
|
|
- <Reference Include="System" />
|
|
|
|
- <Reference Include="System.Core" />
|
|
|
|
- <Reference Include="Microsoft.CSharp" />
|
|
|
|
- <Reference Include="System.Data" />
|
|
|
|
- <Reference Include="System.IO.Compression" />
|
|
|
|
- <Reference Include="System.Net" />
|
|
|
|
- <Reference Include="System.Xml" />
|
|
|
|
- <Reference Include="System.Xml.Linq" />
|
|
|
|
- </ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\SharedVersion.cs">
|
|
<Compile Include="..\SharedVersion.cs">
|
|
<Link>Properties\SharedVersion.cs</Link>
|
|
<Link>Properties\SharedVersion.cs</Link>
|
|
@@ -82,7 +71,7 @@
|
|
<None Include="app.config" />
|
|
<None Include="app.config" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- 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.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
<Target Name="BeforeBuild">
|