{"id":478,"date":"2016-07-02T14:08:38","date_gmt":"2016-07-02T14:08:38","guid":{"rendered":"http:\/\/www.scmgalaxy.com\/tutorials\/2016\/07\/02\/extension-used-in-dotnet-and-msbuild-projects\/"},"modified":"2017-12-17T12:11:56","modified_gmt":"2017-12-17T12:11:56","slug":"extension-used-in-dotnet-and-msbuild-projects","status":"publish","type":"post","link":"https:\/\/www.devopsschool.com\/blog\/extension-used-in-dotnet-and-msbuild-projects\/","title":{"rendered":"Extension used in DOTNET and MSBuild Projects"},"content":{"rendered":"<div><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-3184 size-full\" src=\"http:\/\/www.scmgalaxy.com\/tutorials\/wp-content\/uploads\/2016\/07\/extension-used-in-dotnet-an.png\" alt=\"extension-used-in-dotnet-and-msbuild\" width=\"600\" height=\"400\" srcset=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2016\/07\/extension-used-in-dotnet-an.png 600w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2016\/07\/extension-used-in-dotnet-an-300x200.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/div>\n<div><strong>.proj<\/strong><\/div>\n<div>A popular convention for generic use. Commonly used by a main build script.<\/div>\n<div>Examples:<\/div>\n<div>build.proj<\/div>\n<div>main.proj<\/div>\n<div>company.product.build.proj<\/div>\n<div><\/div>\n<div><strong>.targets<\/strong><\/div>\n<div><\/div>\n<div>.targets files are those which is meant to be imported into other files using the Import element. Since these files are strictly re-useable they don&#8217;t actually build anything. They typically are missing the properties and item values to actually build anything.<\/div>\n<div><\/div>\n<div>Examples:<\/div>\n<div><\/div>\n<div>Microsoft.Common.targets<\/div>\n<div>Microsoft.CSharp.targets<\/div>\n<div>Microsoft.Data.Entity.targets<\/div>\n<div><\/div>\n<div><strong>.**proj<\/strong><\/div>\n<div><\/div>\n<div>Language specific convention where **** represents the language short acronym.<\/div>\n<div><\/div>\n<div>Well-known extensions:<\/div>\n<div><\/div>\n<div>.csproj \u00a0 \u00a0| C#<\/div>\n<div>.vbproj \u00a0 \u00a0| VB.NET<\/div>\n<div>.vcxproj \u00a0 | Visual C++<\/div>\n<div>.dbproj \u00a0 \u00a0| Database project<\/div>\n<div>.fsproj \u00a0 \u00a0| F#<\/div>\n<div>.pyproj \u00a0 \u00a0| IronPython<\/div>\n<div>.rbproj \u00a0 \u00a0| IronRuby<\/div>\n<div>.wixproj \u00a0 | Windows Installer XML (WiX)<\/div>\n<div>.vdproj \u00a0 \u00a0| Visual Studio Deployment Project<\/div>\n<div>.isproj \u00a0 \u00a0| InstallShield<\/div>\n<div>.pssproj \u00a0 | PowerShell<\/div>\n<div>.modelproj | Modeling project<\/div>\n<div><\/div>\n<div><strong>.props<\/strong><\/div>\n<div><\/div>\n<div>A project property sheet used by Visual C++ projects (.vcxproj).<\/div>\n<div><\/div>\n<div>Examples:<\/div>\n<div><\/div>\n<div>Microsoft.Cl.Common.props<\/div>\n<div>Microsoft.Cpp.CoreWin.props<\/div>\n<div>Microsoft.Cpp.props<\/div>\n<div>Microsoft.Link.Common.props<\/div>\n<div><\/div>\n<div><strong>.tasks<\/strong><\/div>\n<div><\/div>\n<div>A common include file to be imported by a calling MSBuild project. Contains a list of &lt;UsingTask&gt; elements.<\/div>\n<div><\/div>\n<div>Examples:<\/div>\n<div><\/div>\n<div>Microsoft.Common.Tasks<\/div>\n<div>MSBuild.ExtensionPack.tasks<\/div>\n<div><\/div>\n<div><strong>.settings.targets<\/strong><\/div>\n<div><\/div>\n<div>(This is a related convention if not strictly-speaking a file extension.)<\/div>\n<div><\/div>\n<div>A common include file to be imported by a calling MSBuild project. Contains &#8220;various properties related to shared utilities used during the build and deployment processes as well as any other common settings&#8221; (Sayed Ibrahim Hashimi, 2009).<\/div>\n<div><\/div>\n<div>Examples:<\/div>\n<div><\/div>\n<div>EntityFramework.settings.targets<\/div>\n<div><\/div>\n<div>Compiler.settings.targets<\/div>\n<div><\/div>\n<div>Library.Settings.targets<\/div>\n","protected":false},"excerpt":{"rendered":"<p>.proj A popular convention for generic use. Commonly used by a main build script. Examples: build.proj main.proj company.product.build.proj .targets .targets files are those which is meant to be imported into other files using the Import element. Since these files are strictly re-useable they don&#8217;t actually build anything. They typically are missing the properties and item&#8230;<\/p>\n","protected":false},"author":1,"featured_media":3184,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","_joinchat":[],"footnotes":""},"categories":[51],"tags":[1235,1240,1241,1239,1234,1237,1238,366,1242,1236],"class_list":["post-478","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-msbuild","tag-dotnet","tag-dotnet-and-msbuild-projects-extension","tag-dotnet-extension","tag-dotnet-msbuild","tag-extension","tag-extension-used-in-dotnet-projects","tag-extension-used-in-msbuild-projects","tag-msbuild","tag-msbuild-extension","tag-projects"],"_links":{"self":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/478","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/comments?post=478"}],"version-history":[{"count":3,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/478\/revisions"}],"predecessor-version":[{"id":3288,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/478\/revisions\/3288"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/media\/3184"}],"wp:attachment":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/media?parent=478"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/categories?post=478"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/tags?post=478"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}