16 lines
463 B
JSON
16 lines
463 B
JSON
{
|
|
"files": {
|
|
"solution.sln.jinja": {
|
|
"rename_to": "{{ project.name }}.sln"
|
|
},
|
|
"vs_project_files/target.vcxproj.jinja": {
|
|
"one_per": "target",
|
|
"rename_to": "vs_project_files/{{ target.name }}.vcxproj"
|
|
},
|
|
"vs_project_files/target.vcxproj.filters.jinja": {
|
|
"one_per": "target",
|
|
"rename_to": "vs_project_files/{{ target.name }}.vcxproj.filters"
|
|
}
|
|
}
|
|
}
|