Skip to content

Commit

Permalink
Update project file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Aug 8, 2024
1 parent 89cbc7f commit dd33646
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Application/CTF.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,19 @@
<PackageReference Include="SampSharp.Entities" />
</ItemGroup>

<ItemGroup>
<Compile Update="Common\Resources\Messages.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Messages.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Common\Resources\Messages.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Messages.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

</Project>

0 comments on commit dd33646

Please sign in to comment.