<#@ template language="C#" #> <#@ assembly name="System.Core" #> <#@ import namespace="System.Linq" #> <#@ import namespace="System.Text" #> <#@ import namespace="System.Collections.Generic" #> <#@ import namespace="System.IO" #> <#=this.Session["AssemblyName"]#> <#=this.Session["NuGetTitle"]#> <#=this.Session["AssemblyVersion"]#><#=this.Session["NuGetPreviewFlag"]#> Amazon Web Services <#=this.Session["AssemblyDescription"]#> en-US Apache-2.0 https://github.com/aws/aws-sdk-net/ AWS Amazon cloud <#=this.Session["BaseName"]#> aws-sdk-v3<#=this.Session["ExtraTags"]#> images\AWSLogo.png <# if (bool.Parse(this.Session["requireLicenseAcceptance"].ToString())) {#> <#=this.Session["requireLicenseAcceptance"]#> <# } #> <# if(this.Session.ContainsKey("NugetDependencies")) { var dependencies = (Dictionary>)this.Session["NugetDependencies"]; foreach(var dependencyList in dependencies) { var projectFileConfigurations = (IEnumerable)this.Session["ProjectFileConfigurations"]; var targetFramework = projectFileConfigurations.Single(p=>p.Name.Equals(dependencyList.Key)).NuGetTargetPlatform; #> <# foreach(var dependency in dependencyList.Value) { #> <# } #> <# foreach(var awsDependencyKVP in ((IDictionary)this.Session["AWSDependencies"])) { #> <# } #> <# } } #> <# foreach(var awsDependencyKVP in ((IDictionary)this.Session["AWSDependencies"])) { #> <# } #> \bin\Release\*.dll" target="analyzers\dotnet\cs" exclude="**\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*;**\System.Composition.*" /> .dll" target="lib\net35" /> .xml" target="lib\net35" /> .pdb" target="lib\net35" /> .dll" target="lib\net45" /> .xml" target="lib\net45" /> .pdb" target="lib\net45" /> <# if(Convert.ToBoolean(this.Session["NetStandardSupport"])) { #> .dll" target="lib\netstandard2.0" /> .xml" target="lib\netstandard2.0" /> .pdb" target="lib\netstandard2.0" /> .dll" target="lib\netcoreapp3.1" /> .xml" target="lib\netcoreapp3.1" /> .pdb" target="lib\netcoreapp3.1" /> <# } #>