24 lines
1002 B
C#
24 lines
1002 B
C#
|
//------------------------------------------------------------------------------
|
||
|
// <auto-generated>
|
||
|
// 這段程式碼是由工具產生的。
|
||
|
// 執行階段版本:4.0.30319.42000
|
||
|
//
|
||
|
// 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
|
||
|
// 變更將會遺失。
|
||
|
// </auto-generated>
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
using System;
|
||
|
using System.Reflection;
|
||
|
|
||
|
[assembly: System.Reflection.AssemblyCompanyAttribute("JWTdemo")]
|
||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||
|
[assembly: System.Reflection.AssemblyProductAttribute("JWTdemo")]
|
||
|
[assembly: System.Reflection.AssemblyTitleAttribute("JWTdemo")]
|
||
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||
|
|
||
|
// 由 MSBuild WriteCodeFragment 類別產生。
|
||
|
|