https://github.com/binki/quickopcpackagesconfig
https://github.com/binki/quickopcpackagesconfig
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/binki/quickopcpackagesconfig
- Owner: binki
- License: other
- Created: 2018-09-20T14:29:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T14:29:37.000Z (over 7 years ago)
- Last Synced: 2025-01-11T02:19:04.036Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Demo to help demonstrate the problem described at http://www.opclabs.com/forum/feature-requests-product-improvement-ideas/2523-please-support-packagereference-for-nuget-packages . This project uses `packages.config` and thus the the following files are automatically copied to the output folder by visualstudio in addition to the ones already mentioned in the `.nuspec` as ``:
* `App_Web_OpcLabs.EasyOpcClassicRaw.amd64.dll`
* `App_Web_OpcLabs.EasyOpcClassicRaw.x86.dll`
* `OpcLabs.BaseLib.xml`
* `OpcLabs.BaseLibForms.xml`
* `OpcLabs.EasyOpcClassic.xml`
* `OpcLabs.EasyOpcUA.xml`
The result is that this project runs without crashing.