diff --git a/.gitignore b/.gitignore index f2fec5d..c2ec5b7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ CodeAnalyst/ Debug/ Release/ ipch/ +.vs/ +obj/ +packages/ +bin/ diff --git a/LICENSE.md b/LICENSE.md index 1d2e7fd..504cb83 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,19 +1,19 @@ Copyright and License ===================== -Copyright (c) 2012 - 2021 +Copyright (c) 2012 - 2023 Copyright Notice ---------------- -Turbine Science Gateway was produced under the DOE Carbon Capture Simulation Initiative (CCSI), and is copyright (c) 2012 - 2021 by the software owners: Oak Ridge Institute for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence Livermore National Security, LLC., The Regents of the University of California, through Lawrence Berkeley National Laboratory, Battelle Memorial Institute, Pacific Northwest Division through Pacific Northwest National Laboratory, Carnegie Mellon University, West Virginia University, Boston University, the Trustees of Princeton University, The University of Texas at Austin, URS Energy & Construction, Inc., et al.. All rights reserved. +Turbine Science Gateway was produced under the DOE Carbon Capture Simulation Initiative (CCSI), and is copyright (c) 2012 - 2023 by the software owners: Oak Ridge Institute for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence Livermore National Security, LLC., The Regents of the University of California, through Lawrence Berkeley National Laboratory, Battelle Memorial Institute, Pacific Northwest Division through Pacific Northwest National Laboratory, Carnegie Mellon University, West Virginia University, Boston University, the Trustees of Princeton University, The University of Texas at Austin, URS Energy & Construction, Inc., et al.. All rights reserved. NOTICE. This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit other to do so. License Agreement ----------------- -Turbine Science Gateway Copyright (c) 2012 - 2021, by the software owners: Oak Ridge Institute for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence Livermore National Security, LLC., The Regents of the University of California, through Lawrence Berkeley National Laboratory, Battelle Memorial Institute, Pacific Northwest Division through Pacific Northwest National Laboratory, Carnegie Mellon University, West Virginia University, Boston University, the Trustees of Princeton University, The University of Texas at Austin, URS Energy & Construction, Inc., et al. All rights reserved. +Turbine Science Gateway Copyright (c) 2012 - 2023, by the software owners: Oak Ridge Institute for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence Livermore National Security, LLC., The Regents of the University of California, through Lawrence Berkeley National Laboratory, Battelle Memorial Institute, Pacific Northwest Division through Pacific Northwest National Laboratory, Carnegie Mellon University, West Virginia University, Boston University, the Trustees of Princeton University, The University of Texas at Austin, URS Energy & Construction, Inc., et al. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/LICENSE.rtf b/LICENSE.rtf index b98f1ec..3007d3b 100644 Binary files a/LICENSE.rtf and b/LICENSE.rtf differ diff --git a/Master/AspenSinter73ConsumerConsole/App.Config b/Master/AspenSinter73ConsumerConsole/App.Config index ea4435f..9ca9501 100644 --- a/Master/AspenSinter73ConsumerConsole/App.Config +++ b/Master/AspenSinter73ConsumerConsole/App.Config @@ -1,41 +1,41 @@ - + -
+
-
+
- + - - - - + + + + - - - + + + - - - + + + - - + + - - - - - - + + + + + + @@ -43,9 +43,9 @@ - + - + @@ -60,9 +60,9 @@ - - + + - \ No newline at end of file + diff --git a/Master/AspenSinter73ConsumerConsole/AspenSinter73ConsumerConsole.csproj b/Master/AspenSinter73ConsumerConsole/AspenSinter73ConsumerConsole.csproj index 2ae1792..e6db4c7 100644 --- a/Master/AspenSinter73ConsumerConsole/AspenSinter73ConsumerConsole.csproj +++ b/Master/AspenSinter73ConsumerConsole/AspenSinter73ConsumerConsole.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,8 +10,9 @@ Properties Turbine.Console AspenSinter73ConsumerConsole - v4.0 - Client + v4.8 + + 512 @@ -23,6 +24,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -32,6 +34,7 @@ DEBUG;TRACE prompt 4 + false diff --git a/Master/AspenSinter73ConsumerConsole/Properties/Settings.Designer.cs b/Master/AspenSinter73ConsumerConsole/Properties/Settings.Designer.cs index d39a261..7b8bcae 100644 --- a/Master/AspenSinter73ConsumerConsole/Properties/Settings.Designer.cs +++ b/Master/AspenSinter73ConsumerConsole/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.1008 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace Turbine.Console.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Master/AspenSinter73ConsumerWindowsService/App.Config b/Master/AspenSinter73ConsumerWindowsService/App.Config index d8ba1dd..2396182 100644 --- a/Master/AspenSinter73ConsumerWindowsService/App.Config +++ b/Master/AspenSinter73ConsumerWindowsService/App.Config @@ -1,47 +1,47 @@ - + -
+
-
+
- + - - + + - - + + - + - + - + - + - - + + - - - - - - + + + + + + @@ -49,8 +49,8 @@ - - + + @@ -74,13 +74,13 @@ - + - + - \ No newline at end of file + diff --git a/Master/AspenSinter73ConsumerWindowsService/AspenSinter73ConsumerWindowsService.csproj b/Master/AspenSinter73ConsumerWindowsService/AspenSinter73ConsumerWindowsService.csproj index 72904d4..409006a 100644 --- a/Master/AspenSinter73ConsumerWindowsService/AspenSinter73ConsumerWindowsService.csproj +++ b/Master/AspenSinter73ConsumerWindowsService/AspenSinter73ConsumerWindowsService.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,8 +10,9 @@ Properties AspenSinter73ConsumerWindowsService AspenSinter73ConsumerWindowsService - v4.0 - Client + v4.8 + + 512 false publish\ @@ -38,6 +39,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -47,22 +49,11 @@ TRACE prompt 4 + false - - ..\..\SharedDatabaseArchitecture\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll + + ..\..\TurbineLite\packages\CommonServiceLocator.2.0.7\lib\net48\CommonServiceLocator.dll @@ -70,12 +61,28 @@ + + ..\..\TurbineLite\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + + ..\..\TurbineLite\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + + ..\..\TurbineLite\packages\Unity.Abstractions.5.11.7\lib\net48\Unity.Abstractions.dll + + + ..\..\TurbineLite\packages\Unity.Container.5.11.11\lib\net48\Unity.Container.dll + + + ..\..\TurbineLite\packages\Unity.Interception.5.11.1\lib\net47\Unity.Interception.dll + diff --git a/Master/AspenSinter73ConsumerWindowsService/Properties/Settings.Designer.cs b/Master/AspenSinter73ConsumerWindowsService/Properties/Settings.Designer.cs index 8491aab..779da01 100644 --- a/Master/AspenSinter73ConsumerWindowsService/Properties/Settings.Designer.cs +++ b/Master/AspenSinter73ConsumerWindowsService/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace AspenSinter73ConsumerWindowsService.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Master/AspenSinter73ConsumerWindowsService/packages.config b/Master/AspenSinter73ConsumerWindowsService/packages.config index 8025625..802f5e0 100644 --- a/Master/AspenSinter73ConsumerWindowsService/packages.config +++ b/Master/AspenSinter73ConsumerWindowsService/packages.config @@ -1,6 +1,10 @@  - - - + + + + + + + \ No newline at end of file diff --git a/Master/AspenSinterConsumerConsole/App.Config b/Master/AspenSinterConsumerConsole/App.Config index 156c76d..8269084 100644 --- a/Master/AspenSinterConsumerConsole/App.Config +++ b/Master/AspenSinterConsumerConsole/App.Config @@ -9,14 +9,26 @@ - - - - + + + + + + + + + + + + + + + + @@ -79,6 +91,15 @@ REPLACE + + 30 + + + 5 + + + 8 + - \ No newline at end of file + diff --git a/Master/AspenSinterConsumerConsole/AspenSinterConsumerConsole.cs b/Master/AspenSinterConsumerConsole/AspenSinterConsumerConsole.cs index fe72ffa..5ef3d6f 100644 --- a/Master/AspenSinterConsumerConsole/AspenSinterConsumerConsole.cs +++ b/Master/AspenSinterConsumerConsole/AspenSinterConsumerConsole.cs @@ -5,7 +5,7 @@ using System.Configuration; using System.Diagnostics; using System.IO; -using Microsoft.Practices.Unity; +using Unity; using Turbine.Data.Contract.Behaviors; using sinter; using System.Threading; @@ -19,6 +19,7 @@ using CommandLine; using CommandLine.Text; using Sinter; +using System.Data.Common.EntitySql; namespace Turbine.Console { @@ -48,37 +49,33 @@ class Options [Option('s', "simulation", Required = false, HelpText = "Bind to Simulation")] public string Simulation { get; set; } - - [ParserState] - public IParserState LastParserState { get; set; } - - [HelpOption] - public string GetUsage() - { - return HelpText.AutoBuild(this, - (HelpText current) => HelpText.DefaultParsingErrorsHandler(this, current)); - } } static void Main(string[] args) { - var options = new Options(); string dir = Properties.Settings.Default.BaseDirectory; IUnityContainer container = Turbine.Consumer.AppUtility.container; IConsumerContext consumerCtx = Turbine.Consumer.AppUtility.GetConsumerContext(); container.RegisterInstance(consumerCtx); - if (CommandLine.Parser.Default.ParseArguments(args, options)) + var parserResult = Parser.Default.ParseArguments(args); + + parserResult.WithParsed(options => RunOptions(options, consumerCtx)); + parserResult.WithNotParsed(errs => { - // TODO: HACK TO BIND SIMULATION NAME - consumerCtx.BindSimulationName = options.Simulation; - } + var helpText = HelpText.AutoBuild(parserResult, + (HelpText current) => HelpText.DefaultParsingErrorsHandler(parserResult, current)); + }); + } + static void RunOptions(Options opts, IConsumerContext consumerCtx) + { + consumerCtx.BindSimulationName = opts.Simulation; int iterations = Properties.Settings.Default.TimeOutIterations; int setupIterations = Properties.Settings.Default.TimeOutSetupIterations; int postInitIterations = Properties.Settings.Default.TimePostInitIterations; - Turbine.Consumer.Console.SinterConsumerConsole.setTimeOutParams(iterations, + Turbine.Consumer.Console.SinterConsumerConsole.setTimeOutParams(iterations, setupIterations, postInitIterations); Turbine.Consumer.Console.SinterConsumerConsole.Run(); } diff --git a/Master/AspenSinterConsumerConsole/AspenSinterConsumerConsole.csproj b/Master/AspenSinterConsumerConsole/AspenSinterConsumerConsole.csproj index 7feb8e9..ca558e5 100644 --- a/Master/AspenSinterConsumerConsole/AspenSinterConsumerConsole.csproj +++ b/Master/AspenSinterConsumerConsole/AspenSinterConsumerConsole.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,8 +10,9 @@ Properties Turbine.Console AspenSinterConsumerConsole - v4.0 - Client + v4.8 + + 512 @@ -23,6 +24,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -32,37 +34,55 @@ DEBUG;TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + DEBUG;TRACE + true + pdbonly + x64 + 7.3 + prompt - - ..\..\SharedDatabaseArchitecture\packages\CommandLineParser.1.9.71\lib\net40\CommandLine.dll - - - ..\..\SharedDatabaseArchitecture\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll + + ..\..\TurbineLite\packages\CommandLineParser.2.9.1\lib\net461\CommandLine.dll - - ..\..\SharedDatabaseArchitecture\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll + + ..\..\TurbineLite\packages\CommonServiceLocator.2.0.7\lib\net48\CommonServiceLocator.dll - $(MSBuildProgramFiles32)\CCSI\SimSinter\Sinter.dll + ..\..\..\..\..\..\..\Program Files\CCSI\SimSinter\Sinter.dll + + + ..\..\TurbineLite\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + + ..\..\TurbineLite\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + ..\..\TurbineLite\packages\Unity.Abstractions.5.11.7\lib\net48\Unity.Abstractions.dll + @@ -74,12 +94,10 @@ - - Designer - - + Designer + SettingsSingleFileGenerator Settings.Designer.cs @@ -115,6 +133,17 @@ Turbine.Data.Contract.Behaviors + + + {8E567520-F9BA-11CF-90B2-0000C0A810C4} + 21 + 0 + 1033 + tlbimp + False + True + + + \ No newline at end of file diff --git a/Master/AspenSinterConsumerWindowsService/AspenSinterConsumerWindowsService.csproj b/Master/AspenSinterConsumerWindowsService/AspenSinterConsumerWindowsService.csproj index 608d438..036c2d2 100644 --- a/Master/AspenSinterConsumerWindowsService/AspenSinterConsumerWindowsService.csproj +++ b/Master/AspenSinterConsumerWindowsService/AspenSinterConsumerWindowsService.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,8 +10,9 @@ Properties AspenSinterConsumerWindowsService AspenSinterConsumerWindowsService - v4.0 - Client + v4.8 + + 512 false publish\ @@ -38,6 +39,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -47,26 +49,32 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt - - False - ..\..\SharedDatabaseArchitecture\packages\AWSSDK.1.5.50.0\lib\AWSSDK.dll - - - ..\..\SharedDatabaseArchitecture\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll + + ..\..\TurbineLite\packages\AWSSDK.2.3.55.2\lib\net45\AWSSDK.dll - - ..\..\SharedDatabaseArchitecture\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll + + ..\..\TurbineLite\packages\CommonServiceLocator.2.0.7\lib\net48\CommonServiceLocator.dll @@ -74,6 +82,13 @@ + + ..\..\TurbineLite\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + + ..\..\TurbineLite\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + diff --git a/Master/AspenSinterConsumerWindowsService/Properties/Settings.Designer.cs b/Master/AspenSinterConsumerWindowsService/Properties/Settings.Designer.cs index 1bc83eb..c3e74fc 100644 --- a/Master/AspenSinterConsumerWindowsService/Properties/Settings.Designer.cs +++ b/Master/AspenSinterConsumerWindowsService/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace AspenSinterConsumerWindowsService.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -37,7 +37,7 @@ public string BaseDirectory { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("5")] + [global::System.Configuration.DefaultSettingValueAttribute("30")] public int CheckForNewJobsInterval { get { return ((int)(this["CheckForNewJobsInterval"])); @@ -46,48 +46,39 @@ public int CheckForNewJobsInterval { this["CheckForNewJobsInterval"] = value; } } - + [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("30")] - public int TimeOutIterations - { - get - { + public int TimeOutIterations { + get { return ((int)(this["TimeOutIterations"])); } - set - { + set { this["TimeOutIterations"] = value; } } - + [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("10")] - public int TimeOutSetupIterations - { - get - { + [global::System.Configuration.DefaultSettingValueAttribute("5")] + public int TimeOutSetupIterations { + get { return ((int)(this["TimeOutSetupIterations"])); } - set - { + set { this["TimeOutSetupIterations"] = value; } } - + [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("16")] - public int TimePostInitIterations - { - get - { + [global::System.Configuration.DefaultSettingValueAttribute("8")] + public int TimePostInitIterations { + get { return ((int)(this["TimePostInitIterations"])); } - set - { + set { this["TimePostInitIterations"] = value; } } diff --git a/Master/AspenSinterConsumerWindowsService/Properties/Settings.settings b/Master/AspenSinterConsumerWindowsService/Properties/Settings.settings index 08e5923..35249ae 100644 --- a/Master/AspenSinterConsumerWindowsService/Properties/Settings.settings +++ b/Master/AspenSinterConsumerWindowsService/Properties/Settings.settings @@ -8,5 +8,14 @@ 30 + + 30 + + + 5 + + + 8 + \ No newline at end of file diff --git a/Master/AspenSinterConsumerWindowsService/packages.config b/Master/AspenSinterConsumerWindowsService/packages.config index 24a27fc..ef4e4b8 100644 --- a/Master/AspenSinterConsumerWindowsService/packages.config +++ b/Master/AspenSinterConsumerWindowsService/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/Master/DatabaseUnitTest/App.config b/Master/DatabaseUnitTest/App.config index a0606c1..c019d2b 100644 --- a/Master/DatabaseUnitTest/App.config +++ b/Master/DatabaseUnitTest/App.config @@ -1,35 +1,50 @@  -
- - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Master/DatabaseUnitTest/DatabaseUnitTest.csproj b/Master/DatabaseUnitTest/DatabaseUnitTest.csproj index d8f5e69..a7a58d7 100644 --- a/Master/DatabaseUnitTest/DatabaseUnitTest.csproj +++ b/Master/DatabaseUnitTest/DatabaseUnitTest.csproj @@ -1,5 +1,6 @@  - + + Debug AnyCPU @@ -8,7 +9,7 @@ Properties DatabaseUnitTest DatabaseUnitTest - v4.0 + v4.8 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 @@ -16,6 +17,9 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest + + + true @@ -25,6 +29,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -33,33 +38,27 @@ TRACE prompt 4 + false OnBuildSuccess - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\CommonServiceLocator.2.0.7\lib\net48\CommonServiceLocator.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.1.3\lib\net40\EntityFramework.SqlServerCompact.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll - - - ..\..\TurbineLite\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll - - - ..\..\TurbineLite\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll + + ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.4.4\lib\net45\EntityFramework.SqlServerCompact.dll - - ..\..\TurbineLite\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll - - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll @@ -73,9 +72,18 @@ ..\..\TurbineLite\packages\Microsoft.SqlServer.Compact.4.0.8876.1\lib\net40\System.Data.SqlServerCe.dll + + ..\..\TurbineLite\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\..\TurbineLite\packages\Unity.5.11.10\lib\net48\Unity.Abstractions.dll + + + ..\..\TurbineLite\packages\Unity.5.11.10\lib\net48\Unity.Container.dll + @@ -156,6 +164,14 @@ if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64" xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64" + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + \ No newline at end of file diff --git a/Master/GPromsSinterConsumerWindowsService/packages.config b/Master/GPromsSinterConsumerWindowsService/packages.config index 36be5e4..3b17c9a 100644 --- a/Master/GPromsSinterConsumerWindowsService/packages.config +++ b/Master/GPromsSinterConsumerWindowsService/packages.config @@ -1,7 +1,11 @@  - - - - + + + + + + + + \ No newline at end of file diff --git a/Master/SelfHostIntegrationTest/App.config b/Master/SelfHostIntegrationTest/App.config index 9c783f8..abebee2 100644 --- a/Master/SelfHostIntegrationTest/App.config +++ b/Master/SelfHostIntegrationTest/App.config @@ -1,21 +1,21 @@  -
+
+ + + + - - - - @@ -33,6 +33,22 @@ + + + + + + + + + + + + + + + + @@ -108,6 +124,9 @@ + + + diff --git a/Master/SelfHostIntegrationTest/SelfHostIntegrationTest.csproj b/Master/SelfHostIntegrationTest/SelfHostIntegrationTest.csproj index 78f0bcb..77fb70c 100644 --- a/Master/SelfHostIntegrationTest/SelfHostIntegrationTest.csproj +++ b/Master/SelfHostIntegrationTest/SelfHostIntegrationTest.csproj @@ -1,5 +1,6 @@  - + + Debug AnyCPU @@ -8,7 +9,7 @@ Properties SelfHostIntegrationTest SelfHostIntegrationTest - v4.0 + v4.8 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 @@ -16,6 +17,9 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest + + + true @@ -25,6 +29,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -33,20 +38,20 @@ TRACE prompt 4 + false - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll - - ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.1.3\lib\net40\EntityFramework.SqlServerCompact.dll + + ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.4.4\lib\net45\EntityFramework.SqlServerCompact.dll - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll @@ -59,9 +64,9 @@ True ..\..\TurbineLite\packages\Microsoft.SqlServer.Compact.4.0.8876.1\lib\net40\System.Data.SqlServerCe.dll - - - + + + @@ -159,6 +164,14 @@ if exist "$(TargetDir)" del /Q "$(TargetDir)*.sdf" + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + +
+ + + + - - - - @@ -112,10 +112,33 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Master/SelfHostWebApplication/Properties/Settings.Designer.cs b/Master/SelfHostWebApplication/Properties/Settings.Designer.cs index b62abf1..53bf2d0 100644 --- a/Master/SelfHostWebApplication/Properties/Settings.Designer.cs +++ b/Master/SelfHostWebApplication/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SelfHostWebApplication.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Master/SelfHostWebApplication/SelfHostWebApplication.csproj b/Master/SelfHostWebApplication/SelfHostWebApplication.csproj index 1186271..d4cd218 100644 --- a/Master/SelfHostWebApplication/SelfHostWebApplication.csproj +++ b/Master/SelfHostWebApplication/SelfHostWebApplication.csproj @@ -1,5 +1,6 @@  - + + Debug @@ -9,8 +10,11 @@ Properties SelfHostWebApplication SelfHostWebApplication - v4.0 + v4.8 512 + + + AnyCPU @@ -21,6 +25,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -30,20 +35,38 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll - - ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.1.3\lib\net40\EntityFramework.SqlServerCompact.dll + + ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.4.4\lib\net45\EntityFramework.SqlServerCompact.dll - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll @@ -112,6 +135,14 @@ if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64" xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64" + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + +
+ + + + - - - - @@ -115,10 +115,33 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Master/SelfManagedWebApplicationWindowsService/Properties/Settings.Designer.cs b/Master/SelfManagedWebApplicationWindowsService/Properties/Settings.Designer.cs index c0e1d1c..c942b2b 100644 --- a/Master/SelfManagedWebApplicationWindowsService/Properties/Settings.Designer.cs +++ b/Master/SelfManagedWebApplicationWindowsService/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SelfManagedWebApplicationWindowsService.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Master/SelfManagedWebApplicationWindowsService/SelfManagedWebApplicationWindowsService.csproj b/Master/SelfManagedWebApplicationWindowsService/SelfManagedWebApplicationWindowsService.csproj index a95227f..6257497 100644 --- a/Master/SelfManagedWebApplicationWindowsService/SelfManagedWebApplicationWindowsService.csproj +++ b/Master/SelfManagedWebApplicationWindowsService/SelfManagedWebApplicationWindowsService.csproj @@ -1,5 +1,6 @@  - + + Debug @@ -9,7 +10,7 @@ Properties SelfManagedWebApplicationWindowsService SelfManagedWebApplicationWindowsService - v4.0 + v4.8 512 publish\ true @@ -26,6 +27,9 @@ false false true + + + AnyCPU @@ -36,6 +40,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -45,20 +50,38 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll - - ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.1.3\lib\net40\EntityFramework.SqlServerCompact.dll + + ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.4.4\lib\net45\EntityFramework.SqlServerCompact.dll - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll @@ -158,6 +181,14 @@ if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64" xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64" + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Master/Turbine.Consumer.AspenTech/packages.config b/Master/Turbine.Consumer.AspenTech/packages.config index 7024a07..89a5cdc 100644 --- a/Master/Turbine.Consumer.AspenTech/packages.config +++ b/Master/Turbine.Consumer.AspenTech/packages.config @@ -1,5 +1,5 @@  - - - + + + \ No newline at end of file diff --git a/Master/Turbine.Consumer.AspenTech7.3/Turbine.Consumer.AspenTech7.3.csproj b/Master/Turbine.Consumer.AspenTech7.3/Turbine.Consumer.AspenTech7.3.csproj index 4bde98d..6b030dc 100644 --- a/Master/Turbine.Consumer.AspenTech7.3/Turbine.Consumer.AspenTech7.3.csproj +++ b/Master/Turbine.Consumer.AspenTech7.3/Turbine.Consumer.AspenTech7.3.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,8 +9,9 @@ Properties Turbine.Consumer.AspenTech73 Turbine.Consumer.AspenTech73 - v4.0 + v4.8 512 + true @@ -20,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -28,6 +30,7 @@ TRACE prompt 4 + false @@ -39,9 +42,8 @@ ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll $(MSBuildProgramFiles32)\CCSI\SimSinter_Aspen7.3\Sinter_Aspen7.3.dll diff --git a/Master/Turbine.Consumer.AspenTech7.3/packages.config b/Master/Turbine.Consumer.AspenTech7.3/packages.config index 7024a07..0a97c12 100644 --- a/Master/Turbine.Consumer.AspenTech7.3/packages.config +++ b/Master/Turbine.Consumer.AspenTech7.3/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/Master/Turbine.Consumer.Console/SinterConsumerConsole.cs b/Master/Turbine.Consumer.Console/SinterConsumerConsole.cs index f36981e..500bbbd 100644 --- a/Master/Turbine.Consumer.Console/SinterConsumerConsole.cs +++ b/Master/Turbine.Consumer.Console/SinterConsumerConsole.cs @@ -5,7 +5,7 @@ using System.Configuration; using System.Diagnostics; using System.IO; -using Microsoft.Practices.Unity; +using Unity; using Turbine.Data.Contract.Behaviors; using sinter; using System.Threading; diff --git a/Master/Turbine.Consumer.Console/Turbine.Consumer.Console.csproj b/Master/Turbine.Consumer.Console/Turbine.Consumer.Console.csproj index 311ab48..c4044ff 100644 --- a/Master/Turbine.Consumer.Console/Turbine.Consumer.Console.csproj +++ b/Master/Turbine.Consumer.Console/Turbine.Consumer.Console.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,8 +10,9 @@ Properties Turbine.Consumer.Console Turbine.Consumer.Console - v4.0 + v4.8 512 + true @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -29,37 +31,53 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt - - ..\..\SharedDatabaseArchitecture\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll - - - ..\..\SharedDatabaseArchitecture\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.dll + + ..\..\TurbineLite\packages\CommonServiceLocator.2.0.7\lib\net48\CommonServiceLocator.dll - - ..\..\SharedDatabaseArchitecture\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll - - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll - $(MSBuildProgramFiles32)\CCSI\SimSinter\Sinter.dll + $(ProgramFiles)\CCSI\SimSinter\Sinter.dll + + ..\..\TurbineLite\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + + ..\..\TurbineLite\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + ..\..\TurbineLite\packages\Unity.Abstractions.5.11.7\lib\net48\Unity.Abstractions.dll + @@ -92,6 +110,7 @@ + diff --git a/Master/Turbine.Consumer.Console/app.config b/Master/Turbine.Consumer.Console/app.config new file mode 100644 index 0000000..e4c2573 --- /dev/null +++ b/Master/Turbine.Consumer.Console/app.config @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Master/Turbine.Consumer.Console/packages.config b/Master/Turbine.Consumer.Console/packages.config index ecd83a8..2d7402d 100644 --- a/Master/Turbine.Consumer.Console/packages.config +++ b/Master/Turbine.Consumer.Console/packages.config @@ -1,7 +1,8 @@  - - - - + + + + + \ No newline at end of file diff --git a/Master/Turbine.Consumer.Contract.Behaviors/Turbine.Consumer.Contract.Behaviors.csproj b/Master/Turbine.Consumer.Contract.Behaviors/Turbine.Consumer.Contract.Behaviors.csproj index 8a26731..a0ccd95 100644 --- a/Master/Turbine.Consumer.Contract.Behaviors/Turbine.Consumer.Contract.Behaviors.csproj +++ b/Master/Turbine.Consumer.Contract.Behaviors/Turbine.Consumer.Contract.Behaviors.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,8 +10,9 @@ Properties Turbine.Consumer.Contract.Behaviors Turbine.Consumer.Contract.Behaviors - v4.0 + v4.8 512 + true @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -29,6 +31,25 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt diff --git a/Master/Turbine.Consumer.Data.Contract.Behaviors/Turbine.Consumer.Data.Contract.Behaviors.csproj b/Master/Turbine.Consumer.Data.Contract.Behaviors/Turbine.Consumer.Data.Contract.Behaviors.csproj index d0e7db4..1f99887 100644 --- a/Master/Turbine.Consumer.Data.Contract.Behaviors/Turbine.Consumer.Data.Contract.Behaviors.csproj +++ b/Master/Turbine.Consumer.Data.Contract.Behaviors/Turbine.Consumer.Data.Contract.Behaviors.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,8 +10,9 @@ Properties Turbine.Consumer.Data.Contract.Behaviors Turbine.Consumer.Data.Contract.Behaviors - v4.0 + v4.8 512 + true @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -29,6 +31,25 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt diff --git a/Master/Turbine.Consumer.Excel/Turbine.Consumer.Excel.csproj b/Master/Turbine.Consumer.Excel/Turbine.Consumer.Excel.csproj index 259b6c2..592b829 100644 --- a/Master/Turbine.Consumer.Excel/Turbine.Consumer.Excel.csproj +++ b/Master/Turbine.Consumer.Excel/Turbine.Consumer.Excel.csproj @@ -1,5 +1,6 @@  - + + Debug AnyCPU @@ -10,8 +11,11 @@ Properties Turbine.Consumer.Excel Turbine.Consumer.Excel - v4.0 + v4.8 512 + + + true @@ -21,6 +25,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -29,20 +34,38 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll - $(MSBuildProgramFiles32)\CCSI\SimSinter\Sinter.dll + $(ProgramFiles)\CCSI\SimSinter\Sinter.dll @@ -81,9 +104,18 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Master/Turbine.Consumer.Excel/packages.config b/Master/Turbine.Consumer.Excel/packages.config index b97280f..89a5cdc 100644 --- a/Master/Turbine.Consumer.Excel/packages.config +++ b/Master/Turbine.Consumer.Excel/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/Master/Turbine.Consumer.GProms/App.config b/Master/Turbine.Consumer.GProms/App.config index 7a9313c..55211c1 100644 --- a/Master/Turbine.Consumer.GProms/App.config +++ b/Master/Turbine.Consumer.GProms/App.config @@ -1,9 +1,9 @@  - +
- + @@ -19,6 +19,22 @@ + + + + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/Master/Turbine.Consumer.GProms/Turbine.Consumer.GProms.csproj b/Master/Turbine.Consumer.GProms/Turbine.Consumer.GProms.csproj index 944662b..abae647 100644 --- a/Master/Turbine.Consumer.GProms/Turbine.Consumer.GProms.csproj +++ b/Master/Turbine.Consumer.GProms/Turbine.Consumer.GProms.csproj @@ -1,5 +1,6 @@  - + + Debug AnyCPU @@ -10,8 +11,11 @@ Properties Turbine.Consumer.GProms Turbine.Consumer.GProms - v4.0 + v4.8 512 + + + true @@ -21,6 +25,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -29,20 +34,20 @@ TRACE prompt 4 + false - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll - $(MSBuildProgramFiles32)\CCSI\SimSinter\Sinter.dll + $(ProgramFiles)\CCSI\SimSinter\Sinter.dll @@ -58,6 +63,7 @@ + @@ -83,6 +89,14 @@ + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + +
+ + + + + + + \ No newline at end of file diff --git a/Master/Turbine.Data.Entities/Turbine.Data.Entities.csproj b/Master/Turbine.Data.Entities/Turbine.Data.Entities.csproj index dc90c2d..f1d479b 100644 --- a/Master/Turbine.Data.Entities/Turbine.Data.Entities.csproj +++ b/Master/Turbine.Data.Entities/Turbine.Data.Entities.csproj @@ -1,5 +1,6 @@  - + + Debug @@ -9,8 +10,11 @@ Properties Turbine.Data.Entities Turbine.Data.Entities - v4.0 + v4.8 512 + + + true @@ -20,6 +24,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -28,13 +33,32 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll @@ -65,9 +89,18 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + +
+ + + + + + + \ No newline at end of file diff --git a/Master/Turbine.DataEF6.Contract/Turbine.DataEF6.Contract.csproj b/Master/Turbine.DataEF6.Contract/Turbine.DataEF6.Contract.csproj index b856a68..dec936c 100644 --- a/Master/Turbine.DataEF6.Contract/Turbine.DataEF6.Contract.csproj +++ b/Master/Turbine.DataEF6.Contract/Turbine.DataEF6.Contract.csproj @@ -1,5 +1,6 @@  - + + Debug @@ -9,8 +10,11 @@ Properties Turbine.DataEF6.Contract Turbine.DataEF6.Contract - v4.0 + v4.8 512 + + + true @@ -20,6 +24,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -28,17 +33,35 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll @@ -69,9 +92,18 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + +
- - + + + + - - - - + + + diff --git a/Master/Turbine.DataEF6/Model1.Designer.cs b/Master/Turbine.DataEF6/Model1.Designer.cs index ee24e0d..4744627 100644 --- a/Master/Turbine.DataEF6/Model1.Designer.cs +++ b/Master/Turbine.DataEF6/Model1.Designer.cs @@ -1,4 +1,10 @@ -// Default code generation is disabled for model 'C:\Users\boverhof\Documents\Visual Studio 2012\Projects\turb_sci_gate\Master\Turbine.DataEF6\Model1.edmx'. -// To enable default code generation, change the value of the 'Code Generation Strategy' designer -// property to an alternate value. This property is available in the Properties Window when the model is -// open in the designer. \ No newline at end of file +// T4 code generation is enabled for model 'C:\Users\Administrator\Source\Repos\turb_sci_gate\Master\Turbine.DataEF6\Model1.edmx'. +// To enable legacy code generation, change the value of the 'Code Generation Strategy' designer +// property to 'Legacy ObjectContext'. This property is available in the Properties Window when the model +// is open in the designer. + +// If no context and entity classes have been generated, it may be because you created an empty model but +// have not yet chosen which version of Entity Framework to use. To generate a context class and entity +// classes for your model, open the model in the designer, right-click on the designer surface, and +// select 'Update Model from Database...', 'Generate Database from Model...', or 'Add Code Generation +// Item...'. \ No newline at end of file diff --git a/Master/Turbine.DataEF6/Turbine.DataEF6.csproj b/Master/Turbine.DataEF6/Turbine.DataEF6.csproj index 0ac62a6..ab5b8f0 100644 --- a/Master/Turbine.DataEF6/Turbine.DataEF6.csproj +++ b/Master/Turbine.DataEF6/Turbine.DataEF6.csproj @@ -1,5 +1,6 @@  - + + Debug @@ -9,7 +10,7 @@ Properties Turbine.DataEF6 Turbine.DataEF6 - v4.0 + v4.8 512 publish\ true @@ -26,6 +27,9 @@ false false true + + + true @@ -35,6 +39,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -43,16 +48,35 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll - - ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.1.3\lib\net40\EntityFramework.SqlServerCompact.dll + + ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.4.4\lib\net45\EntityFramework.SqlServerCompact.dll @@ -162,6 +186,14 @@ if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64" xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64" + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + +
- + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Master/Turbine.Lite.Consumer.Data.Contract/Turbine.Lite.Consumer.Data.Contract.csproj b/Master/Turbine.Lite.Consumer.Data.Contract/Turbine.Lite.Consumer.Data.Contract.csproj index f73bb13..6f5a00f 100644 --- a/Master/Turbine.Lite.Consumer.Data.Contract/Turbine.Lite.Consumer.Data.Contract.csproj +++ b/Master/Turbine.Lite.Consumer.Data.Contract/Turbine.Lite.Consumer.Data.Contract.csproj @@ -1,5 +1,6 @@  - + + Debug @@ -9,8 +10,11 @@ Properties Turbine.Lite.Consumer.Data.Contract Turbine.Lite.Consumer.Data.Contract - v4.0 + v4.8 512 + + + true @@ -20,6 +24,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -28,13 +33,32 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll @@ -85,6 +109,14 @@ + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + +
- + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Master/Turbine.Lite.Web.Resources/Turbine.Lite.Web.Resources.csproj b/Master/Turbine.Lite.Web.Resources/Turbine.Lite.Web.Resources.csproj index b47dfef..7bcb42f 100644 --- a/Master/Turbine.Lite.Web.Resources/Turbine.Lite.Web.Resources.csproj +++ b/Master/Turbine.Lite.Web.Resources/Turbine.Lite.Web.Resources.csproj @@ -1,5 +1,6 @@  - + + Debug @@ -9,8 +10,11 @@ Properties Turbine.Lite.Web.Resources Turbine.Lite.Web.Resources - v4.0 + v4.8 512 + + + true @@ -20,6 +24,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -28,17 +33,35 @@ TRACE prompt 4 + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll @@ -107,6 +130,14 @@ + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + -
+
- - + - + - + - + + - - - + + - - - + - + - - + - - - + + - - + - - @@ -124,21 +117,15 @@ Turbine Gateway Simple Web Application Configuration - - - + - - - - - +
+ + + + - - - - @@ -55,6 +53,22 @@ + + + + + + + + + + + + + + + + @@ -130,6 +144,9 @@ + + + diff --git a/Master/TurbineLiteConsumerIntegrationTest/ConsumerContractTest.cs b/Master/TurbineLiteConsumerIntegrationTest/ConsumerContractTest.cs index 15bdc67..7dcf3f3 100644 --- a/Master/TurbineLiteConsumerIntegrationTest/ConsumerContractTest.cs +++ b/Master/TurbineLiteConsumerIntegrationTest/ConsumerContractTest.cs @@ -16,7 +16,7 @@ using Turbine.Lite.Web.Resources.Contracts; using Turbine.Data.Contract.Behaviors; using Turbine.Consumer.Contract.Behaviors; -using Microsoft.Practices.Unity; +using Unity; namespace TurbineLiteConsumerIntegrationTest @@ -128,7 +128,7 @@ public static void AssemblyInit(TestContext context) */ var _a = typeof(System.Data.Entity.SqlServer.SqlProviderServices); var _b = typeof(System.Data.Entity.SqlServerCompact.SqlCeProviderServices); - var _c = typeof(Microsoft.Practices.ServiceLocation.ServiceLocator); + var _c = typeof(CommonServiceLocator.ServiceLocator); var _d = typeof(Turbine.Lite.Consumer.Data.Contract.ConsumerRegistrationContract); CleanUpDatabase(); diff --git a/Master/TurbineLiteConsumerIntegrationTest/ConsumerUnityTest1.cs b/Master/TurbineLiteConsumerIntegrationTest/ConsumerUnityTest1.cs index 6b4faa4..a01e5b5 100644 --- a/Master/TurbineLiteConsumerIntegrationTest/ConsumerUnityTest1.cs +++ b/Master/TurbineLiteConsumerIntegrationTest/ConsumerUnityTest1.cs @@ -1,6 +1,6 @@ using System; using Microsoft.VisualStudio.TestTools.UnitTesting; -using Microsoft.Practices.Unity; +using Unity; using Turbine.Consumer.Contract.Behaviors; namespace TurbineLiteConsumerIntegrationTest diff --git a/Master/TurbineLiteConsumerIntegrationTest/TurbineLiteConsumerIntegrationTest.csproj b/Master/TurbineLiteConsumerIntegrationTest/TurbineLiteConsumerIntegrationTest.csproj index f30e47c..b06f0a9 100644 --- a/Master/TurbineLiteConsumerIntegrationTest/TurbineLiteConsumerIntegrationTest.csproj +++ b/Master/TurbineLiteConsumerIntegrationTest/TurbineLiteConsumerIntegrationTest.csproj @@ -1,5 +1,6 @@  - + + Debug AnyCPU @@ -8,7 +9,7 @@ Properties TurbineLiteConsumerIntegrationTest TurbineLiteConsumerIntegrationTest - v4.0 + v4.8 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 @@ -16,6 +17,9 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest + + + true @@ -25,6 +29,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -33,16 +38,23 @@ TRACE prompt 4 + false - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\Castle.Core.5.1.1\lib\net462\Castle.Core.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\CommonServiceLocator.2.0.7\lib\net48\CommonServiceLocator.dll - - ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.1.3\lib\net40\EntityFramework.SqlServerCompact.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll + + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll + + + ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.4.4\lib\net45\EntityFramework.SqlServerCompact.dll ..\..\SharedDatabaseArchitecture\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll @@ -61,15 +73,15 @@ ..\..\SharedDatabaseArchitecture\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll - - ..\..\TurbineLite\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll + + ..\..\TurbineLite\packages\Moq.4.20.69\lib\net462\Moq.dll - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll + 3.5 @@ -83,9 +95,21 @@ True ..\packages\Microsoft.SqlServer.Compact.4.0.8854.1\lib\net40\System.Data.SqlServerCe.Entity.dll + + ..\..\TurbineLite\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\..\TurbineLite\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + ..\..\TurbineLite\packages\Unity.5.11.10\lib\net48\Unity.Abstractions.dll + + + ..\..\TurbineLite\packages\Unity.5.11.10\lib\net48\Unity.Container.dll + ..\packages\WCFMock.dll @@ -204,6 +228,14 @@ if exist "$(TargetDir)" del /Q "$(TargetDir)*.sdf" + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + - - +
+ + + + - - - - @@ -55,6 +53,22 @@ + + + + + + + + + + + + + + + + @@ -130,6 +144,9 @@ + + + diff --git a/Master/TurbineLiteProducerIntegrationTest/TurbineLiteProducerIntegrationTest.csproj b/Master/TurbineLiteProducerIntegrationTest/TurbineLiteProducerIntegrationTest.csproj index e46465c..a034f07 100644 --- a/Master/TurbineLiteProducerIntegrationTest/TurbineLiteProducerIntegrationTest.csproj +++ b/Master/TurbineLiteProducerIntegrationTest/TurbineLiteProducerIntegrationTest.csproj @@ -1,5 +1,6 @@  - + + Debug AnyCPU @@ -8,7 +9,7 @@ Properties TurbineLiteProducerIntegrationTest TurbineLiteProducerIntegrationTest - v4.0 + v4.8 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 @@ -16,6 +17,9 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest + + + true @@ -25,6 +29,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -33,26 +38,30 @@ TRACE prompt 4 + false - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + + ..\..\TurbineLite\packages\Castle.Core.5.1.1\lib\net462\Castle.Core.dll - - ..\..\TurbineLite\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll - - ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.1.3\lib\net40\EntityFramework.SqlServerCompact.dll + + ..\..\TurbineLite\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll - - ..\..\TurbineLite\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll + + ..\..\TurbineLite\packages\EntityFramework.SqlServerCompact.6.4.4\lib\net45\EntityFramework.SqlServerCompact.dll - - False - ..\..\TurbineLite\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\TurbineLite\packages\Moq.4.20.69\lib\net462\Moq.dll + + + ..\..\TurbineLite\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll + 3.5 @@ -66,9 +75,15 @@ True ..\packages\Microsoft.SqlServer.Compact.4.0.8854.1\lib\net40\System.Data.SqlServerCe.Entity.dll + + ..\..\TurbineLite\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\..\TurbineLite\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + ..\..\Master\packages\WCFMock.dll @@ -173,6 +188,14 @@ if exist "$(TargetDir)" del /Q "$(TargetDir)*.sdf" + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + - - - - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - = 600]]> - + + + - - Installed OR PROP.NET_FRAMEWORK_4 = "#1" - + + + - - Installed OR ( OR ) - - - Installed OR ( PROP.SIM_SINTER = "SimSinter" AND PROP.SIM_SINTER_MAJOR = "#2" AND PROP.SIM_SINTER_MINOR >= "#1") - + - - - - - + + + - + - - + + - + + - - - + - - Installed OR ( PROP.SIM_SINTER = "SimSinter" AND PROP.SIM_SINTER_MAJOR = "#2" AND PROP.SIM_SINTER_MINOR >= "#1") - + + + - + - - + + + - + + - - - - + - - Installed OR ( PROP.SIM_SINTER = "SimSinter" AND PROP.SIM_SINTER_MAJOR = "#2" AND PROP.SIM_SINTER_MINOR >= "#1") - + - + + - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Master/TurbineLiteWiXInstaller/TurbineLiteWiXInstaller.wixproj b/Master/TurbineLiteWiXInstaller/TurbineLiteWiXInstaller.wixproj index 7976189..b301f48 100644 --- a/Master/TurbineLiteWiXInstaller/TurbineLiteWiXInstaller.wixproj +++ b/Master/TurbineLiteWiXInstaller/TurbineLiteWiXInstaller.wixproj @@ -1,39 +1,20 @@ - - + - Debug - x86 3.7 - a5cbda7e-0ab4-4c24-bd4c-ff8d6b24e5c7 - 2.0 TurbineLite - Package - $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets - $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets - bin\$(Configuration)\ - obj\$(Configuration)\ Debug - - bin\$(Configuration)\ - obj\$(Configuration)\ - - - - - - $(WixExtDir)\WixUtilExtension.dll - WixUtilExtension - - - $(WixExtDir)\WixUIExtension.dll - WixUIExtension - + + + + + + SelfHostWebApplication {3e1b9548-a8bc-43d4-9ecb-37d4de916f43} @@ -50,6 +31,10 @@ Binaries;Content;Satellites INSTALLFOLDER + + + + Turbine.DataEF6 {7c0fa46a-937d-44e0-ad71-d96f383fa4ca} @@ -58,14 +43,7 @@ Binaries;Content;Satellites INSTALLFOLDER - - TurbineSetupLibrary - {1b88c188-9959-4c0c-943e-a16de4278b3d} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - + @@ -75,13 +53,4 @@ - - \ No newline at end of file diff --git a/Master/TurbineSetupLibrary/CA.DATABASE_WARNING.vbs b/Master/TurbineSetupLibrary/CA.DATABASE_WARNING.vbs new file mode 100644 index 0000000..3f77b92 --- /dev/null +++ b/Master/TurbineSetupLibrary/CA.DATABASE_WARNING.vbs @@ -0,0 +1 @@ +msgbox "WARNING: Installing the Database Feature will change SQL Server default instance to Mixed mode authentication" \ No newline at end of file diff --git a/Master/TurbineSetupLibrary/Library.wxs b/Master/TurbineSetupLibrary/Library.wxs index 9b5adf4..72c1851 100644 --- a/Master/TurbineSetupLibrary/Library.wxs +++ b/Master/TurbineSetupLibrary/Library.wxs @@ -1,215 +1,151 @@ - - + - + - + - + - + - + - + - + - + - - - + - - - + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + @@ -259,7 +195,7 @@ --> - + @@ -272,13 +208,9 @@ - - = 600]]> - + - - Installed OR PROP.NET_FRAMEWORK_4 = "#1" - + - - - + + + - - - - + + + + - - - - - - - - - + + + + + + + + + @@ -369,9 +301,9 @@ - + - + @@ -380,14 +312,14 @@ - - - + + + - - - + + + @@ -396,17 +328,17 @@ - + - + - - - + + + @@ -422,17 +354,17 @@ - + - + - - - + + + @@ -448,54 +380,48 @@ - + - + - - + + - + - - + + - + - + - + - - - - - + + + + + - - - + + + @@ -505,54 +431,43 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -560,32 +475,32 @@ --> - + - + - + - + - + - + - + @@ -595,60 +510,51 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -659,22 +565,18 @@ - + - + - + - + @@ -682,11 +584,11 @@ - - + + - - + + @@ -694,53 +596,34 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + @@ -773,59 +656,49 @@ --> - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -834,49 +707,49 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - - + + - + - - - + + + diff --git a/Master/TurbineSetupLibrary/TurbineSetupLibrary.wixproj b/Master/TurbineSetupLibrary/TurbineSetupLibrary.wixproj index 9880bab..89367f2 100644 --- a/Master/TurbineSetupLibrary/TurbineSetupLibrary.wixproj +++ b/Master/TurbineSetupLibrary/TurbineSetupLibrary.wixproj @@ -1,34 +1,13 @@ - - + - Debug - x86 3.5 - {1b88c188-9959-4c0c-943e-a16de4278b3d} - 2.0 - TurbineSetupLibrary Library - $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets - $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets - bin\$(Configuration)\ - obj\$(Configuration)\ Debug - - bin\$(Configuration)\ - obj\$(Configuration)\ - - - - - - - $(WixExtDir)\WixUtilExtension.dll - WixUtilExtension - + @@ -64,13 +43,4 @@ INSTALLFOLDER - - \ No newline at end of file diff --git a/Master/TurbineSetupLibrary/UIDialog.wxs b/Master/TurbineSetupLibrary/UIDialog.wxs index 87cdab8..fc2d0f7 100644 --- a/Master/TurbineSetupLibrary/UIDialog.wxs +++ b/Master/TurbineSetupLibrary/UIDialog.wxs @@ -1,5 +1,4 @@ - - + @@ -10,16 +9,9 @@ - LicenseAccepted = "1" - - 1 + + + @@ -41,89 +33,67 @@ - 1 + - 1 + - 1 - LicenseAccepted = "1" + + - Installed - NOT Installed - - - - - 1 + + + + + - NOT Installed OR WixUI_InstallMode = "Change" - Installed + + - 1 + - 1 - 1 - 1 - 1 + + + + - + - - + + - - + + - - + + - - 1 + + - - - - "" and PROP.SQL_PASSWORD <> - "" and PROP.SQLSERVER <> "" ]]> - + + + - - 1 + + - - - Please enter Configuration for Turbine Components + + + - - - {\WixUI_Font_Title}Application Settings + + + @@ -132,50 +102,34 @@ - + - - + + - - + + - - 1 + + - - - "" and PROP.TURBINE_PASSWORD <> ""]]> - + + - - 1 + + - - - User Account for Turbine Web API + + + - - - {\WixUI_Font_Title}Application Web Settings + + + diff --git a/TurbineLite/TurbineLite.sln b/TurbineLite/TurbineLite.sln index c07d5cf..63aea8f 100644 --- a/TurbineLite/TurbineLite.sln +++ b/TurbineLite/TurbineLite.sln @@ -1,6 +1,8 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34309.116 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatabaseUnitTest", "..\Master\DatabaseUnitTest\DatabaseUnitTest.csproj", "{F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Turbine.DataEF6", "..\Master\Turbine.DataEF6\Turbine.DataEF6.csproj", "{7C0FA46A-937D-44E0-AD71-D96F383FA4CA}" @@ -26,9 +28,6 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SelfHostIntegrationTest", "..\Master\SelfHostIntegrationTest\SelfHostIntegrationTest.csproj", "{FF6504D8-FEDB-4807-AC29-F456B157BC5A}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{08F91DA6-42D8-48C9-B082-850652F9641E}" - ProjectSection(SolutionItems) = preProject - ..\Master\Turbine.Producer\Turbine.Producer.csproj = ..\Master\Turbine.Producer\Turbine.Producer.csproj - EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Turbine.Producer", "..\Master\Turbine.Producer\Turbine.Producer.csproj", "{BCB53D56-20A1-49F9-A9C0-49229529C77C}" EndProject @@ -46,9 +45,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Turbine.DataEF6.Contract", EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Turbine.Lite.Consumer.Data.Contract", "..\Master\Turbine.Lite.Consumer.Data.Contract\Turbine.Lite.Consumer.Data.Contract.csproj", "{7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}" EndProject -Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "TurbineSetupLibrary", "..\Master\TurbineSetupLibrary\TurbineSetupLibrary.wixproj", "{1B88C188-9959-4C0C-943E-A16DE4278B3D}" -EndProject -Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "TurbineLiteWiXInstaller", "..\Master\TurbineLiteWiXInstaller\TurbineLiteWiXInstaller.wixproj", "{A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}" +Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "TurbineLiteWiXInstaller", "..\Master\TurbineLiteWiXInstaller\TurbineLiteWiXInstaller.wixproj", "{A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}" ProjectSection(ProjectDependencies) = postProject {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971} = {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971} {FF91C81D-45E4-414D-96A2-A8E35CD353EE} = {FF91C81D-45E4-414D-96A2-A8E35CD353EE} @@ -95,18 +92,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExcelSinterConsumerWindowsS EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Turbine.Consumer.Excel", "..\Master\Turbine.Consumer.Excel\Turbine.Consumer.Excel.csproj", "{C8B76D2A-9AF5-48EC-8C34-380626FE42D6}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "aspen7.3", "aspen7.3", "{85494251-E860-4B92-9D77-02A3F7B55503}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Turbine.Consumer.AspenTech7.3", "..\Master\Turbine.Consumer.AspenTech7.3\Turbine.Consumer.AspenTech7.3.csproj", "{83D745CC-2CA4-4B15-BE02-B57AF5550D86}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SinterIntegrationTest", "..\Master\SinterIntegrationTest\SinterIntegrationTest.csproj", "{879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sinter_Aspen73_IntegrationTest", "..\Master\Sinter_Aspen73_IntegrationTest\Sinter_Aspen73_IntegrationTest.csproj", "{E323F4C6-A486-457B-BD45-A09AE244E818}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspenSinter73ConsumerConsole", "..\Master\AspenSinter73ConsumerConsole\AspenSinter73ConsumerConsole.csproj", "{99DCE147-39CB-442E-A56E-6AEDB7A2F539}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspenSinter73ConsumerWindowsService", "..\Master\AspenSinter73ConsumerWindowsService\AspenSinter73ConsumerWindowsService.csproj", "{410653E3-DE85-4731-809A-8E695EAC4A2F}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TurbineLiteConsumerIntegrationTest", "..\Master\TurbineLiteConsumerIntegrationTest\TurbineLiteConsumerIntegrationTest.csproj", "{758DCFE3-FB9A-40CA-9996-4085689B5719}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Turbine.Consumer.GProms", "..\Master\Turbine.Consumer.GProms\Turbine.Consumer.GProms.csproj", "{0EE769E3-7C0F-431A-A40A-BD97111A4AFF}" @@ -119,9 +106,11 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Debug|Mixed Platforms = Debug|Mixed Platforms + Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU Release|Mixed Platforms = Release|Mixed Platforms + Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution @@ -129,380 +118,444 @@ Global {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}.Debug|Any CPU.Build.0 = Debug|Any CPU {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}.Debug|x64.ActiveCfg = Debug|Any CPU {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}.Debug|x86.ActiveCfg = Debug|Any CPU {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}.Release|Any CPU.ActiveCfg = Release|Any CPU {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}.Release|Any CPU.Build.0 = Release|Any CPU {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}.Release|x64.ActiveCfg = Release|Any CPU {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8}.Release|x86.ActiveCfg = Release|Any CPU {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Debug|Any CPU.Build.0 = Debug|Any CPU {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Debug|x64.ActiveCfg = Debug|x64 + {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Debug|x64.Build.0 = Debug|x64 {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Debug|x86.ActiveCfg = Debug|Any CPU {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Release|Any CPU.ActiveCfg = Release|Any CPU {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Release|Any CPU.Build.0 = Release|Any CPU {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Release|x64.ActiveCfg = Release|x64 + {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Release|x64.Build.0 = Release|x64 {7C0FA46A-937D-44E0-AD71-D96F383FA4CA}.Release|x86.ActiveCfg = Release|Any CPU {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Debug|Any CPU.Build.0 = Debug|Any CPU {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Debug|x64.ActiveCfg = Debug|x64 + {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Debug|x64.Build.0 = Debug|x64 {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Debug|x86.ActiveCfg = Debug|Any CPU {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Release|Any CPU.ActiveCfg = Release|Any CPU {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Release|Any CPU.Build.0 = Release|Any CPU {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Release|x64.ActiveCfg = Release|x64 + {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Release|x64.Build.0 = Release|x64 {3EA3A2A9-ED28-4CDD-84BE-11A65B68834F}.Release|x86.ActiveCfg = Release|Any CPU {06490331-48AF-4DBE-AEA0-75BF65868B90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {06490331-48AF-4DBE-AEA0-75BF65868B90}.Debug|Any CPU.Build.0 = Debug|Any CPU {06490331-48AF-4DBE-AEA0-75BF65868B90}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {06490331-48AF-4DBE-AEA0-75BF65868B90}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {06490331-48AF-4DBE-AEA0-75BF65868B90}.Debug|x64.ActiveCfg = Debug|x64 + {06490331-48AF-4DBE-AEA0-75BF65868B90}.Debug|x64.Build.0 = Debug|x64 {06490331-48AF-4DBE-AEA0-75BF65868B90}.Debug|x86.ActiveCfg = Debug|Any CPU {06490331-48AF-4DBE-AEA0-75BF65868B90}.Release|Any CPU.ActiveCfg = Release|Any CPU {06490331-48AF-4DBE-AEA0-75BF65868B90}.Release|Any CPU.Build.0 = Release|Any CPU {06490331-48AF-4DBE-AEA0-75BF65868B90}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {06490331-48AF-4DBE-AEA0-75BF65868B90}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {06490331-48AF-4DBE-AEA0-75BF65868B90}.Release|x64.ActiveCfg = Release|x64 + {06490331-48AF-4DBE-AEA0-75BF65868B90}.Release|x64.Build.0 = Release|x64 {06490331-48AF-4DBE-AEA0-75BF65868B90}.Release|x86.ActiveCfg = Release|Any CPU {FCC0496B-3C87-4030-8630-2A3A08181408}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FCC0496B-3C87-4030-8630-2A3A08181408}.Debug|Any CPU.Build.0 = Debug|Any CPU {FCC0496B-3C87-4030-8630-2A3A08181408}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {FCC0496B-3C87-4030-8630-2A3A08181408}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {FCC0496B-3C87-4030-8630-2A3A08181408}.Debug|x64.ActiveCfg = Debug|x64 + {FCC0496B-3C87-4030-8630-2A3A08181408}.Debug|x64.Build.0 = Debug|x64 {FCC0496B-3C87-4030-8630-2A3A08181408}.Debug|x86.ActiveCfg = Debug|Any CPU {FCC0496B-3C87-4030-8630-2A3A08181408}.Release|Any CPU.ActiveCfg = Release|Any CPU {FCC0496B-3C87-4030-8630-2A3A08181408}.Release|Any CPU.Build.0 = Release|Any CPU {FCC0496B-3C87-4030-8630-2A3A08181408}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {FCC0496B-3C87-4030-8630-2A3A08181408}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {FCC0496B-3C87-4030-8630-2A3A08181408}.Release|x64.ActiveCfg = Release|x64 + {FCC0496B-3C87-4030-8630-2A3A08181408}.Release|x64.Build.0 = Release|x64 {FCC0496B-3C87-4030-8630-2A3A08181408}.Release|x86.ActiveCfg = Release|Any CPU {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Debug|Any CPU.Build.0 = Debug|Any CPU {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Debug|x64.ActiveCfg = Debug|x64 + {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Debug|x64.Build.0 = Debug|x64 {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Debug|x86.ActiveCfg = Debug|Any CPU {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Release|Any CPU.ActiveCfg = Release|Any CPU {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Release|Any CPU.Build.0 = Release|Any CPU {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Release|x64.ActiveCfg = Release|x64 + {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Release|x64.Build.0 = Release|x64 {ABCCE275-0025-4532-8F4A-75B22E3C6241}.Release|x86.ActiveCfg = Release|Any CPU {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Debug|Any CPU.Build.0 = Debug|Any CPU {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Debug|x64.ActiveCfg = Debug|Any CPU {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Debug|x86.ActiveCfg = Debug|Any CPU {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Release|Any CPU.ActiveCfg = Release|Any CPU {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Release|Any CPU.Build.0 = Release|Any CPU {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Release|x64.ActiveCfg = Release|Any CPU {FF91C81D-45E4-414D-96A2-A8E35CD353EE}.Release|x86.ActiveCfg = Release|Any CPU {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Debug|Any CPU.Build.0 = Debug|Any CPU {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Debug|x64.ActiveCfg = Debug|x64 + {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Debug|x64.Build.0 = Debug|x64 {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Debug|x86.ActiveCfg = Debug|Any CPU {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Release|Any CPU.ActiveCfg = Release|Any CPU {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Release|Any CPU.Build.0 = Release|Any CPU {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Release|x64.ActiveCfg = Release|x64 + {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Release|x64.Build.0 = Release|x64 {8608F337-91A1-4260-8A2D-CE7EF0CA45B8}.Release|x86.ActiveCfg = Release|Any CPU {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Debug|Any CPU.Build.0 = Debug|Any CPU {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Debug|x64.ActiveCfg = Debug|x64 + {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Debug|x64.Build.0 = Debug|x64 {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Debug|x86.ActiveCfg = Debug|Any CPU {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Release|Any CPU.ActiveCfg = Release|Any CPU {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Release|Any CPU.Build.0 = Release|Any CPU {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Release|x64.ActiveCfg = Release|x64 + {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Release|x64.Build.0 = Release|x64 {F6E67385-2EBD-412A-A31C-9920610EEA1E}.Release|x86.ActiveCfg = Release|Any CPU {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Debug|Any CPU.Build.0 = Debug|Any CPU {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Debug|x64.ActiveCfg = Debug|x64 + {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Debug|x64.Build.0 = Debug|x64 {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Debug|x86.ActiveCfg = Debug|Any CPU {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Release|Any CPU.ActiveCfg = Release|Any CPU {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Release|Any CPU.Build.0 = Release|Any CPU {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Release|x64.ActiveCfg = Release|x64 + {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Release|x64.Build.0 = Release|x64 {3E1B9548-A8BC-43D4-9ECB-37D4DE916F43}.Release|x86.ActiveCfg = Release|Any CPU {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Debug|Any CPU.Build.0 = Debug|Any CPU {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Debug|x64.ActiveCfg = Debug|Any CPU {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Debug|x86.ActiveCfg = Debug|Any CPU {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Release|Any CPU.ActiveCfg = Release|Any CPU {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Release|Any CPU.Build.0 = Release|Any CPU {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Release|x64.ActiveCfg = Release|Any CPU {FF6504D8-FEDB-4807-AC29-F456B157BC5A}.Release|x86.ActiveCfg = Release|Any CPU {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Debug|Any CPU.Build.0 = Debug|Any CPU {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Debug|x64.ActiveCfg = Debug|x64 + {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Debug|x64.Build.0 = Debug|x64 {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Debug|x86.ActiveCfg = Debug|Any CPU {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Release|Any CPU.ActiveCfg = Release|Any CPU {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Release|Any CPU.Build.0 = Release|Any CPU {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Release|x64.ActiveCfg = Release|x64 + {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Release|x64.Build.0 = Release|x64 {BCB53D56-20A1-49F9-A9C0-49229529C77C}.Release|x86.ActiveCfg = Release|Any CPU {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Debug|Any CPU.Build.0 = Debug|Any CPU {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Debug|x64.ActiveCfg = Debug|x64 + {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Debug|x64.Build.0 = Debug|x64 {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Debug|x86.ActiveCfg = Debug|Any CPU {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Release|Any CPU.ActiveCfg = Release|Any CPU {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Release|Any CPU.Build.0 = Release|Any CPU {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Release|x64.ActiveCfg = Release|x64 + {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Release|x64.Build.0 = Release|x64 {0866F140-3BD7-4AA3-9B1C-7096B6721D99}.Release|x86.ActiveCfg = Release|Any CPU {F992559E-6820-4341-A489-1AF82F9FC8A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F992559E-6820-4341-A489-1AF82F9FC8A5}.Debug|Any CPU.Build.0 = Debug|Any CPU {F992559E-6820-4341-A489-1AF82F9FC8A5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {F992559E-6820-4341-A489-1AF82F9FC8A5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {F992559E-6820-4341-A489-1AF82F9FC8A5}.Debug|x64.ActiveCfg = Debug|x64 + {F992559E-6820-4341-A489-1AF82F9FC8A5}.Debug|x64.Build.0 = Debug|x64 {F992559E-6820-4341-A489-1AF82F9FC8A5}.Debug|x86.ActiveCfg = Debug|Any CPU {F992559E-6820-4341-A489-1AF82F9FC8A5}.Release|Any CPU.ActiveCfg = Release|Any CPU {F992559E-6820-4341-A489-1AF82F9FC8A5}.Release|Any CPU.Build.0 = Release|Any CPU {F992559E-6820-4341-A489-1AF82F9FC8A5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {F992559E-6820-4341-A489-1AF82F9FC8A5}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {F992559E-6820-4341-A489-1AF82F9FC8A5}.Release|x64.ActiveCfg = Release|x64 + {F992559E-6820-4341-A489-1AF82F9FC8A5}.Release|x64.Build.0 = Release|x64 {F992559E-6820-4341-A489-1AF82F9FC8A5}.Release|x86.ActiveCfg = Release|Any CPU {20973A51-D353-4F60-802C-7AD3A50989F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {20973A51-D353-4F60-802C-7AD3A50989F2}.Debug|Any CPU.Build.0 = Debug|Any CPU {20973A51-D353-4F60-802C-7AD3A50989F2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {20973A51-D353-4F60-802C-7AD3A50989F2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {20973A51-D353-4F60-802C-7AD3A50989F2}.Debug|x64.ActiveCfg = Debug|x64 + {20973A51-D353-4F60-802C-7AD3A50989F2}.Debug|x64.Build.0 = Debug|x64 {20973A51-D353-4F60-802C-7AD3A50989F2}.Debug|x86.ActiveCfg = Debug|Any CPU {20973A51-D353-4F60-802C-7AD3A50989F2}.Release|Any CPU.ActiveCfg = Release|Any CPU {20973A51-D353-4F60-802C-7AD3A50989F2}.Release|Any CPU.Build.0 = Release|Any CPU {20973A51-D353-4F60-802C-7AD3A50989F2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {20973A51-D353-4F60-802C-7AD3A50989F2}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {20973A51-D353-4F60-802C-7AD3A50989F2}.Release|x64.ActiveCfg = Release|x64 + {20973A51-D353-4F60-802C-7AD3A50989F2}.Release|x64.Build.0 = Release|x64 {20973A51-D353-4F60-802C-7AD3A50989F2}.Release|x86.ActiveCfg = Release|Any CPU {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Debug|Any CPU.Build.0 = Debug|Any CPU {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Debug|x64.ActiveCfg = Debug|x64 + {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Debug|x64.Build.0 = Debug|x64 {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Debug|x86.ActiveCfg = Debug|Any CPU {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Release|Any CPU.ActiveCfg = Release|Any CPU {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Release|Any CPU.Build.0 = Release|Any CPU {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Release|x64.ActiveCfg = Release|x64 + {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Release|x64.Build.0 = Release|x64 {3FF93C52-D576-4E80-81A4-AEBFD7F1F4FC}.Release|x86.ActiveCfg = Release|Any CPU {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Debug|Any CPU.Build.0 = Debug|Any CPU {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Debug|x64.ActiveCfg = Debug|x64 + {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Debug|x64.Build.0 = Debug|x64 {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Debug|x86.ActiveCfg = Debug|Any CPU {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Release|Any CPU.ActiveCfg = Release|Any CPU {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Release|Any CPU.Build.0 = Release|Any CPU {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Release|x64.ActiveCfg = Release|x64 + {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Release|x64.Build.0 = Release|x64 {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971}.Release|x86.ActiveCfg = Release|Any CPU - {1B88C188-9959-4C0C-943E-A16DE4278B3D}.Debug|Any CPU.ActiveCfg = Debug|x86 - {1B88C188-9959-4C0C-943E-A16DE4278B3D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1B88C188-9959-4C0C-943E-A16DE4278B3D}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {1B88C188-9959-4C0C-943E-A16DE4278B3D}.Debug|x86.ActiveCfg = Debug|x86 - {1B88C188-9959-4C0C-943E-A16DE4278B3D}.Debug|x86.Build.0 = Debug|x86 - {1B88C188-9959-4C0C-943E-A16DE4278B3D}.Release|Any CPU.ActiveCfg = Release|x86 - {1B88C188-9959-4C0C-943E-A16DE4278B3D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {1B88C188-9959-4C0C-943E-A16DE4278B3D}.Release|Mixed Platforms.Build.0 = Release|x86 - {1B88C188-9959-4C0C-943E-A16DE4278B3D}.Release|x86.ActiveCfg = Release|x86 - {1B88C188-9959-4C0C-943E-A16DE4278B3D}.Release|x86.Build.0 = Release|x86 {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Debug|Any CPU.ActiveCfg = Debug|x86 {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Debug|x64.ActiveCfg = Debug|x64 + {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Debug|x64.Build.0 = Debug|x64 {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Debug|x86.ActiveCfg = Debug|x86 {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Debug|x86.Build.0 = Debug|x86 {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Release|Any CPU.ActiveCfg = Release|x86 {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Release|Mixed Platforms.ActiveCfg = Release|x86 {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Release|Mixed Platforms.Build.0 = Release|x86 + {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Release|x64.ActiveCfg = Release|x64 + {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Release|x64.Build.0 = Release|x64 {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Release|x86.ActiveCfg = Release|x86 {A5CBDA7E-0AB4-4C24-BD4C-FF8D6B24E5C7}.Release|x86.Build.0 = Release|x86 {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Debug|Any CPU.ActiveCfg = Debug|x86 {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Debug|x64.ActiveCfg = Debug|x64 + {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Debug|x64.Build.0 = Debug|x64 {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Debug|x86.ActiveCfg = Debug|x86 {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Debug|x86.Build.0 = Debug|x86 {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Release|Any CPU.ActiveCfg = Release|x86 {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Release|Mixed Platforms.ActiveCfg = Release|x86 {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Release|Mixed Platforms.Build.0 = Release|x86 + {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Release|x64.ActiveCfg = Release|x64 + {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Release|x64.Build.0 = Release|x64 {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Release|x86.ActiveCfg = Release|x86 {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426}.Release|x86.Build.0 = Release|x86 {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Debug|Any CPU.Build.0 = Debug|Any CPU {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Debug|x64.ActiveCfg = Debug|x64 + {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Debug|x64.Build.0 = Debug|x64 {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Debug|x86.ActiveCfg = Debug|Any CPU {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Release|Any CPU.ActiveCfg = Release|Any CPU {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Release|Any CPU.Build.0 = Release|Any CPU {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Release|x64.ActiveCfg = Release|x64 + {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Release|x64.Build.0 = Release|x64 {B0EEF272-C513-4C91-98DB-045AF4A6672C}.Release|x86.ActiveCfg = Release|Any CPU {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Debug|Any CPU.Build.0 = Debug|Any CPU {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Debug|x64.ActiveCfg = Debug|x64 + {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Debug|x64.Build.0 = Debug|x64 {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Debug|x86.ActiveCfg = Debug|Any CPU {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Release|Any CPU.ActiveCfg = Release|Any CPU {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Release|Any CPU.Build.0 = Release|Any CPU {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Release|x64.ActiveCfg = Release|x64 + {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Release|x64.Build.0 = Release|x64 {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783}.Release|x86.ActiveCfg = Release|Any CPU {C8F14943-5922-4682-868F-6B4E496527EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C8F14943-5922-4682-868F-6B4E496527EB}.Debug|Any CPU.Build.0 = Debug|Any CPU {C8F14943-5922-4682-868F-6B4E496527EB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {C8F14943-5922-4682-868F-6B4E496527EB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {C8F14943-5922-4682-868F-6B4E496527EB}.Debug|x64.ActiveCfg = Debug|x64 + {C8F14943-5922-4682-868F-6B4E496527EB}.Debug|x64.Build.0 = Debug|x64 {C8F14943-5922-4682-868F-6B4E496527EB}.Debug|x86.ActiveCfg = Debug|Any CPU {C8F14943-5922-4682-868F-6B4E496527EB}.Release|Any CPU.ActiveCfg = Release|Any CPU {C8F14943-5922-4682-868F-6B4E496527EB}.Release|Any CPU.Build.0 = Release|Any CPU {C8F14943-5922-4682-868F-6B4E496527EB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {C8F14943-5922-4682-868F-6B4E496527EB}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {C8F14943-5922-4682-868F-6B4E496527EB}.Release|x64.ActiveCfg = Release|x64 + {C8F14943-5922-4682-868F-6B4E496527EB}.Release|x64.Build.0 = Release|x64 {C8F14943-5922-4682-868F-6B4E496527EB}.Release|x86.ActiveCfg = Release|Any CPU {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Debug|Any CPU.Build.0 = Debug|Any CPU {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Debug|x64.ActiveCfg = Debug|Any CPU {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Debug|x86.ActiveCfg = Debug|Any CPU {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Release|Any CPU.ActiveCfg = Release|Any CPU {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Release|Any CPU.Build.0 = Release|Any CPU {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Release|x64.ActiveCfg = Release|Any CPU {135F6C54-A007-49C2-8AD8-B8D9047935C3}.Release|x86.ActiveCfg = Release|Any CPU {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Debug|Any CPU.ActiveCfg = Debug|x86 {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Debug|x64.ActiveCfg = Debug|x64 + {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Debug|x64.Build.0 = Debug|x64 {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Debug|x86.ActiveCfg = Debug|x86 {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Debug|x86.Build.0 = Debug|x86 {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Release|Any CPU.ActiveCfg = Release|x86 {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Release|Mixed Platforms.ActiveCfg = Release|x86 {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Release|Mixed Platforms.Build.0 = Release|x86 + {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Release|x64.ActiveCfg = Release|x64 + {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Release|x64.Build.0 = Release|x64 {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Release|x86.ActiveCfg = Release|x86 {3D016C6B-8F47-482B-A623-A2B8ED8C832D}.Release|x86.Build.0 = Release|x86 {4259B819-0113-46C1-974B-1A32A999EE5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4259B819-0113-46C1-974B-1A32A999EE5F}.Debug|Any CPU.Build.0 = Debug|Any CPU {4259B819-0113-46C1-974B-1A32A999EE5F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {4259B819-0113-46C1-974B-1A32A999EE5F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {4259B819-0113-46C1-974B-1A32A999EE5F}.Debug|x64.ActiveCfg = Debug|x64 + {4259B819-0113-46C1-974B-1A32A999EE5F}.Debug|x64.Build.0 = Debug|x64 {4259B819-0113-46C1-974B-1A32A999EE5F}.Debug|x86.ActiveCfg = Debug|Any CPU {4259B819-0113-46C1-974B-1A32A999EE5F}.Release|Any CPU.ActiveCfg = Release|Any CPU {4259B819-0113-46C1-974B-1A32A999EE5F}.Release|Any CPU.Build.0 = Release|Any CPU {4259B819-0113-46C1-974B-1A32A999EE5F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {4259B819-0113-46C1-974B-1A32A999EE5F}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {4259B819-0113-46C1-974B-1A32A999EE5F}.Release|x64.ActiveCfg = Release|x64 + {4259B819-0113-46C1-974B-1A32A999EE5F}.Release|x64.Build.0 = Release|x64 {4259B819-0113-46C1-974B-1A32A999EE5F}.Release|x86.ActiveCfg = Release|Any CPU {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Debug|Any CPU.ActiveCfg = Debug|x86 {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Debug|x64.ActiveCfg = Debug|x64 + {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Debug|x64.Build.0 = Debug|x64 {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Debug|x86.ActiveCfg = Debug|x86 {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Debug|x86.Build.0 = Debug|x86 {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Release|Any CPU.ActiveCfg = Release|x86 {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Release|Mixed Platforms.ActiveCfg = Release|x86 {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Release|Mixed Platforms.Build.0 = Release|x86 + {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Release|x64.ActiveCfg = Release|x64 + {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Release|x64.Build.0 = Release|x64 {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Release|x86.ActiveCfg = Release|x86 {6CA6A07E-022B-4044-9DC7-C489E261DBC0}.Release|x86.Build.0 = Release|x86 {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Debug|Any CPU.Build.0 = Debug|Any CPU {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Debug|x64.ActiveCfg = Debug|x64 + {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Debug|x64.Build.0 = Debug|x64 {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Debug|x86.ActiveCfg = Debug|Any CPU {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Release|Any CPU.ActiveCfg = Release|Any CPU {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Release|Any CPU.Build.0 = Release|Any CPU {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Release|x64.ActiveCfg = Release|x64 + {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Release|x64.Build.0 = Release|x64 {99EE0832-C4AF-483A-AF3E-01BA65335C8D}.Release|x86.ActiveCfg = Release|Any CPU {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Debug|Any CPU.Build.0 = Debug|Any CPU {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Debug|x64.ActiveCfg = Debug|x64 + {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Debug|x64.Build.0 = Debug|x64 {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Debug|x86.ActiveCfg = Debug|Any CPU {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Release|Any CPU.ActiveCfg = Release|Any CPU {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Release|Any CPU.Build.0 = Release|Any CPU {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Release|x64.ActiveCfg = Release|x64 + {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Release|x64.Build.0 = Release|x64 {C8B76D2A-9AF5-48EC-8C34-380626FE42D6}.Release|x86.ActiveCfg = Release|Any CPU - {83D745CC-2CA4-4B15-BE02-B57AF5550D86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {83D745CC-2CA4-4B15-BE02-B57AF5550D86}.Debug|Any CPU.Build.0 = Debug|Any CPU - {83D745CC-2CA4-4B15-BE02-B57AF5550D86}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {83D745CC-2CA4-4B15-BE02-B57AF5550D86}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {83D745CC-2CA4-4B15-BE02-B57AF5550D86}.Debug|x86.ActiveCfg = Debug|Any CPU - {83D745CC-2CA4-4B15-BE02-B57AF5550D86}.Release|Any CPU.ActiveCfg = Release|Any CPU - {83D745CC-2CA4-4B15-BE02-B57AF5550D86}.Release|Any CPU.Build.0 = Release|Any CPU - {83D745CC-2CA4-4B15-BE02-B57AF5550D86}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {83D745CC-2CA4-4B15-BE02-B57AF5550D86}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {83D745CC-2CA4-4B15-BE02-B57AF5550D86}.Release|x86.ActiveCfg = Release|Any CPU {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Debug|Any CPU.Build.0 = Debug|Any CPU {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Debug|x64.ActiveCfg = Debug|Any CPU {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Debug|x86.ActiveCfg = Debug|Any CPU {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Release|Any CPU.ActiveCfg = Release|Any CPU {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Release|Any CPU.Build.0 = Release|Any CPU {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Release|x64.ActiveCfg = Release|Any CPU {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32}.Release|x86.ActiveCfg = Release|Any CPU - {E323F4C6-A486-457B-BD45-A09AE244E818}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E323F4C6-A486-457B-BD45-A09AE244E818}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E323F4C6-A486-457B-BD45-A09AE244E818}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {E323F4C6-A486-457B-BD45-A09AE244E818}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {E323F4C6-A486-457B-BD45-A09AE244E818}.Debug|x86.ActiveCfg = Debug|Any CPU - {E323F4C6-A486-457B-BD45-A09AE244E818}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E323F4C6-A486-457B-BD45-A09AE244E818}.Release|Any CPU.Build.0 = Release|Any CPU - {E323F4C6-A486-457B-BD45-A09AE244E818}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {E323F4C6-A486-457B-BD45-A09AE244E818}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {E323F4C6-A486-457B-BD45-A09AE244E818}.Release|x86.ActiveCfg = Release|Any CPU - {99DCE147-39CB-442E-A56E-6AEDB7A2F539}.Debug|Any CPU.ActiveCfg = Debug|x86 - {99DCE147-39CB-442E-A56E-6AEDB7A2F539}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {99DCE147-39CB-442E-A56E-6AEDB7A2F539}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {99DCE147-39CB-442E-A56E-6AEDB7A2F539}.Debug|x86.ActiveCfg = Debug|x86 - {99DCE147-39CB-442E-A56E-6AEDB7A2F539}.Debug|x86.Build.0 = Debug|x86 - {99DCE147-39CB-442E-A56E-6AEDB7A2F539}.Release|Any CPU.ActiveCfg = Release|x86 - {99DCE147-39CB-442E-A56E-6AEDB7A2F539}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {99DCE147-39CB-442E-A56E-6AEDB7A2F539}.Release|Mixed Platforms.Build.0 = Release|x86 - {99DCE147-39CB-442E-A56E-6AEDB7A2F539}.Release|x86.ActiveCfg = Release|x86 - {99DCE147-39CB-442E-A56E-6AEDB7A2F539}.Release|x86.Build.0 = Release|x86 - {410653E3-DE85-4731-809A-8E695EAC4A2F}.Debug|Any CPU.ActiveCfg = Debug|x86 - {410653E3-DE85-4731-809A-8E695EAC4A2F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {410653E3-DE85-4731-809A-8E695EAC4A2F}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {410653E3-DE85-4731-809A-8E695EAC4A2F}.Debug|x86.ActiveCfg = Debug|x86 - {410653E3-DE85-4731-809A-8E695EAC4A2F}.Debug|x86.Build.0 = Debug|x86 - {410653E3-DE85-4731-809A-8E695EAC4A2F}.Release|Any CPU.ActiveCfg = Release|x86 - {410653E3-DE85-4731-809A-8E695EAC4A2F}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {410653E3-DE85-4731-809A-8E695EAC4A2F}.Release|Mixed Platforms.Build.0 = Release|x86 - {410653E3-DE85-4731-809A-8E695EAC4A2F}.Release|x86.ActiveCfg = Release|x86 - {410653E3-DE85-4731-809A-8E695EAC4A2F}.Release|x86.Build.0 = Release|x86 {758DCFE3-FB9A-40CA-9996-4085689B5719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {758DCFE3-FB9A-40CA-9996-4085689B5719}.Debug|Any CPU.Build.0 = Debug|Any CPU {758DCFE3-FB9A-40CA-9996-4085689B5719}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {758DCFE3-FB9A-40CA-9996-4085689B5719}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {758DCFE3-FB9A-40CA-9996-4085689B5719}.Debug|x64.ActiveCfg = Debug|Any CPU {758DCFE3-FB9A-40CA-9996-4085689B5719}.Debug|x86.ActiveCfg = Debug|Any CPU {758DCFE3-FB9A-40CA-9996-4085689B5719}.Release|Any CPU.ActiveCfg = Release|Any CPU {758DCFE3-FB9A-40CA-9996-4085689B5719}.Release|Any CPU.Build.0 = Release|Any CPU {758DCFE3-FB9A-40CA-9996-4085689B5719}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {758DCFE3-FB9A-40CA-9996-4085689B5719}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {758DCFE3-FB9A-40CA-9996-4085689B5719}.Release|x64.ActiveCfg = Release|Any CPU {758DCFE3-FB9A-40CA-9996-4085689B5719}.Release|x86.ActiveCfg = Release|Any CPU {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Debug|Any CPU.Build.0 = Debug|Any CPU {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Debug|x64.ActiveCfg = Debug|Any CPU {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Debug|x86.ActiveCfg = Debug|Any CPU {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Release|Any CPU.ActiveCfg = Release|Any CPU {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Release|Any CPU.Build.0 = Release|Any CPU {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Release|x64.ActiveCfg = Release|Any CPU {0EE769E3-7C0F-431A-A40A-BD97111A4AFF}.Release|x86.ActiveCfg = Release|Any CPU {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Debug|Any CPU.ActiveCfg = Debug|x86 {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Debug|x64.ActiveCfg = Debug|x86 {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Debug|x86.ActiveCfg = Debug|x86 {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Debug|x86.Build.0 = Debug|x86 {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Release|Any CPU.ActiveCfg = Release|x86 {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Release|Mixed Platforms.ActiveCfg = Release|x86 {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Release|Mixed Platforms.Build.0 = Release|x86 + {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Release|x64.ActiveCfg = Release|x86 {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Release|x86.ActiveCfg = Release|x86 {235629AC-26C1-46A1-8ADF-37BCE26A3F68}.Release|x86.Build.0 = Release|x86 {747933AE-0C39-4B9F-9511-CA4080753E9C}.Debug|Any CPU.ActiveCfg = Debug|x86 {747933AE-0C39-4B9F-9511-CA4080753E9C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {747933AE-0C39-4B9F-9511-CA4080753E9C}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {747933AE-0C39-4B9F-9511-CA4080753E9C}.Debug|x64.ActiveCfg = Debug|x86 {747933AE-0C39-4B9F-9511-CA4080753E9C}.Debug|x86.ActiveCfg = Debug|x86 {747933AE-0C39-4B9F-9511-CA4080753E9C}.Debug|x86.Build.0 = Debug|x86 {747933AE-0C39-4B9F-9511-CA4080753E9C}.Release|Any CPU.ActiveCfg = Release|x86 {747933AE-0C39-4B9F-9511-CA4080753E9C}.Release|Mixed Platforms.ActiveCfg = Release|x86 {747933AE-0C39-4B9F-9511-CA4080753E9C}.Release|Mixed Platforms.Build.0 = Release|x86 + {747933AE-0C39-4B9F-9511-CA4080753E9C}.Release|x64.ActiveCfg = Release|x86 {747933AE-0C39-4B9F-9511-CA4080753E9C}.Release|x86.ActiveCfg = Release|x86 {747933AE-0C39-4B9F-9511-CA4080753E9C}.Release|x86.Build.0 = Release|x86 EndGlobalSection @@ -511,33 +564,30 @@ Global EndGlobalSection GlobalSection(NestedProjects) = preSolution {F4F8A43A-8F52-4216-9E5B-E03BCF5D50A8} = {EA838697-6911-4A47-A837-7A64582311B3} + {8608F337-91A1-4260-8A2D-CE7EF0CA45B8} = {6A27BAAB-4D19-40B7-8CA2-8B3CB5FED20C} {FF6504D8-FEDB-4807-AC29-F456B157BC5A} = {EA838697-6911-4A47-A837-7A64582311B3} - {135F6C54-A007-49C2-8AD8-B8D9047935C3} = {EA838697-6911-4A47-A837-7A64582311B3} - {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32} = {EA838697-6911-4A47-A837-7A64582311B3} - {E323F4C6-A486-457B-BD45-A09AE244E818} = {EA838697-6911-4A47-A837-7A64582311B3} - {758DCFE3-FB9A-40CA-9996-4085689B5719} = {EA838697-6911-4A47-A837-7A64582311B3} {BCB53D56-20A1-49F9-A9C0-49229529C77C} = {6A27BAAB-4D19-40B7-8CA2-8B3CB5FED20C} - {8608F337-91A1-4260-8A2D-CE7EF0CA45B8} = {6A27BAAB-4D19-40B7-8CA2-8B3CB5FED20C} - {F992559E-6820-4341-A489-1AF82F9FC8A5} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {0866F140-3BD7-4AA3-9B1C-7096B6721D99} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} + {F992559E-6820-4341-A489-1AF82F9FC8A5} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {20973A51-D353-4F60-802C-7AD3A50989F2} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {7A1F5303-BC4B-4BF6-97AD-E3A524CC1971} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {19A9B3B9-DC75-4A2D-B2AE-C0ABE17EC426} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {B0EEF272-C513-4C91-98DB-045AF4A6672C} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {21D3C04F-6FC7-40F7-9F78-4D35CF9B0783} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {C8F14943-5922-4682-868F-6B4E496527EB} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} + {135F6C54-A007-49C2-8AD8-B8D9047935C3} = {EA838697-6911-4A47-A837-7A64582311B3} {3D016C6B-8F47-482B-A623-A2B8ED8C832D} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {6CA6A07E-022B-4044-9DC7-C489E261DBC0} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {99EE0832-C4AF-483A-AF3E-01BA65335C8D} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {C8B76D2A-9AF5-48EC-8C34-380626FE42D6} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} + {879FD991-DEE4-49CB-B7B0-A6A54A8C4C32} = {EA838697-6911-4A47-A837-7A64582311B3} + {758DCFE3-FB9A-40CA-9996-4085689B5719} = {EA838697-6911-4A47-A837-7A64582311B3} {0EE769E3-7C0F-431A-A40A-BD97111A4AFF} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {235629AC-26C1-46A1-8ADF-37BCE26A3F68} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} {747933AE-0C39-4B9F-9511-CA4080753E9C} = {B78EE688-EC60-4AF6-8E16-C4EFCC7A03D0} - {83D745CC-2CA4-4B15-BE02-B57AF5550D86} = {85494251-E860-4B92-9D77-02A3F7B55503} - {99DCE147-39CB-442E-A56E-6AEDB7A2F539} = {85494251-E860-4B92-9D77-02A3F7B55503} - {410653E3-DE85-4731-809A-8E695EAC4A2F} = {85494251-E860-4B92-9D77-02A3F7B55503} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {DAC26C22-7E7D-47B2-BD85-AA4B246C2C6C} EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35;packages\Unity.2.1.505.0\lib\NET35;packages\Unity.Interception.2.1.505.0\lib\NET35 EndGlobalSection EndGlobal