Skip to content

Commit 93807c7

Browse files
author
Paul van Brenk
committed
Exclude BAML files, since all strings are in RESX
1 parent 4853da7 commit 93807c7

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
<FilesToLocalize Include="$(OutDir)\$(AssemblyName).dll">
159159
<TranslationFile>$(BuildRoot)\loc\lcl\{lang}\$(AssemblyName).lcl</TranslationFile>
160160
<LciCommentFile>$(BuildRoot)\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
161+
<SettingsFile>$(LSBuildRoot)\MCP_excludeBaml.lss</SettingsFile>
161162
<InProject>false</InProject>
162163
</FilesToLocalize>
163164
<SignFilesDependsOn Include="GatherLocalizedOutputsForSigning">

Nodejs/Product/Nodejs/Nodejs.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,7 @@
10161016
<FilesToLocalize Include="$(OutDir)\$(AssemblyName).dll">
10171017
<TranslationFile>$(BuildRoot)\loc\lcl\{lang}\$(AssemblyName).lcl</TranslationFile>
10181018
<LciCommentFile>$(BuildRoot)\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
1019+
<SettingsFile>$(LSBuildRoot)\MCP_excludeBaml.lss</SettingsFile>
10191020
<InProject>false</InProject>
10201021
</FilesToLocalize>
10211022
<SignFilesDependsOn Include="GatherLocalizedOutputsForSigning">

Nodejs/Product/Npm/Npm.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
<FilesToLocalize Include="$(OutDir)\$(AssemblyName).dll">
146146
<TranslationFile>$(BuildRoot)\loc\lcl\{lang}\$(AssemblyName).lcl</TranslationFile>
147147
<LciCommentFile>$(BuildRoot)\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
148+
<SettingsFile>$(LSBuildRoot)\MCP_excludeBaml.lss</SettingsFile>
148149
<InProject>false</InProject>
149150
</FilesToLocalize>
150151
<SignFilesDependsOn Include="GatherLocalizedOutputsForSigning">

Nodejs/Product/ProjectWizard/ProjectWizard.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<FilesToLocalize Include="$(OutDir)\$(AssemblyName).dll">
110110
<TranslationFile>$(BuildRoot)\loc\lcl\{lang}\$(AssemblyName).lcl</TranslationFile>
111111
<LciCommentFile>$(BuildRoot)\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
112+
<SettingsFile>$(LSBuildRoot)\MCP_excludeBaml.lss</SettingsFile>
112113
<InProject>false</InProject>
113114
</FilesToLocalize>
114115
<SignFilesDependsOn Include="GatherLocalizedOutputsForSigning">

0 commit comments

Comments
 (0)