mirror of
				https://github.com/nsnail/NetAdmin.git
				synced 2025-10-31 03:19:26 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			482 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			482 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project>
 | |
|     <Target Name="MyTarget" AfterTargets="MinVer">
 | |
|         <PropertyGroup>
 | |
|             <AssemblyVersion>$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)</AssemblyVersion>
 | |
|             <FileVersion>$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)</FileVersion>
 | |
|             <PackageVersion>$(MinVerVersion)</PackageVersion>
 | |
|             <ProductVersion>$(MinVerVersion)</ProductVersion>
 | |
|             <Version>$(MinVerVersion)</Version>
 | |
|         </PropertyGroup>
 | |
|     </Target>
 | |
| </Project> |