11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <OutputType >WinExe</OutputType >
5- <TargetFramework >net5.0-windows</TargetFramework >
6- <UseWPF >true</UseWPF >
7- <CodeAnalysisRuleSet >MinoriDemo.RibbonWpf.ruleset</CodeAnalysisRuleSet >
8- </PropertyGroup >
3+ <PropertyGroup >
4+ <OutputType >WinExe</OutputType >
5+ <TargetFramework >net5.0-windows</TargetFramework >
6+ <UseWPF >true</UseWPF >
7+ <CodeAnalysisRuleSet >MinoriDemo.RibbonWpf.ruleset</CodeAnalysisRuleSet >
8+
9+ <!-- https://github.com/dotnet/sdk/issues/1450 -->
10+ <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
11+ <GenerateAssemblyInformationalVersionAttribute >false</GenerateAssemblyInformationalVersionAttribute >
12+ <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
13+ </PropertyGroup >
914
10- <ItemGroup >
11- <None Remove =" Resources\Splash.png" />
12- </ItemGroup >
15+ <ItemGroup >
16+ <None Remove =" Resources\Splash.png" />
17+ </ItemGroup >
1318
14- <ItemGroup >
15- <AdditionalFiles Include =" ..\..\..\.sonarlint\torisankitsune_minorieditorshell\CSharp\SonarLint.xml" Link =" SonarLint.xml" />
16- </ItemGroup >
19+ <ItemGroup >
20+ <AdditionalFiles Include =" ..\..\..\.sonarlint\torisankitsune_minorieditorshell\CSharp\SonarLint.xml" Link =" SonarLint.xml" />
21+ </ItemGroup >
1722
18- <ItemGroup >
19- <PackageReference Include =" Dirkster.ColorPickerLib" Version =" 1.6.2" />
20- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 5.0.0" />
21- </ItemGroup >
23+ <ItemGroup >
24+ <PackageReference Include =" Dirkster.ColorPickerLib" Version =" 1.6.2" />
25+ <PackageReference Include =" GitVersion.MsBuild" Version =" 5.6.11" >
26+ <PrivateAssets >all</PrivateAssets >
27+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
28+ </PackageReference >
29+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 5.0.0" />
30+ </ItemGroup >
2231
23- <ItemGroup >
24- <ProjectReference Include =" ..\..\..\Modules\MinoriEditorShell.Platforms.Wpf\MinoriEditorShell.Platforms.Wpf.csproj" />
25- <ProjectReference Include =" ..\..\..\Modules\MinoriEditorShell.Ribbon\MinoriEditorShell.Ribbon.csproj" />
26- <ProjectReference Include =" ..\..\..\Modules\MinoriEditorShell.VirtualCanvas.Platforms.Wpf\MinoriEditorShell.VirtualCanvas.Platforms.Wpf.csproj" />
27- <ProjectReference Include =" ..\..\..\Modules\MinoriEditorShell.VirtualCanvas\MinoriEditorShell.VirtualCanvas.csproj" />
28- <ProjectReference Include =" ..\..\..\Modules\MinoriEditorShell\MinoriEditorShell.csproj" />
29- <ProjectReference Include =" ..\MinoriDemo.Core\MinoriDemo.Core.csproj" />
30- </ItemGroup >
32+ <ItemGroup >
33+ <ProjectReference Include =" ..\..\..\Modules\MinoriEditorShell.Platforms.Wpf\MinoriEditorShell.Platforms.Wpf.csproj" />
34+ <ProjectReference Include =" ..\..\..\Modules\MinoriEditorShell.Ribbon\MinoriEditorShell.Ribbon.csproj" />
35+ <ProjectReference Include =" ..\..\..\Modules\MinoriEditorShell.VirtualCanvas.Platforms.Wpf\MinoriEditorShell.VirtualCanvas.Platforms.Wpf.csproj" />
36+ <ProjectReference Include =" ..\..\..\Modules\MinoriEditorShell.VirtualCanvas\MinoriEditorShell.VirtualCanvas.csproj" />
37+ <ProjectReference Include =" ..\..\..\Modules\MinoriEditorShell\MinoriEditorShell.csproj" />
38+ <ProjectReference Include =" ..\MinoriDemo.Core\MinoriDemo.Core.csproj" />
39+ </ItemGroup >
3140
32- <ItemGroup >
33- <SplashScreen Include =" Resources\Splash.png" />
34- </ItemGroup >
41+ <ItemGroup >
42+ <SplashScreen Include =" Resources\Splash.png" />
43+ </ItemGroup >
3544</Project >
0 commit comments