Skip to content

Commit 0bc98fb

Browse files
Make shared strings public to enable FieldWorks SDK style builds (#346)
- In the old build system somehow using the same namespace in the FieldWorks code and in this library was enough to get internal access to the strings resources. Update these strings to public so that FieldWorks can use them in its UI.
1 parent 7bb6b20 commit 0bc98fb

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

src/SIL.LCModel.FixData/SIL.LCModel.FixData.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
@@ -27,7 +27,7 @@ SIL.LCModel.FixData provides functionality to fix errors in a FieldWorks data XM
2727

2828
<ItemGroup>
2929
<EmbeddedResource Update="Strings.resx">
30-
<Generator>ResXFileCodeGenerator</Generator>
30+
<Generator>PublicResXFileCodeGenerator</Generator>
3131
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
3232
</EmbeddedResource>
3333
</ItemGroup>

src/SIL.LCModel.FixData/Strings.Designer.cs

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)