DocSpace-client/web/ASC.Web.Studio/Resources/Resources.tt

13 lines
400 B
Plaintext

<#@ assembly name="$(MSBuildProjectDirectory)\..\..\common\ASC.Core.Common\bin\$(Configuration)\ASC.Core.Common.dll" #>
<#@ include file="$(MSBuildProjectDirectory)\..\..\common\ASC.Core.Common\Resources\ResourceGenerator.tt" #>
<#+
string GetNamespace()
{
return "ASC.Web.Studio";
}
string GetPath()
{
return this.Host.ResolvePath(@"..\ClientApp\public\locales\en\");
}
#>