Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion src/GitHub.App/GitHub.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,13 @@
<Compile Include="Extensions\EnvironmentExtensions.cs" />
<Compile Include="Extensions\RepositoryModelExtensions.cs" />
<Compile Include="Extensions\ValidationExtensions.cs" />
<Compile Include="GlobalSuppressions.cs" />
<Compile Include="Infrastructure\LoggingConfiguration.cs" />
<Compile Include="Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Services\AvatarProvider.cs" />
<Compile Include="Services\ImageDownloader.cs" />
<Compile Include="Services\GitClient.cs" />
Expand All @@ -155,7 +161,6 @@
<Compile Include="Caches\LoginCache.cs" />
<Compile Include="Caches\SharedCache.cs" />
<Compile Include="Factories\SqlitePersistentBlobCacheFactory.cs" />
<Compile Include="GlobalSuppressions.cs" />
<Compile Include="Info\GitHubUrls.cs" />
<Compile Include="Infrastructure\ExportWrappers.cs" />
<Compile Include="Models\Account.cs" />
Expand Down Expand Up @@ -263,6 +268,12 @@
<Name>Rothko</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down
Binary file modified src/GitHub.App/GlobalSuppressions.cs
Binary file not shown.
288 changes: 288 additions & 0 deletions src/GitHub.App/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading