project-1.0.0-beta4.json
ASP.NET vNext project configuration file
| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/project-1-0-0-beta4-json/latest.json |
| Source | https://www.schemastore.org/project-1.0.0-beta4.json |
Validate with Lintel
npx @lintel/lintel check
Properties
List of files to exclude from publish output (dnu publish).
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" ]
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" ]
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" ]
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" ]
Glob pattern to indicate the default files to be excluded from processing. (data type: string or array with glob pattern(s)).
Glob pattern to indicate all the additional files to be excluded from processing. (data type: string or array with glob pattern(s)).
[
"bin/**/*.*",
"obj/**/*.*",
"**/*.xproj"
]
Glob pattern to indicate all the code files to be pre-processed. (data type: string or array with glob pattern(s)).
[
"compiler/preprocess/**/*.cs"
]
Glob pattern to indicate all the code files to be excluded from pre-processing. (data type: string or array with glob pattern(s)).
Glob pattern to indicate specific code files to be included for pre-processing. (data type: string or array).
Glob pattern to indicate all the files that need to be compiled as resources. (data type: string or array with glob pattern(s))
[
"compiler/resources/**/*",
"**/*.resx"
]
Glob pattern to indicate files that need to be excluded from being compiled as resources. (data type: string or array with glob pattern(s))
Glob pattern to indicate individual files that need to be compiled as resources. (data type: string or array).
Glob pattern to specify the files to be considered as content on dnu publish. Example: [ "folder1/**/*" ]
Glob pattern to specify the files to be excluded from being content on dnu publish. Example: [ "folder1/.cs", "folder2/.cs" ]
Glob pattern to specify the individual files to be content files on dnu publish. Example: [ "folder1/content.cs", "folder2/content2.img" ]
5 nested properties
Configurations are named groups of compilation settings. There are 2 defaults built into the runtime namely 'Debug' and 'Release'.
Copyright details for the package
The description of the application
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.
A link to the license that the package is under
A URL for the home page of the package
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
A short description of the package
The human-friendly title of the package
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.
Specify a unique id to manage the development time user secrets of the application
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