mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
17 lines
402 B
JSON
17 lines
402 B
JSON
{
|
|
"name": "GildedRose",
|
|
"configurations": [
|
|
{
|
|
"name": "GuildedRose",
|
|
"targetType": "executable",
|
|
"mainSourceFile": "src/GildedRoseTextTests.d"
|
|
},
|
|
{
|
|
"name": "unittest",
|
|
"targetType": "executable",
|
|
"sourcePaths": ["test"],
|
|
"mainSourceFile": "test/GildedRoseUnitTests.d"
|
|
}
|
|
]
|
|
}
|