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.define define
#
Values
Actions
{{$index+1}}.
.configurations
_
.dependencies
_
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)).
.frameworks
_
preprocess - Glob pattern to indicate all the code files to be preprocessed. (data type: string with glob pattern).
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 application. Example: 1.2.0.0
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}}