Skip to content

Commit 7aa9e98

Browse files
authored
Merge pull request #48 from JohnTheGr8/fix_language_includes
Fix translations for the main project
2 parents 0d9c956 + 22c480c commit 7aa9e98

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
5555
</ItemGroup>
5656

57+
<ItemGroup>
58+
<Content Include="Languages\*.xaml">
59+
<Generator>MSBuild:Compile</Generator>
60+
<SubType>Designer</SubType>
61+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
62+
</Content>
63+
</ItemGroup>
64+
5765
<ItemGroup>
5866
<PackageReference Include="InputSimulator" Version="1.0.4" />
5967
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />

0 commit comments

Comments
 (0)