ToolMatter
Your Apps in Action
Risersoft
Buy
Try
Explore
Documentation
Public
Use this form to visualize ASP.NET vNext project configuration file.
{{repoTitle.MainEntity}}
publishExclude - List of files to exclude from publish output (dnu publish).
compile - Glob pattern to specify additional code files that needs to be compiled. (data type: string or array with glob pattern(s)). Example: [ "folder1/**/*.cs", "folder2/**/*.cs" ]
compileExclude - Glob pattern to indicate code files that needs to be excluded from compilation. (data type: string or array with glob pattern(s)). Example: [ "folder1/**/*.cs", "folder2/**/*.cs" ]
compileFiles - Individual file paths relative to application root that needs to be included for compilation. (data type: string or array). Example: [ "folder1/test1.cs", "folder2/test2.cs" ]
compileBuiltIn - Glob pattern to indicate the default code files that are included for compilation. (data type: string or array with glob pattern(s)). Example: [ "**/*.cs", "../folder2/**/*.cs" ]
exclude - Glob pattern to indicate the default files to be excluded from processing. (data type: string or array with glob pattern(s)).
excludeBuiltIn - Glob pattern to indicate all the additional files to be excluded from processing. (data type: string or array with glob pattern(s)).
preprocess - Glob pattern to indicate all the code files to be pre-processed. (data type: string or array with glob pattern(s)).
preprocessExclude - Glob pattern to indicate all the code files to be excluded from pre-processing. (data type: string or array with glob pattern(s)).
preprocessFiles - Glob pattern to indicate specific code files to be included for pre-processing. (data type: string or array).
resource - Glob pattern to indicate all the files that need to be compiled as resources. (data type: string or array with glob pattern(s))
resourceExclude - Glob pattern to indicate files that need to be excluded from being compiled as resources. (data type: string or array with glob pattern(s))
resourceFiles - Glob pattern to indicate individual files that need to be compiled as resources. (data type: string or array).
shared - Glob pattern to specify the code files to share with dependent projects. Example: [ "folder1/*.cs", "folder2/*.cs" ]
sharedExclude - Glob pattern to specify the code files to be excluded from sharing with dependent projects. Example: [ "folder1/*.cs", "folder2/*.cs" ]
sharedFiles - Glob pattern to specify the individual code files to be shared with dependent projects. Example: [ "folder1/shared1.cs", "folder2/shared2.cs" ]
content - Glob pattern to specify the files to be considered as content on dnu publish. Example: [ "folder1/**/*" ]
contentExclude - Glob pattern to specify the files to be excluded from being content on dnu publish. Example: [ "folder1/*.cs", "folder2/*.cs" ]
contentFiles - Glob pattern to specify the individual files to be content files on dnu publish. Example: [ "folder1/content.cs", "folder2/content2.img" ]
authors authors
#
Values
Actions
{{$index+1}}.
.commands
_
.compilationOptions
_
compilationOptions.warningsAsErrors
compilationOptions.allowUnsafe
compilationOptions.optimize
compilationOptions.languageVersion
compilationOptions.define define
#
Values
Actions
{{$index+1}}.
.configurations
_
copyright - Copyright details for the package
.dependencies
_
description - The description of the application
.frameworks
_
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
projectUrl - A URL for the home page of the package
owners owners
#
Values
Actions
{{$index+1}}.
.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.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
summary - A short description of the package
title - The human-friendly title of the package
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.
userSecretsId - Specify a unique id to manage the development time user secrets of the application
tags tags
#
Values
Actions
{{$index+1}}.
Download Json
{{message}}