Restore AssemblyInfo

This commit is contained in:
ema
2024-12-04 16:20:07 +08:00
parent e8327e50c4
commit a5c3d5b143
23 changed files with 770 additions and 19 deletions

View File

@@ -8,10 +8,13 @@
<FileAlignment>512</FileAlignment>
<WarningLevel>4</WarningLevel>
<SignAssembly>false</SignAssembly>
<ProjectGuid>{45E94893-3076-4A8E-8969-6955B6340739}</ProjectGuid>
<UseWPF>true</UseWPF>
<LangVersion>latest</LangVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<ProjectGuid>{45E94893-3076-4A8E-8969-6955B6340739}</ProjectGuid>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
@@ -67,4 +70,10 @@
<ProjectReference Include="..\QuickLook.Plugin.HtmlViewer\QuickLook.Plugin.HtmlViewer.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\GitVersion.cs">
<Link>Properties\GitVersion.cs</Link>
</Compile>
</ItemGroup>
</Project>