ToolMatter
Your Apps in Action
Risersoft
Buy
Try
Explore
Documentation
Public
Use this form to visualize ASP.NET vNext project configuration file.
{{repoTitle.MainEntity}}
bundleExclude - List of files to exclude from publish output (kpm bundle).
code - Glob pattern to specify all the code files that needs to be compiled. (data type: string or array with glob pattern(s)). Example: [ "Folder1\*.cs", "Folder2\*.cs" ]
authors authors
#
Values
Actions
{{$index+1}}.
.commands
_
.compilationOptions
_
compilationOptions.warningsAsErrors
compilationOptions.allowUnsafe
compilationOptions.optimize
compilationOptions.languageVersion
compilationOptions.keyFile
compilationOptions.delaySign
compilationOptions.strongName
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 that the package is under
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 application
exclude - Glob pattern to indicate all the code files to be excluded from compilation. (data type: string or array with glob pattern(s)).
owners owners
#
Values
Actions
{{$index+1}}.
tags tags
#
Values
Actions
{{$index+1}}.
.frameworks
_
.namedResource
_
preprocess - Glob pattern to indicate all the code files to be preprocessed. (data type: string with glob pattern).
.repository
_
repository.type
resources - Glob pattern to indicate all the files that need to be compiled as resources.
.scripts
_
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.prebundle - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.postbundle - 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
shared - Glob pattern to specify the code files to share with dependent projects. Example: [ "Folder1\*.cs", "Folder2\*.cs" ]
version - The version of the project/package. Examples: 1.2.3, 1.2.3-beta, 1.2.3-*
webroot - Specifying the webroot property in the project.json file specifies the web server root (aka public folder). In visual studio, this folder will be used to root IIS. Static files should be put in here.
Download Json
{{message}}