Skip to content

Commit

Permalink
Update ApplyResourcesSourceGen.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara authored Aug 27, 2023
1 parent 6c3d829 commit 35b460e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ApplyResourcesSourceGen/ApplyResourcesSourceGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<DevelopmentDependency>true</DevelopmentDependency>
<IsRoslynComponent>true</IsRoslynComponent>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
</PropertyGroup>

<ItemGroup>
Expand All @@ -33,7 +35,7 @@
<ItemGroup>
<TfmSpecificPackageFile Include="$(TargetPath)" PackagePath="analyzers\cs\" />
<TfmSpecificPackageFile Include="@(SatelliteDllsProjectOutputGroupDependency)" PackagePath="analyzers\cs\%(SatelliteDllsProjectOutputGroupDependency.DestinationSubDirectory)" Condition=" '%(SatelliteDllsProjectOutputGroupDependency.DestinationSubDirectory)' != '' " />
<TfmSpecificPackageFile Include="@(SatelliteDllsProjectOutputGroupOutput->'%(FinalOutputPath)')" PackagePath="analyzers\cs\%(SatelliteDllsProjectOutputGroupOutput.Culture)\" />
<TfmSpecificPackageFile Include="@(SatelliteDllsProjectOutputGroupOutput->'%(FinalOutputPath)')" PackagePath="analyzers\cs\%(SatelliteDllsProjectOutputGroupOutput.Culture)" />
<TfmSpecificPackageFile Include="%(_ResolvedProjectReferencePaths.Identity)" PackagePath="analyzers\cs\" />
</ItemGroup>
</Target>
Expand Down

0 comments on commit 35b460e

Please sign in to comment.