Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@390 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
6 changed files with 48 additions and 36 deletions
@ -0,0 +1,24 @@ |
|||||||
|
<?xml version="1.0"?> |
||||||
|
<Template author="Daniel Grunwald" version="1.0"> |
||||||
|
|
||||||
|
<Config |
||||||
|
name = "${res:Templates.File.MsBuild.Name}" |
||||||
|
icon = "Icons.32x32.XMLFileIcon" |
||||||
|
category = "${res:Templates.File.Categories.Misc}" |
||||||
|
defaultname = "Build${Number}.proj" |
||||||
|
language = "XML"/> |
||||||
|
|
||||||
|
<Description>${res:Templates.File.Xml.EmptyXmlFile.Description}</Description> |
||||||
|
|
||||||
|
<Files> |
||||||
|
<File name="${FullName}" language="XML"><![CDATA[<?xml version="1.0"?> |
||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTarget="Build"> |
||||||
|
<Target Name="Build"> |
||||||
|
|
||||||
|
</Target> |
||||||
|
</Project>]]> |
||||||
|
</File> |
||||||
|
</Files> |
||||||
|
|
||||||
|
<AdditionalOptions/> |
||||||
|
</Template> |
||||||
Loading…
Reference in new issue