Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Tidy code.
Commit Description:
Tidy code.
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version" : "2.0.0" ,
"tasks" : [
{
"label" : "FNA Debug" ,
"command" : "dotnet build" ,
"type" : "shell" ,
"group" : "build" ,
"args" : [
"build/FNA/SpriteFontPlus.sln" ,
"/t:build" ,
"/p:Configuration=Debug"
],
"presentation" : {
"reveal" : "silent"
},
"problemMatcher" : "$msCompile"
},
{
"label" : "FNA Release" ,
"command" : "dotnet build" ,
"type" : "shell" ,
"group" : "build" ,
"args" : [
"build/FNA/SpriteFontPlus.sln" ,
"/t:build" ,
"/p:Configuration=Release"
],
"presentation" : {
"reveal" : "silent"
},
"problemMatcher" : "$msCompile"
}
]
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings