Changeset 4359
- Timestamp:
- 11/19/07 04:44:07 (1 year ago)
- Files:
-
- trunk/nuxleus/src/Nuxleus.Authentication/Extf.Net.snk (added)
- trunk/nuxleus/src/Nuxleus.Authentication/Nuxleus.Authentication.csproj (modified) (2 diffs)
- trunk/nuxleus/src/Nuxleus.Build/Extf.Net.snk (added)
- trunk/nuxleus/src/Nuxleus.Build/Nuxleus.Build.csproj (modified) (2 diffs)
- trunk/nuxleus/src/Nuxleus.Command/Extf.Net.snk (added)
- trunk/nuxleus/src/Nuxleus.Command/Nuxleus.Command.csproj (modified) (2 diffs)
- trunk/nuxleus/src/Nuxleus.Command/Properties/Settings.Designer.cs (modified) (2 diffs)
- trunk/nuxleus/src/Nuxleus.Command/Web References/Amp.Fm/Reference.cs (modified) (8 diffs)
- trunk/nuxleus/src/Nuxleus.Cryptography/Nuxleus.Cryptography.csproj (modified) (2 diffs)
- trunk/nuxleus/src/Nuxleus.Extension.Silverlight/Extf.Net.snk (added)
- trunk/nuxleus/src/Nuxleus.Extension.Silverlight/Nuxleus.Extension.Silverlight.csproj (modified) (2 diffs)
- trunk/nuxleus/src/Nuxleus.Extension/Extf.Net.snk (added)
- trunk/nuxleus/src/Nuxleus.Extension/Nuxleus.Extension.csproj (modified) (2 diffs)
- trunk/nuxleus/src/Nuxleus.IO/Nuxleus.IO.csproj (modified) (2 diffs)
- trunk/nuxleus/src/Nuxleus.Language/Extf.Net.snk (added)
- trunk/nuxleus/src/Nuxleus.Language/Nuxleus.Language.csproj (modified) (2 diffs)
- trunk/nuxleus/src/Nuxleus.Logging/Nuxleus.Logging.csproj (modified) (1 diff)
- trunk/nuxleus/src/Nuxleus.Messaging/Nuxleus.Messaging.csproj (modified) (1 diff)
- trunk/nuxleus/src/Nuxleus.Process/Nuxleus.Process.csproj (modified) (2 diffs)
- trunk/nuxleus/src/Nuxleus.Semantics/Extf.Net.snk (added)
- trunk/nuxleus/src/Nuxleus.Semantics/Nuxleus.Semantics.csproj (modified) (1 diff)
- trunk/nuxleus/src/Nuxleus.Web.Services/Extf.Net.snk (added)
- trunk/nuxleus/src/Nuxleus.Web.Services/Nuxleus.Web.Services.csproj (modified) (1 diff)
- trunk/nuxleus/src/Nuxleus.Web.Services/Properties/Settings.Designer.cs (modified) (2 diffs)
- trunk/nuxleus/src/Nuxleus.Web.Services/Web References/Aws.Ec2/Reference.cs (modified) (91 diffs)
- trunk/nuxleus/src/Nuxleus.Web/Nuxleus.Web.csproj (modified) (4 diffs)
- trunk/nuxleus/src/Nuxleus/Nuxleus.csproj (modified) (4 diffs)
- trunk/nuxleus/src/Nuxleus/Properties/Settings.Designer.cs (modified) (2 diffs)
- trunk/nuxleus/src/Xameleon/Function/QueueManager.cs (modified) (1 diff)
- trunk/nuxleus/src/Xameleon/Xameleon.csproj (modified) (1 diff)
- trunk/nuxleus/src/nuXleus.sln (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/nuxleus/src/Nuxleus.Authentication/Nuxleus.Authentication.csproj
r4148 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{ACE1943D-302E-4D83-8E54-4A9ABBF20D97}</ProjectGuid> … … 46 46 <Compile Include="AmazonWebServices\AWSAuthConnection.cs" /> 47 47 <Compile Include="Facebook\Facebook.cs" /> 48 <Compile Include="OpenID\OpenID.cs" />49 48 <Compile Include="Properties\AssemblyInfo.cs" /> 50 49 </ItemGroup> trunk/nuxleus/src/Nuxleus.Build/Nuxleus.Build.csproj
r4102 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{A605AE3C-C79F-43F4-8979-2624544DFC84}</ProjectGuid> … … 13 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <SignAssembly>true</SignAssembly> 16 <AssemblyOriginatorKeyFile>Extf.Net.snk</AssemblyOriginatorKeyFile> 15 17 </PropertyGroup> 16 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> trunk/nuxleus/src/Nuxleus.Command/Nuxleus.Command.csproj
r4102 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{091EC796-27A0-4EDF-9286-B7ABF7981769}</ProjectGuid> … … 13 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <SignAssembly>true</SignAssembly> 16 <AssemblyOriginatorKeyFile>Extf.Net.snk</AssemblyOriginatorKeyFile> 15 17 </PropertyGroup> 16 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> trunk/nuxleus/src/Nuxleus.Command/Properties/Settings.Designer.cs
r4091 r4359 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.13 784 // Runtime Version:2.0.50727.1318 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", " 9.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 trunk/nuxleus/src/Nuxleus.Command/Web References/Amp.Fm/Reference.cs
r4086 r4359 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.13 784 // Runtime Version:2.0.50727.1318 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 10 10 11 11 // 12 // This source code was auto-generated by Microsoft.VSDesigner, Version 2.0.50727.13 78.12 // This source code was auto-generated by Microsoft.VSDesigner, Version 2.0.50727.1318. 13 13 // 14 14 #pragma warning disable 1591 … … 24 24 25 25 /// <remarks/> 26 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.13 78")]26 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1318")] 27 27 [System.Diagnostics.DebuggerStepThroughAttribute()] 28 28 [System.ComponentModel.DesignerCategoryAttribute("code")] … … 228 228 229 229 /// <remarks/> 230 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]230 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 231 231 [System.SerializableAttribute()] 232 232 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 236 236 237 237 /// <remarks/> 238 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.13 78")]238 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1318")] 239 239 public delegate void SearchTitleCompletedEventHandler(object sender, SearchTitleCompletedEventArgs e); 240 240 241 241 /// <remarks/> 242 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.13 78")]242 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1318")] 243 243 [System.Diagnostics.DebuggerStepThroughAttribute()] 244 244 [System.ComponentModel.DesignerCategoryAttribute("code")] … … 262 262 263 263 /// <remarks/> 264 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.13 78")]264 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1318")] 265 265 public delegate void SearchArtistCompletedEventHandler(object sender, SearchArtistCompletedEventArgs e); 266 266 267 267 /// <remarks/> 268 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.13 78")]268 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1318")] 269 269 [System.Diagnostics.DebuggerStepThroughAttribute()] 270 270 [System.ComponentModel.DesignerCategoryAttribute("code")] … … 288 288 289 289 /// <remarks/> 290 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.13 78")]290 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1318")] 291 291 public delegate void SearchGenreCompletedEventHandler(object sender, SearchGenreCompletedEventArgs e); 292 292 293 293 /// <remarks/> 294 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.13 78")]294 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1318")] 295 295 [System.Diagnostics.DebuggerStepThroughAttribute()] 296 296 [System.ComponentModel.DesignerCategoryAttribute("code")] … … 314 314 315 315 /// <remarks/> 316 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.13 78")]316 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1318")] 317 317 public delegate void SearchLyricsCompletedEventHandler(object sender, SearchLyricsCompletedEventArgs e); 318 318 319 319 /// <remarks/> 320 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.13 78")]320 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1318")] 321 321 [System.Diagnostics.DebuggerStepThroughAttribute()] 322 322 [System.ComponentModel.DesignerCategoryAttribute("code")] trunk/nuxleus/src/Nuxleus.Cryptography/Nuxleus.Cryptography.csproj
r4102 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{76489AFC-B3D6-40E4-AA45-840D069E4F43}</ProjectGuid> … … 43 43 <Compile Include="Cryptography\Hash.cs" /> 44 44 <Compile Include="Cryptography\HashcodeGenerator.cs" /> 45 <Compile Include="Properties\AssemblyInfo.cs" />46 45 </ItemGroup> 47 46 <ItemGroup> 48 47 <None Include="Extf.Net.snk" /> 48 </ItemGroup> 49 <ItemGroup> 50 <Folder Include="Properties\" /> 49 51 </ItemGroup> 50 52 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> trunk/nuxleus/src/Nuxleus.Extension.Silverlight/Nuxleus.Extension.Silverlight.csproj
r4102 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{BF27BEF5-350C-4361-A58F-0C73D1D47CBC}</ProjectGuid> … … 13 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <SignAssembly>true</SignAssembly> 16 <AssemblyOriginatorKeyFile>Extf.Net.snk</AssemblyOriginatorKeyFile> 15 17 </PropertyGroup> 16 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> trunk/nuxleus/src/Nuxleus.Extension/Nuxleus.Extension.csproj
r4147 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{3EC9EEB0-71CA-4F71-BF8E-AAF0365D4234}</ProjectGuid> … … 47 47 </ItemGroup> 48 48 <ItemGroup> 49 <None Include="Extf.Net.snk" />50 </ItemGroup>51 <ItemGroup>52 49 <ProjectReference Include="..\Nuxleus.Cryptography\Nuxleus.Cryptography.csproj"> 53 50 <Project>{76489AFC-B3D6-40E4-AA45-840D069E4F43}</Project> 54 51 <Name>Nuxleus.Cryptography</Name> 55 52 </ProjectReference> 53 </ItemGroup> 54 <ItemGroup> 55 <None Include="Extf.Net.snk" /> 56 56 </ItemGroup> 57 57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> trunk/nuxleus/src/Nuxleus.IO/Nuxleus.IO.csproj
r4102 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{76B51906-3D94-412F-B943-84CD2A41AE11}</ProjectGuid> … … 96 96 </ProjectReference> 97 97 </ItemGroup> 98 <ItemGroup>99 <Folder Include="Socket\" />100 <Folder Include="Thread\" />101 </ItemGroup>102 98 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 103 99 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. trunk/nuxleus/src/Nuxleus.Language/Nuxleus.Language.csproj
r4102 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{373A5DB1-4098-4DAB-971D-EAEF59F9B3CC}</ProjectGuid> … … 13 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <SignAssembly>true</SignAssembly> 16 <AssemblyOriginatorKeyFile>Extf.Net.snk</AssemblyOriginatorKeyFile> 15 17 </PropertyGroup> 16 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> trunk/nuxleus/src/Nuxleus.Logging/Nuxleus.Logging.csproj
r4103 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{54C0DC78-3BF7-4DCF-BEA0-25E757B8BDC1}</ProjectGuid> trunk/nuxleus/src/Nuxleus.Messaging/Nuxleus.Messaging.csproj
r4148 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{AED10FB5-FA04-4C28-9BF4-26C2278175E7}</ProjectGuid> trunk/nuxleus/src/Nuxleus.Process/Nuxleus.Process.csproj
r4102 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{62B71546-D55D-4B35-9D84-CDF8ED555E52}</ProjectGuid> … … 47 47 <SubType>Component</SubType> 48 48 </Compile> 49 <Compile Include="Properties\AssemblyInfo.cs" />50 49 </ItemGroup> 51 50 <ItemGroup> 52 51 <None Include="Extf.Net.snk" /> 52 </ItemGroup> 53 <ItemGroup> 54 <Folder Include="Properties\" /> 53 55 </ItemGroup> 54 56 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> trunk/nuxleus/src/Nuxleus.Semantics/Nuxleus.Semantics.csproj
r4102 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{974C6733-57CB-4474-B773-E14E701FE3EA}</ProjectGuid> trunk/nuxleus/src/Nuxleus.Web.Services/Nuxleus.Web.Services.csproj
r4102 r4359 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 9.0.20706</ProductVersion>6 <ProductVersion>8.0.50727</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{1CCD9440-9E26-4731-8F89-224690867EB2}</ProjectGuid> trunk/nuxleus/src/Nuxleus.Web.Services/Properties/Settings.Designer.cs
r3980 r4359 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.13 784 // Runtime Version:2.0.50727.1318 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", " 9.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 trunk/nuxleus/src/Nuxleus.Web.Services/Web References/Aws.Ec2/Reference.cs
r3980 r4359 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.13 784 // Runtime Version:2.0.50727.1318 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 10 10 11 11 // 12 // This source code was auto-generated by Microsoft.VSDesigner, Version 2.0.50727.13 78.12 // This source code was auto-generated by Microsoft.VSDesigner, Version 2.0.50727.1318. 13 13 // 14 14 #pragma warning disable 1591 … … 24 24 25 25 /// <remarks/> 26 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.13 78")]26 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1318")] 27 27 [System.Diagnostics.DebuggerStepThroughAttribute()] 28 28 [System.ComponentModel.DesignerCategoryAttribute("code")] … … 788 788 789 789 /// <remarks/> 790 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]790 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 791 791 [System.SerializableAttribute()] 792 792 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 809 809 810 810 /// <remarks/> 811 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]811 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 812 812 [System.SerializableAttribute()] 813 813 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 842 842 843 843 /// <remarks/> 844 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]844 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 845 845 [System.SerializableAttribute()] 846 846 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 875 875 876 876 /// <remarks/> 877 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]877 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 878 878 [System.SerializableAttribute()] 879 879 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 910 910 911 911 /// <remarks/> 912 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]912 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 913 913 [System.SerializableAttribute()] 914 914 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 932 932 933 933 /// <remarks/> 934 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]934 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 935 935 [System.SerializableAttribute()] 936 936 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 969 969 970 970 /// <remarks/> 971 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]971 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 972 972 [System.SerializableAttribute()] 973 973 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ec2.amazonaws.com/doc/2007-08-29/", IncludeInSchema=false)] … … 982 982 983 983 /// <remarks/> 984 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]984 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 985 985 [System.SerializableAttribute()] 986 986 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1004 1004 1005 1005 /// <remarks/> 1006 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1006 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1007 1007 [System.SerializableAttribute()] 1008 1008 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1026 1026 1027 1027 /// <remarks/> 1028 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1028 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1029 1029 [System.SerializableAttribute()] 1030 1030 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1071 1071 1072 1072 /// <remarks/> 1073 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1073 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1074 1074 [System.SerializableAttribute()] 1075 1075 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1080 1080 1081 1081 /// <remarks/> 1082 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1082 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1083 1083 [System.SerializableAttribute()] 1084 1084 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1101 1101 1102 1102 /// <remarks/> 1103 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1103 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1104 1104 [System.SerializableAttribute()] 1105 1105 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1134 1134 1135 1135 /// <remarks/> 1136 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1136 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1137 1137 [System.SerializableAttribute()] 1138 1138 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1155 1155 1156 1156 /// <remarks/> 1157 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1157 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1158 1158 [System.SerializableAttribute()] 1159 1159 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1192 1192 1193 1193 /// <remarks/> 1194 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1194 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1195 1195 [System.SerializableAttribute()] 1196 1196 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ec2.amazonaws.com/doc/2007-08-29/", IncludeInSchema=false)] … … 1205 1205 1206 1206 /// <remarks/> 1207 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1207 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1208 1208 [System.SerializableAttribute()] 1209 1209 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1240 1240 1241 1241 /// <remarks/> 1242 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1242 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1243 1243 [System.SerializableAttribute()] 1244 1244 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1261 1261 1262 1262 /// <remarks/> 1263 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1263 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1264 1264 [System.SerializableAttribute()] 1265 1265 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1307 1307 1308 1308 /// <remarks/> 1309 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1309 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1310 1310 [System.SerializableAttribute()] 1311 1311 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1378 1378 1379 1379 /// <remarks/> 1380 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1380 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1381 1381 [System.SerializableAttribute()] 1382 1382 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1411 1411 1412 1412 /// <remarks/> 1413 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1413 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1414 1414 [System.SerializableAttribute()] 1415 1415 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1432 1432 1433 1433 /// <remarks/> 1434 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1434 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1435 1435 [System.SerializableAttribute()] 1436 1436 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1453 1453 1454 1454 /// <remarks/> 1455 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1455 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1456 1456 [System.SerializableAttribute()] 1457 1457 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1499 1499 1500 1500 /// <remarks/> 1501 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1501 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1502 1502 [System.SerializableAttribute()] 1503 1503 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1557 1557 1558 1558 /// <remarks/> 1559 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1559 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1560 1560 [System.SerializableAttribute()] 1561 1561 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1579 1579 1580 1580 /// <remarks/> 1581 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1581 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1582 1582 [System.SerializableAttribute()] 1583 1583 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1600 1600 1601 1601 /// <remarks/> 1602 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1602 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1603 1603 [System.SerializableAttribute()] 1604 1604 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1622 1622 1623 1623 /// <remarks/> 1624 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1624 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1625 1625 [System.SerializableAttribute()] 1626 1626 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1643 1643 1644 1644 /// <remarks/> 1645 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1645 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1646 1646 [System.SerializableAttribute()] 1647 1647 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1664 1664 1665 1665 /// <remarks/> 1666 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1666 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1667 1667 [System.SerializableAttribute()] 1668 1668 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1685 1685 1686 1686 /// <remarks/> 1687 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1687 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1688 1688 [System.SerializableAttribute()] 1689 1689 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1718 1718 1719 1719 /// <remarks/> 1720 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1720 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1721 1721 [System.SerializableAttribute()] 1722 1722 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1800 1800 1801 1801 /// <remarks/> 1802 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1802 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1803 1803 [System.SerializableAttribute()] 1804 1804 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1821 1821 1822 1822 /// <remarks/> 1823 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1823 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1824 1824 [System.SerializableAttribute()] 1825 1825 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1843 1843 1844 1844 /// <remarks/> 1845 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1845 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1846 1846 [System.SerializableAttribute()] 1847 1847 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1864 1864 1865 1865 /// <remarks/> 1866 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1866 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1867 1867 [System.SerializableAttribute()] 1868 1868 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1885 1885 1886 1886 /// <remarks/> 1887 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1887 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1888 1888 [System.SerializableAttribute()] 1889 1889 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1906 1906 1907 1907 /// <remarks/> 1908 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1908 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1909 1909 [System.SerializableAttribute()] 1910 1910 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1954 1954 1955 1955 /// <remarks/> 1956 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1956 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1957 1957 [System.SerializableAttribute()] 1958 1958 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 1976 1976 1977 1977 /// <remarks/> 1978 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]1978 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 1979 1979 [System.SerializableAttribute()] 1980 1980 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2035 2035 2036 2036 /// <remarks/> 2037 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2037 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2038 2038 [System.SerializableAttribute()] 2039 2039 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2056 2056 2057 2057 /// <remarks/> 2058 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2058 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2059 2059 [System.SerializableAttribute()] 2060 2060 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2198 2198 2199 2199 /// <remarks/> 2200 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2200 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2201 2201 [System.SerializableAttribute()] 2202 2202 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2231 2231 2232 2232 /// <remarks/> 2233 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2233 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2234 2234 [System.SerializableAttribute()] 2235 2235 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2252 2252 2253 2253 /// <remarks/> 2254 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2254 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2255 2255 [System.SerializableAttribute()] 2256 2256 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2274 2274 2275 2275 /// <remarks/> 2276 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2276 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2277 2277 [System.SerializableAttribute()] 2278 2278 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2295 2295 2296 2296 /// <remarks/> 2297 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2297 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2298 2298 [System.SerializableAttribute()] 2299 2299 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2316 2316 2317 2317 /// <remarks/> 2318 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2318 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2319 2319 [System.SerializableAttribute()] 2320 2320 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2338 2338 2339 2339 /// <remarks/> 2340 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2340 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2341 2341 [System.SerializableAttribute()] 2342 2342 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2383 2383 2384 2384 /// <remarks/> 2385 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2385 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2386 2386 [System.SerializableAttribute()] 2387 2387 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2405 2405 2406 2406 /// <remarks/> 2407 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2407 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2408 2408 [System.SerializableAttribute()] 2409 2409 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2426 2426 2427 2427 /// <remarks/> 2428 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2428 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2429 2429 [System.SerializableAttribute()] 2430 2430 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2448 2448 2449 2449 /// <remarks/> 2450 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2450 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2451 2451 [System.SerializableAttribute()] 2452 2452 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2493 2493 2494 2494 /// <remarks/> 2495 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2495 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2496 2496 [System.SerializableAttribute()] 2497 2497 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2514 2514 2515 2515 /// <remarks/> 2516 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2516 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2517 2517 [System.SerializableAttribute()] 2518 2518 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2535 2535 2536 2536 /// <remarks/> 2537 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2537 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2538 2538 [System.SerializableAttribute()] 2539 2539 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2556 2556 2557 2557 /// <remarks/> 2558 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2558 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2559 2559 [System.SerializableAttribute()] 2560 2560 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2589 2589 2590 2590 /// <remarks/> 2591 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2591 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2592 2592 [System.SerializableAttribute()] 2593 2593 [System.Diagnostics.DebuggerStepThroughAttribute()] … … 2611 2611 2612 2612 /// <remarks/> 2613 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.13 78")]2613 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1318")] 2614 2614 [System.SerializableAttribute()] 2615 2615 [System.Diagnostics.DebuggerStepThroughAttribute()] … …
