Skip to content

Commit

Permalink
Merge pull request #48 from JohnTheGr8/fix_language_includes
Browse files Browse the repository at this point in the history
Fix translations for the main project
  • Loading branch information
jjw24 authored May 14, 2020
2 parents 0d9c956 + 22c480c commit 7aa9e98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Flow.Launcher/Flow.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
</ItemGroup>

<ItemGroup>
<Content Include="Languages\*.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="InputSimulator" Version="1.0.4" />
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
Expand Down

0 comments on commit 7aa9e98

Please sign in to comment.