trying to localize
This commit is contained in:
parent
a93573dce8
commit
b9a75b71b8
32 changed files with 510 additions and 68 deletions
|
|
@ -26,8 +26,8 @@
|
|||
"userSecretsId": "aspnet5-YavscWeb-a0dadd21-2ced-43d3-96f9-7e504345102f",
|
||||
"buildOptions": {
|
||||
"debugType": "full",
|
||||
"emitEntryPoint": true,
|
||||
"outputName": "Yavsc",
|
||||
"emitEntryPoint": false,
|
||||
"outputName": "Yavsc.Server",
|
||||
"compile": {
|
||||
"include": "*.cs",
|
||||
"exclude": [
|
||||
|
|
@ -38,8 +38,10 @@
|
|||
]
|
||||
},
|
||||
"embed": [
|
||||
"Resources/**/*.resx"
|
||||
]
|
||||
"Resources/**/*.resx"
|
||||
],
|
||||
"publicSign": false,
|
||||
"keyFile": "../../../sgKey.snk"
|
||||
},
|
||||
"tooling": {
|
||||
"defaultNamespace": "Yavsc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue