25 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
//------------------------------------------------------------------------------
 | 
						|
// <auto-generated>
 | 
						|
//     這段程式碼是由工具產生的。
 | 
						|
//     執行階段版本:4.0.30319.42000
 | 
						|
//
 | 
						|
//     對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
 | 
						|
//     變更將會遺失。
 | 
						|
// </auto-generated>
 | 
						|
//------------------------------------------------------------------------------
 | 
						|
 | 
						|
using System;
 | 
						|
using System.Reflection;
 | 
						|
 | 
						|
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("674b4e9b-da50-45af-b616-210aa6b83f0d")]
 | 
						|
[assembly: System.Reflection.AssemblyCompanyAttribute("Frontend")]
 | 
						|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
 | 
						|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
 | 
						|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
 | 
						|
[assembly: System.Reflection.AssemblyProductAttribute("Frontend")]
 | 
						|
[assembly: System.Reflection.AssemblyTitleAttribute("Frontend")]
 | 
						|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
 | 
						|
 | 
						|
// 由 MSBuild WriteCodeFragment 類別產生。
 | 
						|
 |