Skip to content

Commit ae8403f

Browse files
committed
Add .props file to automatically allow reading FLLUsePropertyInjection value
1 parent 5989c43 commit ae8403f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Flow.Launcher.Localization/Flow.Launcher.Localization.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<PackagePath>analyzers/dotnet/cs</PackagePath>
4141
<Visible>false</Visible>
4242
</None>
43+
<None Include="build\Flow.Launcher.Localization.props" Pack="true" PackagePath="build" />
4344
</ItemGroup>
4445

4546
</Project>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<ItemGroup>
3+
<CompilerVisibleProperty Include="FLLUseDependencyInjection" />
4+
</ItemGroup>
5+
</Project>

0 commit comments

Comments
 (0)