随笔分类 -  Visual Studio 使用笔记

VS2016 发布项目提示 CS0006 C# Metadata file 'xxxxxxx.dll' could not be found
摘要:生成的时候没有问题,发布项目的时候提示 CS0006 C# Metadata file 'xxxxxxx.dll' could not be found 解决方案,找到 xxxxxxx.dll 这个项目,属性。将程序集名称 修改为 和 xxxxxxx.dll项目的csproj中 Project -> 阅读全文

posted @ 2016-11-08 16:08 oceanho 阅读(17069) 评论(0) 推荐(1)

Visual Studio 2015 下 编译 libpng
摘要:libpng https://github.com/glennrp/libpng zlib https://github.com/madler/zlib/releases https://github.com/madler/zlib/releases/tag/v1.2.8 打开,libpng\pro 阅读全文

posted @ 2016-04-19 09:55 oceanho 阅读(542) 评论(0) 推荐(0)

Visual studio 生成事件的使用 、xcopy 实现 dll 复制操作、
摘要:IF NOT "$(ConfigurationName)"=="publish" exit /B 0if not exist $(TargetPath)publish md $(TargetPath)publishxcopy /y $(TargetPath) $(SolutionDir)\\publ... 阅读全文

posted @ 2015-12-20 22:10 oceanho 阅读(1384) 评论(0) 推荐(0)

记一次IIS Express 之经典模式与集成模式切换
摘要:Visual Studio视图 --> 属性窗口、 或者 选中项目 F4 弹出项目的属性窗口进行切换设置。、 阅读全文

posted @ 2015-11-02 13:45 oceanho 阅读(1076) 评论(0) 推荐(0)

导航