File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
66 <_OutputPath >$(MSBuildThisFileDirectory)bin\Build$(Configuration)\</_OutputPath >
7- <GenerateAssemblyInfo >false </GenerateAssemblyInfo >
7+ <GenerateAssemblyInfo >true </GenerateAssemblyInfo >
88 </PropertyGroup >
99
1010 <PropertyGroup >
8787 <PropertyGroup >
8888 <GitDefaultBranch >main</GitDefaultBranch >
8989 <GitThisAssemblyMetadata >false</GitThisAssemblyMetadata >
90+ <GitThisAssembly >false</GitThisAssembly >
91+ <DefineConstants >$(DefineConstants)</DefineConstants >
9092 </PropertyGroup >
9193 <ItemGroup >
9294 <PackageReference Include =" GitInfo" Version =" *" PrivateAssets =" all" />
Original file line number Diff line number Diff line change 11<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2- <ItemGroup >
2+ <!-- < ItemGroup>
33 <Compile Include="$(MSBuildThisFileDirectory)AssemblyVersionInfo.cs" />
4- </ItemGroup >
4+ </ItemGroup> -->
5+ <PropertyGroup >
6+ <Company >Microsoft Corporation</Company >
7+ <Copyright >Microsoft Corporation</Copyright >
8+ <Trademark >Microsoft Corporation</Trademark >
9+ <Version >$(GitBaseVersionMajor).$(GitBaseVersionMinor).$(GitBaseVersionPatch)</Version >
10+ <InformationalVersion >$(GitBaseVersionMajor).$(GitBaseVersionMinor).$(GitBaseVersionPatch); git-rev-head: $(GitCommit) git-branch: $(GitBranch)</InformationalVersion >
11+ </PropertyGroup >
512</Project >
You can’t perform that action at this time.
0 commit comments