Skip to content

Commit f8632b3

Browse files
committed
Adding FTDI nuget package as a dependency.
1 parent b8ea590 commit f8632b3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

vsprojects/pcsx-redux/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="FFmpeg.Nightly" version="20181218.0.0" targetFramework="native" />
4+
<package id="ftd2xx.native" version="2.12.28" targetFramework="native" />
45
<package id="glfw" version="3.3.0.1" targetFramework="native" />
56
</packages>

vsprojects/pcsx-redux/pcsx-redux.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,14 @@
201201
<ImportGroup Label="ExtensionTargets">
202202
<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')" />
203203
<Import Project="..\packages\glfw.3.3.0.1\build\native\glfw.targets" Condition="Exists('..\packages\glfw.3.3.0.1\build\native\glfw.targets')" />
204+
<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')" />
204205
</ImportGroup>
205206
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
206207
<PropertyGroup>
207208
<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>
208209
</PropertyGroup>
209210
<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'))" />
210211
<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'))" />
212+
<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'))" />
211213
</Target>
212214
</Project>

0 commit comments

Comments
 (0)