// ------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version: 17.0.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace ServiceClientGenerator.Generators.SourceFiles { using System; /// /// Class to produce the template output /// #line 1 "C:\Dev\Repos\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\SourceFiles\CoreAssemblyInfo.tt" [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "17.0.0.0")] public partial class CoreAssemblyInfo : BaseGenerator { #line hidden /// /// Create the template output /// public override string TransformText() { this.Write("\r\nusing System;\r\nusing System.Reflection;\r\nusing System.Runtime.InteropServices;\r" + "\nusing System.Runtime.CompilerServices;\r\n\r\n// General Information about an assem" + "bly is controlled through the following \r\n// set of attributes. Change these att" + "ribute values to modify the information\r\n// associated with an assembly.\r\n[assem" + "bly: AssemblyTitle(\"AWSSDK.Core\")]\r\n#if BCL35\r\n[assembly: AssemblyDescription(\"T" + "he Amazon Web Services SDK for .NET (3.5) - Core Runtime\")]\r\n#elif BCL45\r\n[assem" + "bly: AssemblyDescription(\"The Amazon Web Services SDK for .NET (4.5) - Core Runt" + "ime\")]\r\n#elif NETSTANDARD20\r\n[assembly: AssemblyDescription(\"The Amazon Web Serv" + "ices SDK for .NET (NetStandard 2.0) - Core Runtime\")]\r\n#elif NETCOREAPP3_1\r\n[ass" + "embly: AssemblyDescription(\"The Amazon Web Services SDK for .NET (.NET Core 3.1)" + " - Core Runtime\")]\r\n#else\r\n#error Unknown platform constant - unable to set corr" + "ect AssemblyDescription\r\n#endif\r\n// this is for the dev snk\r\n[assembly: Internal" + "sVisibleTo(\"AWSSDK.UnitTests.Net45, PublicKey=0024000004800000940000000602000000" + "240000525341310004000001000100516caa6311db961cb07702d63876c5b8cbd661557cd18bde9f" + "b966bb30a4442abb27a4a5aca5af15c97b77f3f8f683eb1ca32cd7e8d1edcbbb1a62fe215001d507" + "c2437f052b29540b7a11edbdc7dfe12de00c37f9e70c7e85a04541858ca46bb2581099780121ee80" + "41732b7214ec9b5c483ef13c1db6d5f86a71fcc014dcaf\")]\r\n[assembly: InternalsVisibleTo" + "(\"AWSSDK.UnitTests.Net35, PublicKey=00240000048000009400000006020000002400005253" + "41310004000001000100516caa6311db961cb07702d63876c5b8cbd661557cd18bde9fb966bb30a4" + "442abb27a4a5aca5af15c97b77f3f8f683eb1ca32cd7e8d1edcbbb1a62fe215001d507c2437f052b" + "29540b7a11edbdc7dfe12de00c37f9e70c7e85a04541858ca46bb2581099780121ee8041732b7214" + "ec9b5c483ef13c1db6d5f86a71fcc014dcaf\")]\r\n//this is for the prod snk\r\n[assembly: " + "InternalsVisibleTo(\"AWSSDK.UnitTests.Net45, PublicKey=00240000048000009400000006" + "02000000240000525341310004000001000100db5f59f098d27276c7833875a6263a3cc74ab17ba9" + "a9df0b52aedbe7252745db7274d5271fd79c1f08f668ecfa8eaab5626fa76adc811d3c8fc55859b0" + "d09d3bc0a84eecd0ba891f2b8a2fc55141cdcc37c2053d53491e650a479967c3622762977900eddb" + "f1252ed08a2413f00a28f3a0752a81203f03ccb7f684db373518b4\")]\r\n[assembly: InternalsV" + "isibleTo(\"AWSSDK.UnitTests.Net35, PublicKey=002400000480000094000000060200000024" + "0000525341310004000001000100db5f59f098d27276c7833875a6263a3cc74ab17ba9a9df0b52ae" + "dbe7252745db7274d5271fd79c1f08f668ecfa8eaab5626fa76adc811d3c8fc55859b0d09d3bc0a8" + "4eecd0ba891f2b8a2fc55141cdcc37c2053d53491e650a479967c3622762977900eddbf1252ed08a" + "2413f00a28f3a0752a81203f03ccb7f684db373518b4\")]\r\n\r\n[assembly: AssemblyConfigurat" + "ion(\"\")]\r\n[assembly: AssemblyProduct(\"Amazon Web Services SDK for .NET\")]\r\n[asse" + "mbly: AssemblyCompany(\"Amazon.com, Inc\")]\r\n[assembly: AssemblyCopyright(\"Copyrig" + "ht Amazon.com, Inc. or its affiliates. All Rights Reserved.\")]\r\n[assembly: Assem" + "blyTrademark(\"\")]\r\n[assembly: AssemblyCulture(\"\")]\r\n\r\n// Setting ComVisible to f" + "alse makes the types in this assembly not visible \r\n// to COM components. If yo" + "u need to access a type in this assembly from \r\n// COM, set the ComVisible attri" + "bute to true on that type.\r\n[assembly: ComVisible(false)]\r\n\r\n// Version informat" + "ion for an assembly consists of the following four values:\r\n//\r\n// Major Ve" + "rsion\r\n// Minor Version \r\n// Build Number\r\n// Revision\r\n//\r\n// Yo" + "u can specify all the values or you can default the Build and Revision Numbers \r" + "\n// by using the \'*\' as shown below:\r\n// [assembly: AssemblyVersion(\"1.0.*\")]\r\n[" + "assembly: AssemblyVersion(\""); #line 53 "C:\Dev\Repos\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\SourceFiles\CoreAssemblyInfo.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Session["Version"])); #line default #line hidden this.Write("\")]\r\n[assembly: AssemblyFileVersion(\""); #line 54 "C:\Dev\Repos\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\SourceFiles\CoreAssemblyInfo.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Session["FileVersion"])); #line default #line hidden this.Write(@""")] [assembly: System.CLSCompliant(true)] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] #endif #if BCL45 // Setting SecurityRules to level 1 to match .NET 2.0 rules and allow the // Amazon.Util.Settings.UserCrypto methods to work in .NET 4.5 [assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)] #endif"); return this.GenerationEnvironment.ToString(); } } #line default #line hidden }