We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d9c956 + 22c480c commit 7aa9e98Copy full SHA for 7aa9e98
Flow.Launcher/Flow.Launcher.csproj
@@ -54,6 +54,14 @@
54
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
55
</ItemGroup>
56
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
+
65
<ItemGroup>
66
<PackageReference Include="InputSimulator" Version="1.0.4" />
67
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
0 commit comments