DocSpace-buildtools/products/ASC.People/Resources.tt
2019-07-02 13:47:24 +03:00

13 lines
393 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.People";
}
string GetPath()
{
return this.Host.ResolvePath(@"ClientApp\public\locales\en\");
}
#>