File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333/Samples /HisData /Config
3434/AntJob.Web /.config
3535* .csproj.lscache
36+ /out
Original file line number Diff line number Diff line change 88 <VersionPrefix >4.4</VersionPrefix >
99 <VersionSuffix >$([System.DateTime]::Now.ToString(`yyyy.MMdd`))</VersionSuffix >
1010 <Version >$(VersionPrefix).$(VersionSuffix)</Version >
11- <FileVersion >$(Version )</FileVersion >
11+ <FileVersion >$(VersionPrefix).$(VersionSuffix.Split('-')[0] )</FileVersion >
1212 <AssemblyVersion >$(VersionPrefix).*</AssemblyVersion >
1313 <Deterministic >false</Deterministic >
1414 <OutputPath >..\Bin</OutputPath >
Original file line number Diff line number Diff line change 99 <VersionPrefix >4.4</VersionPrefix >
1010 <VersionSuffix >$([System.DateTime]::Now.ToString(`yyyy.MMdd`))</VersionSuffix >
1111 <Version >$(VersionPrefix).$(VersionSuffix)</Version >
12- <FileVersion >$(Version )</FileVersion >
12+ <FileVersion >$(VersionPrefix).$(VersionSuffix.Split('-')[0] )</FileVersion >
1313 <AssemblyVersion >$(VersionPrefix).*</AssemblyVersion >
1414 <Deterministic >false</Deterministic >
1515 <OutputPath >..\Bin</OutputPath >
Original file line number Diff line number Diff line change 1010 <VersionPrefix >4.4</VersionPrefix >
1111 <VersionSuffix >$([System.DateTime]::Now.ToString(`yyyy.MMdd`))</VersionSuffix >
1212 <Version >$(VersionPrefix).$(VersionSuffix)</Version >
13- <FileVersion >$(Version )</FileVersion >
13+ <FileVersion >$(VersionPrefix).$(VersionSuffix.Split('-')[0] )</FileVersion >
1414 <AssemblyVersion >$(VersionPrefix).*</AssemblyVersion >
1515 <Deterministic >false</Deterministic >
1616 <OutputPath >..\Bin\Web</OutputPath >
4848 </PropertyGroup >
4949 <Target Name =" IncludeDataBuildOutput" >
5050 <ItemGroup >
51- <BuildOutputInPackage Include =" $(OutputPath) AntJob.Data.dll" />
52- <BuildOutputInPackage Include =" $(OutputPath) AntJob.Data.xml" />
51+ <BuildOutputInPackage Include =" ..\Bin\netstandard2.1\ AntJob.Data.dll" />
52+ <BuildOutputInPackage Include =" ..\Bin\netstandard2.1\ AntJob.Data.xml" />
5353 </ItemGroup >
5454 </Target >
5555
Original file line number Diff line number Diff line change 99 <VersionPrefix >4.4</VersionPrefix >
1010 <VersionSuffix >$([System.DateTime]::Now.ToString(`yyyy.MMdd`))</VersionSuffix >
1111 <Version >$(VersionPrefix).$(VersionSuffix)</Version >
12- <FileVersion >$(Version )</FileVersion >
12+ <FileVersion >$(VersionPrefix).$(VersionSuffix.Split('-')[0] )</FileVersion >
1313 <AssemblyVersion >$(VersionPrefix).*</AssemblyVersion >
1414 <Deterministic >false</Deterministic >
1515 <OutputPath >..\Bin</OutputPath >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net10.0</TargetFramework >
6- <AssemblyVersion >1.0.* </AssemblyVersion >
6+ <AssemblyVersion >1.0.0.0 </AssemblyVersion >
77 <Deterministic >false</Deterministic >
88 <OutputPath >..\..\Bin\HisAgent</OutputPath >
99 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net10.0</TargetFramework >
5- <AssemblyVersion >1.0.* </AssemblyVersion >
5+ <AssemblyVersion >1.0.0.0 </AssemblyVersion >
66 <Deterministic >false</Deterministic >
77 <OutputPath >..\..\Bin\HisWeb</OutputPath >
88 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net10.0</TargetFramework >
6- <AssemblyVersion >1.0.* </AssemblyVersion >
6+ <AssemblyVersion >1.0.0.0 </AssemblyVersion >
77 <Deterministic >false</Deterministic >
88 <OutputPath >..\Bin\Test</OutputPath >
99 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
You can’t perform that action at this time.
0 commit comments