Skip to content

Commit 4e993c3

Browse files
committed
Include Flow.Launcher.Localization.Attributes project
1 parent fdbf20d commit 4e993c3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>Flow.Launcher.Localization</RootNamespace>
77
<AssemblyName>Flow.Launcher.Localization</AssemblyName>
88
<IncludeBuildOutput>false</IncludeBuildOutput>
9-
<DevelopmentDependency>true</DevelopmentDependency>
9+
<DevelopmentDependency>false</DevelopmentDependency>
1010
<NoPackageAnalysis>true</NoPackageAnalysis>
1111
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
1212
</PropertyGroup>
@@ -33,6 +33,9 @@
3333
<ProjectReference Include="..\Flow.Launcher.Localization.Analyzers\Flow.Launcher.Localization.Analyzers.csproj">
3434
<PrivateAssets>All</PrivateAssets>
3535
</ProjectReference>
36+
<ProjectReference Include="..\Flow.Launcher.Localization.Attributes\Flow.Launcher.Localization.Attributes.csproj">
37+
<IncludeAssets>runtime</IncludeAssets>
38+
</ProjectReference>
3639
<ProjectReference Include="..\Flow.Launcher.Localization.Shared\Flow.Launcher.Localization.Shared.csproj">
3740
<PrivateAssets>All</PrivateAssets>
3841
</ProjectReference>
@@ -47,6 +50,11 @@
4750
<PackagePath>analyzers/dotnet/cs</PackagePath>
4851
<Visible>false</Visible>
4952
</None>
53+
<None Include="$(OutputPath)\Flow.Launcher.Localization.Attributes.dll">
54+
<Pack>true</Pack>
55+
<PackagePath>lib/$(TargetFramework)</PackagePath>
56+
<Visible>true</Visible>
57+
</None>
5058
<None Include="$(OutputPath)\Flow.Launcher.Localization.Shared.dll">
5159
<Pack>true</Pack>
5260
<PackagePath>analyzers/dotnet/cs</PackagePath>

0 commit comments

Comments
 (0)