|
@@ -36,6 +36,8 @@
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<RestorePackages>true</RestorePackages>
|
|
<RestorePackages>true</RestorePackages>
|
|
|
|
+ <NuGetPackageImportStamp>
|
|
|
|
+ </NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -617,9 +619,6 @@
|
|
<Compile Include="..\MediaBrowser.Model\Extensions\FloatHelper.cs">
|
|
<Compile Include="..\MediaBrowser.Model\Extensions\FloatHelper.cs">
|
|
<Link>Extensions\FloatHelper.cs</Link>
|
|
<Link>Extensions\FloatHelper.cs</Link>
|
|
</Compile>
|
|
</Compile>
|
|
- <Compile Include="..\MediaBrowser.Model\Extensions\IHasPropertyChangedEvent.cs">
|
|
|
|
- <Link>Extensions\IHasPropertyChangedEvent.cs</Link>
|
|
|
|
- </Compile>
|
|
|
|
<Compile Include="..\MediaBrowser.Model\Extensions\IntHelper.cs">
|
|
<Compile Include="..\MediaBrowser.Model\Extensions\IntHelper.cs">
|
|
<Link>Extensions\IntHelper.cs</Link>
|
|
<Link>Extensions\IntHelper.cs</Link>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -1233,13 +1232,6 @@
|
|
<PostBuildEvent>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
- <Import Project="..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets')" />
|
|
|
|
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
|
- <PropertyGroup>
|
|
|
|
- <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
|
|
- </PropertyGroup>
|
|
|
|
- <Error Condition="!Exists('..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets'))" />
|
|
|
|
- </Target>
|
|
|
|
<!-- 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">
|