Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 00faa37

Browse files
committed
Add more strings
1 parent c205c55 commit 00faa37

10 files changed

+524
-33
lines changed

src/GitHub.App/GitHub.App.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@
130130
<Compile Include="Extensions\ValidationExtensions.cs" />
131131
<Compile Include="GlobalSuppressions.cs" />
132132
<Compile Include="Infrastructure\LoggingConfiguration.cs" />
133+
<Compile Include="Resources.Designer.cs">
134+
<AutoGen>True</AutoGen>
135+
<DesignTime>True</DesignTime>
136+
<DependentUpon>Resources.resx</DependentUpon>
137+
</Compile>
133138
<Compile Include="Services\AvatarProvider.cs" />
134139
<Compile Include="Services\ImageDownloader.cs" />
135140
<Compile Include="Services\GitClient.cs" />
@@ -263,6 +268,12 @@
263268
<Name>Rothko</Name>
264269
</ProjectReference>
265270
</ItemGroup>
271+
<ItemGroup>
272+
<EmbeddedResource Include="Resources.resx">
273+
<Generator>PublicResXFileCodeGenerator</Generator>
274+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
275+
</EmbeddedResource>
276+
</ItemGroup>
266277
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
267278
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
268279
<PropertyGroup>

src/GitHub.App/Resources.Designer.cs

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

0 commit comments

Comments
 (0)