将 XML 文件转换为嵌入资源
我的 MSTEST 项目中有一个 XML 文件。它是一个实体框架存储规范定义语言(SSDL)文件。我想知道让 mstest 项目自动将 SSDL 文件转换为嵌入式资源的最简单方法是什么,以便“常用”实体框架连接字符串可以引用它。
通常 SSDL 会自动嵌入为资源。然而,这个 SSDL 文件是从自定义 XSLT 转换生成的,这就是为什么我需要有自己的方法将其转换为嵌入式资源。
I have an XML file in a MSTEST project. It is an entity-framework Storage Specification Definition Language (SSDL) file. I'd like to know what is the easiest way to have the mstest project automatically convert the SSDL file into an embedded resource, so that the "usual" entity framework connection string can reference it.
Ordinarily SSDL is automatically embedded as a resource. However, this SSDL file is generated from a custom XSLT transform, which is why I need to have my own way to transform it into an embedded resource.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://cf-bill.blogspot.com/2007 /11/c-use-embedded-resource.html 将帮助您创建 xml 文件作为嵌入资源。
http://cf-bill.blogspot.com/2007/11/c-use-embedded-resource.html will help you to create xml file as a embedded resource.