File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
3
<package id =" FFmpeg.Nightly" version =" 20181218.0.0" targetFramework =" native" />
4
+ <package id =" ftd2xx.native" version =" 2.12.28" targetFramework =" native" />
4
5
<package id =" glfw" version =" 3.3.0.1" targetFramework =" native" />
5
6
</packages >
Original file line number Diff line number Diff line change 201
201
<ImportGroup Label =" ExtensionTargets" >
202
202
<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')" />
203
203
<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')" />
204
205
</ImportGroup >
205
206
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
206
207
<PropertyGroup >
207
208
<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 >
208
209
</PropertyGroup >
209
210
<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'))" />
210
211
<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'))" />
211
213
</Target >
212
214
</Project >
You can’t perform that action at this time.
0 commit comments