标签:style color io ar 文件 sp c on cti
我想把一个wpf应用程序的输出类型由windows应用程序改为类库该怎么做,直接在项目属性里改的话报错为 库项目文件无法指定applicationdefinition属性
wpf窗体项目运行之后bin/debug下面只有.exe文件,现在想要生成dll文件供其他第三方引用的实现方法。
1、删除App.xaml文件
2、将项目属性--应用程序--输出类型 改为类库。
下面可以没有,经测试,上面两步就可以实现,下面的内容是其他文章中的内容,备用。
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
标签:style color io ar 文件 sp c on cti
原文地址:http://www.cnblogs.com/chiyueqi/p/4010938.html