File tree Expand file tree Collapse file tree 1 file changed +37
-11
lines changed
Flow.Launcher.Localization Expand file tree Collapse file tree 1 file changed +37
-11
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <Version >1.0.0</Version >
5- <TargetFramework >netstandard2.0</TargetFramework >
6- <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
7- <RootNamespace >Flow.Launcher.Localization</RootNamespace >
8- </PropertyGroup >
9-
10- <ItemGroup >
11- <ProjectReference Include =" ..\Flow.Launcher.Localization.Analyzers\Flow.Launcher.Localization.Analyzers.csproj" />
12- <ProjectReference Include =" ..\Flow.Launcher.Localization.SourceGenerators\Flow.Launcher.Localization.SourceGenerators.csproj" />
13- </ItemGroup >
3+ <PropertyGroup >
4+ <Version >1.0.0</Version >
5+ <TargetFramework >netstandard2.0</TargetFramework >
6+ <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
7+ <RootNamespace >Flow.Launcher.Localization</RootNamespace >
8+
9+ <IncludeBuildOutput >false</IncludeBuildOutput >
10+ <DevelopmentDependency >true</DevelopmentDependency >
11+ <NoPackageAnalysis >true</NoPackageAnalysis >
12+ <SuppressDependenciesWhenPacking >true</SuppressDependenciesWhenPacking >
13+ </PropertyGroup >
14+
15+ <ItemGroup >
16+ <ProjectReference
17+ Include =" ..\Flow.Launcher.Localization.Analyzers\Flow.Launcher.Localization.Analyzers.csproj"
18+ PrivateAssets =" All"
19+ />
20+ <ProjectReference
21+ Include =" ..\Flow.Launcher.Localization.SourceGenerators\Flow.Launcher.Localization.SourceGenerators.csproj"
22+ PrivateAssets =" All"
23+ />
24+ </ItemGroup >
25+
26+ <ItemGroup >
27+ <None
28+ Include =" $(OutputPath)\Flow.Launcher.Localization.Analyzers.dll"
29+ Pack =" true"
30+ PackagePath =" analyzers/dotnet/cs"
31+ Visible =" false"
32+ />
33+ <None
34+ Include =" $(OutputPath)\Flow.Launcher.Localization.SourceGenerators.dll"
35+ Pack =" true"
36+ PackagePath =" analyzers/dotnet/cs"
37+ Visible =" false"
38+ />
39+ </ItemGroup >
1440
1541</Project >
You can’t perform that action at this time.
0 commit comments