mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
* init * More fixes * moving filters from contracts to core OE classes * Fixing some tests * More fixes and added doc comments * Fixing tests * Quick refactoring * more cleanups * cleanup * Adding stateless OE * Adding null checks * Making group by schema independent of settings * Fixing tests * Removing node info from core oe code * Fixing tests and moving OE code to its own project * moving oe to own project * Removing changes to Kusto * Removing azure access token from service layer * Fixing project description and title * Fixing file name typo * Removing unused strings from service layer * Fixing localized strings in tests Adding comments to stateless OE * Fixing stuff * Update src/Microsoft.SqlTools.SqlCore/Microsoft.SqlTools.SqlCore.csproj Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * Fixing project nesting * Fixing more stuff and removing OE class * Cleanup * Code cleanup * fixing oe service provider * Fixing test name * Remove using * Update src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SmoModel/SmoQueryContext.cs Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * Fixing syntax error * Adding project to locproject * Fixing stuff * Fixing errors * sorting usings --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
57 lines
2.8 KiB
JSON
57 lines
2.8 KiB
JSON
{
|
|
"Projects": [
|
|
{
|
|
"LanguageSet": "AzureKatal_Languages",
|
|
"LocItems": [
|
|
{
|
|
"SourceFile": "src\\Microsoft.SqlTools.ServiceLayer\\Localization\\sr.xlf",
|
|
"LclFile": "src\\Microsoft.SqlTools.ServiceLayer\\Localization\\LCL\\{Lang}\\sr.xlf.lcl",
|
|
"CopyOption": "LangIDOnName",
|
|
"OutputPath": "src\\Microsoft.SqlTools.ServiceLayer\\Localization\\transXliff"
|
|
},
|
|
{
|
|
"SourceFile": "src\\Microsoft.SqlTools.ResourceProvider.DefaultImpl\\Localization\\sr.xlf",
|
|
"LclFile": "src\\Microsoft.SqlTools.ResourceProvider.DefaultImpl\\Localization\\LCL\\{Lang}\\sr.xlf.lcl",
|
|
"CopyOption": "LangIDOnName",
|
|
"OutputPath": "src\\Microsoft.SqlTools.ResourceProvider.DefaultImpl\\Localization\\transXliff"
|
|
},
|
|
{
|
|
"SourceFile": "src\\Microsoft.SqlTools.ResourceProvider.Core\\Localization\\sr.xlf",
|
|
"LclFile": "src\\Microsoft.SqlTools.ResourceProvider.Core\\Localization\\LCL\\{Lang}\\sr.xlf.lcl",
|
|
"CopyOption": "LangIDOnName",
|
|
"OutputPath": "src\\Microsoft.SqlTools.ResourceProvider.Core\\Localization\\transXliff"
|
|
},
|
|
{
|
|
"SourceFile": "src\\Microsoft.SqlTools.ManagedBatchParser\\Localization\\sr.xlf",
|
|
"LclFile": "src\\Microsoft.SqlTools.ManagedBatchParser\\Localization\\LCL\\{Lang}\\sr.xlf.lcl",
|
|
"CopyOption": "LangIDOnName",
|
|
"OutputPath": "src\\Microsoft.SqlTools.ManagedBatchParser\\Localization\\transXliff"
|
|
},
|
|
{
|
|
"SourceFile": "src\\Microsoft.SqlTools.Hosting\\Localization\\sr.xlf",
|
|
"LclFile": "src\\Microsoft.SqlTools.Hosting\\Localization\\LCL\\{Lang}\\sr.xlf.lcl",
|
|
"CopyOption": "LangIDOnName",
|
|
"OutputPath": "src\\Microsoft.SqlTools.Hosting\\Localization\\transXliff"
|
|
},
|
|
{
|
|
"SourceFile": "src\\Microsoft.SqlTools.Credentials\\Localization\\sr.xlf",
|
|
"LclFile": "src\\Microsoft.SqlTools.Credentials\\Localization\\LCL\\{Lang}\\sr.xlf.lcl",
|
|
"CopyOption": "LangIDOnName",
|
|
"OutputPath": "src\\Microsoft.SqlTools.Credentials\\Localization\\transXliff"
|
|
},
|
|
{
|
|
"SourceFile": "src\\Microsoft.Kusto.ServiceLayer\\Localization\\sr.xlf",
|
|
"LclFile": "src\\Microsoft.Kusto.ServiceLayer\\Localization\\LCL\\{Lang}\\sr.xlf.lcl",
|
|
"CopyOption": "LangIDOnName",
|
|
"OutputPath": "src\\Microsoft.Kusto.ServiceLayer\\Localization\\transXliff"
|
|
},
|
|
{
|
|
"SourceFile": "src\\Microsoft.SqlTools.SqlCore\\Localization\\sr.xlf",
|
|
"LclFile": "src\\Microsoft.SqlTools.SqlCore\\Localization\\LCL\\{Lang}\\sr.xlf.lcl",
|
|
"CopyOption": "LangIDOnName",
|
|
"OutputPath": "src\\Microsoft.SqlTools.SqlCore\\Localization\\transXliff"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |