如何创建csproj命令行? [英] How to create csproj command line?

查看:237
本文介绍了如何创建csproj命令行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么方法可以从命令行创建Visual Studio模板的CS和WPF解决方案?

Is there any way to create a CS and WPF solution of Visual Studio templates from command line?

我写了一个C#和WPF代码生成器,我的输出是一个C#解决方案。

I wrote a C# and WPF code generator, and I want that my output be a C# solution.

推荐答案

要从命令行创建一个项目,只需创建并保存一个项目并使用命令行

To create a Project from command line, simply create and save a Project and use a commandline to copy the folder.

或使用Visual Studio DTE2: http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/72d6608b-2e9a-4bc4-b294- b75db17bcad2 /

Or using Visual Studio DTE2: http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/72d6608b-2e9a-4bc4-b294-b75db17bcad2/

或使用Projectgen.exe命令行工具创建项目模板
http://msdn.microsoft.com/en-us/library/cc175876(v = vs。 90).aspx

Or to create a Project Template Using the Projectgen.exe Command-Line Tool http://msdn.microsoft.com/en-us/library/cc175876(v=vs.90).aspx

这篇关于如何创建csproj命令行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆