Skip to content

Commit

Permalink
Adding FTDI nuget package as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Jan 4, 2020
1 parent b8ea590 commit f8632b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions vsprojects/pcsx-redux/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FFmpeg.Nightly" version="20181218.0.0" targetFramework="native" />
<package id="ftd2xx.native" version="2.12.28" targetFramework="native" />
<package id="glfw" version="3.3.0.1" targetFramework="native" />
</packages>
2 changes: 2 additions & 0 deletions vsprojects/pcsx-redux/pcsx-redux.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,14 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\FFmpeg.Nightly.20181218.0.0\build\native\FFmpeg.Nightly.targets" Condition="Exists('..\packages\FFmpeg.Nightly.20181218.0.0\build\native\FFmpeg.Nightly.targets')" />
<Import Project="..\packages\glfw.3.3.0.1\build\native\glfw.targets" Condition="Exists('..\packages\glfw.3.3.0.1\build\native\glfw.targets')" />
<Import Project="..\packages\ftd2xx.native.2.12.28\build\native\ftd2xx.native.targets" Condition="Exists('..\packages\ftd2xx.native.2.12.28\build\native\ftd2xx.native.targets')" />
</ImportGroup>
<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\FFmpeg.Nightly.20181218.0.0\build\native\FFmpeg.Nightly.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\FFmpeg.Nightly.20181218.0.0\build\native\FFmpeg.Nightly.targets'))" />
<Error Condition="!Exists('..\packages\glfw.3.3.0.1\build\native\glfw.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\glfw.3.3.0.1\build\native\glfw.targets'))" />
<Error Condition="!Exists('..\packages\ftd2xx.native.2.12.28\build\native\ftd2xx.native.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ftd2xx.native.2.12.28\build\native\ftd2xx.native.targets'))" />
</Target>
</Project>

0 comments on commit f8632b3

Please sign in to comment.