ToolMatter
Your Apps in Action
Risersoft
Buy
Try
Explore
Documentation
Public
Use this form to visualize ASP.NET vNext project configuration file.
{{repoTitle.MainEntity}}
authors authors
#
Values
Actions
{{$index+1}}.
.packInclude
_
publishExclude - Glob pattern to specify files to exclude from publish output. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
compile - Glob pattern to specify files to compile. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
compileExclude - Glob pattern to specify files to exclude from compilation. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
compileFiles - Files to include in compilation (overrides 'compileExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ]
content - Glob pattern to specify files to include as content. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
contentExclude - Glob pattern to specify files to exclude from the content list. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
contentFiles - Files to include as content (overrides 'contentExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ]
preprocess - Glob pattern to specify files to use for preprocessing. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
preprocessExclude - Glob pattern to specify files to exclude from use for preprocessing. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
preprocessFiles - Files to include to use for preprocessing (overrides 'preprocessExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ]
resource - Glob pattern to specify files to include as resources. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
resourceExclude - Glob pattern to specify files to exclude from the resources list. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
resourceFiles - Files to include as resources (overrides 'resourceExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ]
shared - Glob pattern to specify files to share with dependent projects. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
sharedExclude - Glob pattern to specify files to exclude from sharing with dependent projects. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
sharedFiles - Files to include for sharing with dependent projects (overrides 'sharedExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ]
exclude - Glob pattern to indicate files to exclude from other glob patterns, in addition to the default patterns specified in 'excludeBuiltIn'. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
excludeBuiltIn - Default glob pattern to indicate files to exclude from other glob patterns. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
.commands
_
.compilationOptions
_
compilationOptions.warningsAsErrors
compilationOptions.allowUnsafe
compilationOptions.emitEntryPoint
compilationOptions.optimize
compilationOptions.languageVersion
compilationOptions.keyFile
compilationOptions.delaySign
compilationOptions.useOssSigning
compilationOptions.define define
#
Values
Actions
{{$index+1}}.
.configurations
_
.dependencies
_
copyright - Copyright details for the package.
iconUrl - A URL for the image to use as the icon for the package. This should be a 32x32-pixel .png file that has a transparent background.
licenseUrl - A link to the license for the package.
requireLicenseAcceptance - A Boolean value that specifies whether the client needs to ensure that the package license (described by licenseUrl) is accepted before the package is installed.
projectUrl - A URL for the home page of the package.
summary - A short description of the package.
title - The human-friendly title of the package
releaseNotes - A description of the changes made in each release of the package.
language - The locale ID for the package, such as en-us.
description - The description of the project/package.
owners owners
#
Values
Actions
{{$index+1}}.
tags A space-delimited list of tags and keywords that describe the package.
#
Values
Actions
{{$index+1}}.
.frameworks
_
.namedResource
_
.repository
_
repository.type
repository.url
.scripts
_
scripts.prebuild - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.postbuild - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.prepack - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.postpack - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.prepublish - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.postpublish - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.prerestore - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.postrestore - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.prepare - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
version - The version of the project/package. Examples: 1.2.3, 1.2.3-beta, 1.2.3-*
Download Json
{{message}}