Skip to content

Commit

Permalink
Update resource generation logic in wincompose.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed May 6, 2021
1 parent 863a51b commit d379ef1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/wincompose/Properties/Resources.Designer.cs

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

6 changes: 6 additions & 0 deletions src/wincompose/wincompose.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Copyright>Copyright © 2015—2021 Sam Hocevar et al.</Copyright>
<Description></Description>
<OutputType>WinExe</OutputType>
<RootNamespace>WinCompose</RootNamespace>
<StartupObject>WinCompose.Program</StartupObject>
<TargetFrameworks>net40</TargetFrameworks>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
Expand Down Expand Up @@ -56,6 +57,11 @@
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand Down

0 comments on commit d379ef1

Please sign in to comment.