project-1.0.0-beta3.json
ASP.NET vNext project configuration file
| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/project-1-0-0-beta3-json/latest.json |
| Source | https://www.schemastore.org/project-1.0.0-beta3.json |
Validate with Lintel
npx @lintel/lintel check
Properties
List of files to exclude from publish output (kpm bundle).
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" ]
5 nested properties
Configurations are named groups of compilation settings. There are 2 defaults built into the runtime namely 'Debug' and 'Release'.
The description of the application
Glob pattern to indicate all the code files to be excluded from compilation. (data type: string or array with glob pattern(s)).
[
"bin/**/*.*",
"obj/**/*.*"
]
Glob pattern to indicate all the code files to be preprocessed. (data type: string with glob pattern).
Glob pattern to indicate all the files that need to be compiled as resources.
Scripts to execute during the various stages.
7 nested properties
A command line script or scripts.
Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
A command line script or scripts.
Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
A command line script or scripts.
Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
A command line script or scripts.
Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
A command line script or scripts.
Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
A command line script or scripts.
Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
A command line script or scripts.
Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
The version of the application. Example: 1.2.0.0
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.
Definitions
5 nested properties
A command line script or scripts.
Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version