diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 00:58:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 00:58:07 -0400 |
| commit | 21352d5248930b9f141c807cb5c04143694f6d38 (patch) | |
| tree | 74db5d3d5cca7bcd85078c14065ac040947cb087 /MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj | |
| parent | 078277ebc29bd749045e5d109024d9d08aa8edea (diff) | |
Complete rework of IFileSystem
Diffstat (limited to 'MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj')
| -rw-r--r-- | MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj index 40e532b79c..e4f7becc5a 100644 --- a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj +++ b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj @@ -1252,6 +1252,13 @@ </PostBuildEvent> </PropertyGroup> <Import Project="Fody.targets" /> + <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> + <PropertyGroup> + <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable 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('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> + </Target> <!-- 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. <Target Name="BeforeBuild"> |
