Silk.NET/.vscode/tasks.json

474 строки
17 KiB
JSON
Исходник Обычный вид История

{
"version": "2.0.0",
"tasks": [
{
"label": "build Tutorial 1.1 - Hello Window",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 1.1 - Hello Window/Tutorial 1.1 - Hello Window.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 1.1 - Hello Window",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 1.1 - Hello Window/Tutorial 1.1 - Hello Window.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 1.1 - Hello Window",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 1.1 - Hello Window"
},
"problemMatcher": "$msCompile"
},
{
"label": "build Tutorial 1.2 - Hello quad",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 1.2 - Hello quad/Tutorial 1.2 - Hello quad.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 1.2 - Hello quad",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 1.2 - Hello quad/Tutorial 1.2 - Hello quad.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 1.2 - Hello quad",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 1.2 - Hello quad"
},
"problemMatcher": "$msCompile"
},
{
"label": "build Tutorial 1.3 - Abstractions",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 1.3 - Abstractions/Tutorial 1.3 - Abstraction.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 1.3 - Abstractions",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 1.3 - Abstractions/Tutorial 1.3 - Abstraction.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 1.3 - Abstractions",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 1.3 - Abstractions"
},
"problemMatcher": "$msCompile"
},
{
"label": "build Tutorial 1.4 - Textures",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 1.4 - Textures/Tutorial 1.4 - Textures.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 1.4 - Textures",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 1.4 - Textures/Tutorial 1.4 - Textures.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 1.4 - Textures",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 1.4 - Textures"
},
"problemMatcher": "$msCompile"
},
{
"label": "build Tutorial 1.5 - Transformations",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 1.5 - Transformations/Tutorial 1.5 - Transformations.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 1.5 - Transformations",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 1.5 - Transformations/Tutorial 1.5 - Transformations.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 1.5 - Transformations",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 1.5 - Transformations"
},
"problemMatcher": "$msCompile"
},
{
"label": "build Tutorial 2.1 - Co-ordinate Systems",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 2.1 - Co-ordinate Systems/Tutorial 2.1 - Co-ordinate Systems.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 2.1 - Co-ordinate Systems",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 2.1 - Co-ordinate Systems/Tutorial 2.1 - Co-ordinate Systems.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 2.1 - Co-ordinate Systems",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 2.1 - Co-ordinate Systems"
},
"problemMatcher": "$msCompile"
},
{
"label": "build Tutorial 2.2 - Camera",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 2.2 - Camera/Tutorial 2.2 - Camera.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 2.2 - Camera",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 2.2 - Camera/Tutorial 2.2 - Camera.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 2.2 - Camera",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 2.2 - Camera"
},
"problemMatcher": "$msCompile"
},
{
"label": "build Tutorial 3.1 - Ambient Lighting",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 3.1 - Ambient Lighting/Tutorial 3.1 - Ambient Lighting.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 3.1 - Ambient Lighting",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 3.1 - Ambient Lighting/Tutorial 3.1 - Ambient Lighting.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 3.1 - Ambient Lighting",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 3.1 - Ambient Lighting"
},
"problemMatcher": "$msCompile"
},
{
"label": "build Tutorial 3.2 - Diffuse Lighting",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 3.2 - Diffuse Lighting/Tutorial 3.2 - Diffuse Lighting.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 3.2 - Diffuse Lighting",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 3.2 - Diffuse Lighting/Tutorial 3.2 - Diffuse Lighting.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 3.2 - Diffuse Lighting",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 3.2 - Diffuse Lighting"
},
"problemMatcher": "$msCompile"
},
{
"label": "build Tutorial 3.3 - Specular Lighting",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 3.3 - Specular Lighting/Tutorial 3.3 - Specular Lighting.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 3.3 - Specular Lighting",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 3.3 - Specular Lighting/Tutorial 3.3 - Specular Lighting.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 3.3 - Specular Lighting",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 3.3 - Specular Lighting"
},
"problemMatcher": "$msCompile"
},
{
"label": "build Tutorial 3.4 - Materials",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 3.4 - Materials/Tutorial 3.4 - Materials.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 3.4 - Materials",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 3.4 - Materials/Tutorial 3.4 - Materials.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 3.4 - Materials",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 3.4 - Materials"
},
"problemMatcher": "$msCompile"
},
{
"label": "build Tutorial 3.5 - Lighting Maps",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/CSharp/Tutorial 3.5 - Lighting Maps/Tutorial 3.5 - Lighting Maps.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish Tutorial 3.5 - Lighting Maps",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/examples/CSharp/Tutorial 3.5 - Lighting Maps/Tutorial 3.5 - Lighting Maps.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch Tutorial 3.5 - Lighting Maps",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/examples/CSharp/Tutorial 3.5 - Lighting Maps"
},
"problemMatcher": "$msCompile"
}
]
}