File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
+ <PackageReference Include =" Microsoft.CodeAnalysis.ResxSourceGenerator" Version =" 3.11.0-beta1.23364.2" PrivateAssets =" all" />
14
15
<PackageReference Include =" System.Composition.AttributedModel" Version =" 8.0.0" />
15
16
</ItemGroup >
16
17
22
23
<InternalsVisibleTo Include =" FreePackages.Tests" />
23
24
</ItemGroup >
24
25
25
- <!-- https://www.paraesthesia.com/archive/2022/09/30/strongly-typed-resources-with-net-core/ -->
26
26
<ItemGroup >
27
- <EmbeddedResource Update =" Localization\Strings.resx" >
28
- <Generator >MSBuild:Compile</Generator >
29
- <LastGenOutput >Strings.Designer.cs</LastGenOutput >
30
- <StronglyTypedFileName >$(IntermediateOutputPath)\Strings.Designer.cs</StronglyTypedFileName >
31
- <StronglyTypedLanguage >CSharp</StronglyTypedLanguage >
32
- <StronglyTypedNamespace >FreePackages.Localization</StronglyTypedNamespace >
33
- <StronglyTypedClassName >Strings</StronglyTypedClassName >
34
- </EmbeddedResource >
27
+ <EmbeddedResource Update =" Localization\Strings.resx" />
35
28
</ItemGroup >
36
29
37
30
</Project >
You can’t perform that action at this time.
0 commit comments