Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードを使用してプロジェクトにファイルを含めるにはどうすればよいですか?
このファイルを含めたい:
私もこれに相当するものが欲しいです:
コードで...それは可能ですか?
これはいくつかの方法で行うことができます。
devenv / command "File.AddExistingSolutionItem fullpath \ filename"
プロジェクトファイルはXMLです。他のファイルと同じように開いて変更できます。
Microsoft.Build.Evaluation.Projectプロジェクトファイルを検査および変更するために使用します。方法は.AddItem()あなたが探しているものです。
Microsoft.Build.Evaluation.Project
.AddItem()