Skip to content

Commit

Permalink
Remove Resources.Designer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Feb 16, 2020
1 parent 1b424fc commit 8ca3c4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 85 deletions.
14 changes: 1 addition & 13 deletions src/SourceLink.GitWeb/Microsoft.SourceLink.GitWeb.csproj
Expand Up @@ -22,6 +22,7 @@
<Namespace>Microsoft.Build.Tasks.SourceControl</Namespace>
<GenerateSource>true</GenerateSource>
</EmbeddedResource>
<EmbeddedResource Update="Resources.resx"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="$(MicrosoftBuildVersion)" />
Expand All @@ -31,17 +32,4 @@
<InternalsVisibleTo Include="Microsoft.SourceLink.GitWeb.UnitTests" />
<InternalsVisibleTo Include="Microsoft.SourceLink.Git.IntegrationTests" />
</ItemGroup>
<ItemGroup>
<Compile Update="Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>
72 changes: 0 additions & 72 deletions src/SourceLink.GitWeb/Resources.Designer.cs

This file was deleted.

0 comments on commit 8ca3c4c

Please sign in to comment.