zoukankan      html  css  js  c++  java
  • Configuration Section Designer for VS2017

    Configuration Section Designer是在Visual Studio中设计符合.Net配置体系配置文件和代码的神器。然而,它的源码已经很久不维护了。现在在新的VS2017中无法使用。于是,笔者特意下载了代码,重新修改以在VS2017中能够使用。
    主要的几个修改是重新引用了基于VS2017扩展开发的引用库。但是由于VS2017的蛋疼安装位置,在引用中添加的DLL会带有VS产品版本路径(比如笔者的就是带有Community),所以其他版本的VS下载后请自行修改对应的引用位置。
    由于Configuration Section Designer原来托管代码的服务器CodePlex即将关闭,因此修改后的代码我托管到了github。

    *相关地址如下:*
    源码地址:https://github.com/rayncc/configuration-section-designer
    发布地址:https://github.com/rayncc/configuration-section-designer/releases/tag/2.0.0.0
    PS:发布地址目前只编译了一个for VS 2017的VISX安装包
  • 相关阅读:
    C和C++的不同点
    音频质量评价指标
    常用函数整理
    Subband Decomposition
    Stability Analysis of Algorithms
    Time Frequency (T-F) Masking Technique
    雅克比(Jacobi)方法
    寒假3
    寒假作业二
    寒假 2
  • 原文地址:https://www.cnblogs.com/RMay/p/configuration-section-designer.html
Copyright © 2011-2022 走看看