Index: Migration/Console/src/Migration.Console/Application.cs
===================================================================
diff -u
--- Migration/Console/src/Migration.Console/Application.cs (revision 0)
+++ Migration/Console/src/Migration.Console/Application.cs (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,30 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+namespace Migration.Console
+{
+ public class Application
+ {
+ static void Main(string[] args)
+ {
+ }
+ }
+}
\ No newline at end of file
Index: Migration/Console/src/Migration.Console/Migration.Console.csproj
===================================================================
diff -u
--- Migration/Console/src/Migration.Console/Migration.Console.csproj (revision 0)
+++ Migration/Console/src/Migration.Console/Migration.Console.csproj (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,63 @@
+
+
+
+
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}
+ Exe
+ Properties
+ Migration.Console
+ Migration.Console
+ v4.0
+ 512
+
+
+ true
+ full
+ false
+ DEBUG;TRACE
+ prompt
+
+
+ none
+ true
+ TRACE
+ prompt
+
+
+ TRACE
+ true
+ true
+ pdbonly
+ prompt
+ AllRules.ruleset
+
+
+
+
+
+
+
+
+
+
+
+
+ Properties\GlobalAssembly.cs
+
+
+
+
+
+
+ Copying.licenseheader
+
+
+
+
+
\ No newline at end of file
Index: Migration/Console/src/Migration.Console/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- Migration/Console/src/Migration.Console/Properties/AssemblyInfo.cs (revision 0)
+++ Migration/Console/src/Migration.Console/Properties/AssemblyInfo.cs (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,27 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("Migration.Console")]
+[assembly: AssemblyProduct("Migration.Console")]
+[assembly: Guid("2e2c9b96-e72a-4c10-aa54-a5381fe30b0d")]
\ No newline at end of file
Index: Migration/Console/test/Migration.Console.Test/Migration.Console.Test.csproj
===================================================================
diff -u
--- Migration/Console/test/Migration.Console.Test/Migration.Console.Test.csproj (revision 0)
+++ Migration/Console/test/Migration.Console.Test/Migration.Console.Test.csproj (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,67 @@
+
+
+
+
+ {FC777320-4550-45DF-B31B-C33BA4505AC4}
+ Library
+ Properties
+ Migration.Console.Test
+ Migration.Console.Test
+ v4.0
+ 512
+
+
+ true
+ full
+ false
+ DEBUG;TRACE
+ prompt
+
+
+ none
+ true
+ TRACE
+ prompt
+
+
+ TRACE
+ true
+ true
+ pdbonly
+ prompt
+ AllRules.ruleset
+
+
+
+ ..\..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll
+ True
+
+
+
+
+
+
+
+
+
+
+
+ Properties\GlobalAssembly.cs
+
+
+
+
+
+ Copying.licenseheader
+
+
+
+
+
+
\ No newline at end of file
Index: Migration/Console/test/Migration.Console.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- Migration/Console/test/Migration.Console.Test/Properties/AssemblyInfo.cs (revision 0)
+++ Migration/Console/test/Migration.Console.Test/Properties/AssemblyInfo.cs (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,27 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("Migration.Console.Test")]
+[assembly: AssemblyProduct("Migration.Console.Test")]
+[assembly: Guid("fc777320-4550-45df-b31b-c33ba4505ac4")]
\ No newline at end of file
Index: Migration/Console/test/Migration.Console.Test/packages.config
===================================================================
diff -u
--- Migration/Console/test/Migration.Console.Test/packages.config (revision 0)
+++ Migration/Console/test/Migration.Console.Test/packages.config (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,27 @@
+
+
+
+
+
+
\ No newline at end of file
Index: Migration/Core/src/Migration.Core.Storage/Migration.Core.Storage.csproj
===================================================================
diff -u
--- Migration/Core/src/Migration.Core.Storage/Migration.Core.Storage.csproj (revision 0)
+++ Migration/Core/src/Migration.Core.Storage/Migration.Core.Storage.csproj (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,76 @@
+
+
+
+
+ {EFD7E662-5B69-4B71-A448-565B64E9C033}
+ Library
+ Properties
+ Migration.Core.Storage
+ Migration.Core.Storage
+ v4.0
+ 512
+
+
+
+
+ true
+ full
+ false
+ DEBUG;TRACE
+ prompt
+
+
+ none
+ true
+ TRACE
+ prompt
+
+
+ TRACE
+ true
+ true
+ pdbonly
+ prompt
+ AllRules.ruleset
+
+
+
+
+
+ ..\..\..\..\packages\System.Data.SQLite.Core.1.0.104.0\lib\net40\System.Data.SQLite.dll
+ True
+
+
+
+
+
+
+
+
+
+ Properties\GlobalAssembly.cs
+
+
+
+
+
+ Copying.licenseheader
+
+
+
+
+
+
+
+ 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
Index: Migration/Core/src/Migration.Core.Storage/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- Migration/Core/src/Migration.Core.Storage/Properties/AssemblyInfo.cs (revision 0)
+++ Migration/Core/src/Migration.Core.Storage/Properties/AssemblyInfo.cs (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,27 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("Migration.Core.Storage")]
+[assembly: AssemblyProduct("Migration.Core.Storage")]
+[assembly: Guid("efd7e662-5b69-4b71-a448-565b64e9c033")]
\ No newline at end of file
Index: Migration/Core/src/Migration.Core.Storage/packages.config
===================================================================
diff -u
--- Migration/Core/src/Migration.Core.Storage/packages.config (revision 0)
+++ Migration/Core/src/Migration.Core.Storage/packages.config (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,27 @@
+
+
+
+
+
+
\ No newline at end of file
Index: Migration/Core/test/Migration.Core.Storage.Test/Migration.Core.Storage.Test.csproj
===================================================================
diff -u
--- Migration/Core/test/Migration.Core.Storage.Test/Migration.Core.Storage.Test.csproj (revision 0)
+++ Migration/Core/test/Migration.Core.Storage.Test/Migration.Core.Storage.Test.csproj (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,80 @@
+
+
+
+
+ {01776D8B-4BAC-444C-B566-5E398088BDFC}
+ Library
+ Properties
+ Migration.Core.Storage.Test
+ Migration.Core.Storage.Test
+ v4.0
+ 512
+
+
+
+
+ true
+ full
+ false
+ DEBUG;TRACE
+ prompt
+
+
+ none
+ true
+ TRACE
+ prompt
+
+
+ TRACE
+ true
+ true
+ pdbonly
+ prompt
+ AllRules.ruleset
+
+
+
+ ..\..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll
+ True
+
+
+
+
+ ..\..\..\..\packages\System.Data.SQLite.Core.1.0.104.0\lib\net40\System.Data.SQLite.dll
+ True
+
+
+
+
+
+
+
+
+
+ Properties\GlobalAssembly.cs
+
+
+
+
+
+ Copying.licenseheader
+
+
+
+
+
+
+
+ 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
Index: Migration/Core/test/Migration.Core.Storage.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- Migration/Core/test/Migration.Core.Storage.Test/Properties/AssemblyInfo.cs (revision 0)
+++ Migration/Core/test/Migration.Core.Storage.Test/Properties/AssemblyInfo.cs (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,27 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("Migration.Core.Storage.Test")]
+[assembly: AssemblyProduct("Migration.Core.Storage.Test")]
+[assembly: Guid("01776d8b-4bac-444c-b566-5e398088bdfc")]
\ No newline at end of file
Index: Migration/Core/test/Migration.Core.Storage.Test/packages.config
===================================================================
diff -u
--- Migration/Core/test/Migration.Core.Storage.Test/packages.config (revision 0)
+++ Migration/Core/test/Migration.Core.Storage.Test/packages.config (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -0,0 +1,27 @@
+
+
+
+
+
+
\ No newline at end of file
Index: Ringtoets.sln
===================================================================
diff -u -r7f0a6756b86afe8ddf80bd4a903a6d56ddd2c38e -r14e971c5493a0ba1d613b99ee9cb18217ac0995f
--- Ringtoets.sln (.../Ringtoets.sln) (revision 7f0a6756b86afe8ddf80bd4a903a6d56ddd2c38e)
+++ Ringtoets.sln (.../Ringtoets.sln) (revision 14e971c5493a0ba1d613b99ee9cb18217ac0995f)
@@ -1266,6 +1266,46 @@
{C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC}
EndProjectSection
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Migration", "Migration", "{A2B213E7-956A-4EF9-B818-3638E713A6EB}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Console", "Console", "{AAB5F9AE-1226-4AD9-B3E8-C1357CE9A2AB}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{83EDE258-C4BA-4A8B-86B6-260CE4886379}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{700644CA-9622-41CB-AEFB-7530B90FBF92}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{E2B36C83-4F78-470E-ACE9-A85062B1730D}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D9AECF65-3C42-4E67-ACEC-8F40630B0E84}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{1154DEBF-0456-470C-971D-9B7882D4252A}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{2ADB7F7E-443A-4BEB-ACC0-2D343B4B1656}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{19834E97-BB19-4755-A652-814E48BA433E}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FA7A737E-D2DB-4AD4-94CC-E3EFF242C485}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migration.Console", "Migration\Console\src\Migration.Console\Migration.Console.csproj", "{2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC}
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migration.Console.Test", "Migration\Console\test\Migration.Console.Test\Migration.Console.Test.csproj", "{FC777320-4550-45DF-B31B-C33BA4505AC4}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC}
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migration.Core.Storage", "Migration\Core\src\Migration.Core.Storage\Migration.Core.Storage.csproj", "{EFD7E662-5B69-4B71-A448-565B64E9C033}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC}
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migration.Core.Storage.Test", "Migration\Core\test\Migration.Core.Storage.Test\Migration.Core.Storage.Test.csproj", "{01776D8B-4BAC-444C-B566-5E398088BDFC}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CreateInstaller|x86 = CreateInstaller|x86
@@ -3175,6 +3215,42 @@
{5C7B636B-BCEA-48AB-B73D-E5A89CB25909}.Release|x86.Build.0 = Release|x86
{5C7B636B-BCEA-48AB-B73D-E5A89CB25909}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
{5C7B636B-BCEA-48AB-B73D-E5A89CB25909}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}.CreateInstaller|x86.ActiveCfg = Release|x86
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}.CreateInstaller|x86.Build.0 = Release|x86
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}.Debug|x86.ActiveCfg = Debug|x86
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}.Debug|x86.Build.0 = Debug|x86
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}.Release|x86.ActiveCfg = Release|x86
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}.Release|x86.Build.0 = Release|x86
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
+ {FC777320-4550-45DF-B31B-C33BA4505AC4}.CreateInstaller|x86.ActiveCfg = Release|x86
+ {FC777320-4550-45DF-B31B-C33BA4505AC4}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86
+ {FC777320-4550-45DF-B31B-C33BA4505AC4}.Debug|x86.ActiveCfg = Debug|x86
+ {FC777320-4550-45DF-B31B-C33BA4505AC4}.Debug|x86.Build.0 = Debug|x86
+ {FC777320-4550-45DF-B31B-C33BA4505AC4}.Release|x86.ActiveCfg = Release|x86
+ {FC777320-4550-45DF-B31B-C33BA4505AC4}.Release|x86.Build.0 = Release|x86
+ {FC777320-4550-45DF-B31B-C33BA4505AC4}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
+ {FC777320-4550-45DF-B31B-C33BA4505AC4}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
+ {EFD7E662-5B69-4B71-A448-565B64E9C033}.CreateInstaller|x86.ActiveCfg = Release|x86
+ {EFD7E662-5B69-4B71-A448-565B64E9C033}.CreateInstaller|x86.Build.0 = Release|x86
+ {EFD7E662-5B69-4B71-A448-565B64E9C033}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86
+ {EFD7E662-5B69-4B71-A448-565B64E9C033}.CreateInstallerWithDemoProject|x86.Build.0 = Release|x86
+ {EFD7E662-5B69-4B71-A448-565B64E9C033}.Debug|x86.ActiveCfg = Debug|x86
+ {EFD7E662-5B69-4B71-A448-565B64E9C033}.Debug|x86.Build.0 = Debug|x86
+ {EFD7E662-5B69-4B71-A448-565B64E9C033}.Release|x86.ActiveCfg = Release|x86
+ {EFD7E662-5B69-4B71-A448-565B64E9C033}.Release|x86.Build.0 = Release|x86
+ {EFD7E662-5B69-4B71-A448-565B64E9C033}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
+ {EFD7E662-5B69-4B71-A448-565B64E9C033}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
+ {01776D8B-4BAC-444C-B566-5E398088BDFC}.CreateInstaller|x86.ActiveCfg = Release|x86
+ {01776D8B-4BAC-444C-B566-5E398088BDFC}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86
+ {01776D8B-4BAC-444C-B566-5E398088BDFC}.Debug|x86.ActiveCfg = Debug|x86
+ {01776D8B-4BAC-444C-B566-5E398088BDFC}.Debug|x86.Build.0 = Debug|x86
+ {01776D8B-4BAC-444C-B566-5E398088BDFC}.Release|x86.ActiveCfg = Release|x86
+ {01776D8B-4BAC-444C-B566-5E398088BDFC}.Release|x86.Build.0 = Release|x86
+ {01776D8B-4BAC-444C-B566-5E398088BDFC}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
+ {01776D8B-4BAC-444C-B566-5E398088BDFC}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -3450,6 +3526,19 @@
{356EC744-8AFD-462B-B4C3-FF81F5D94EB9} = {FED0898A-BA03-4FBC-8F99-87817B34557B}
{7BE6B522-02E3-4143-8508-C021A211DE54} = {FED0898A-BA03-4FBC-8F99-87817B34557B}
{5C7B636B-BCEA-48AB-B73D-E5A89CB25909} = {FED0898A-BA03-4FBC-8F99-87817B34557B}
+ {AAB5F9AE-1226-4AD9-B3E8-C1357CE9A2AB} = {A2B213E7-956A-4EF9-B818-3638E713A6EB}
+ {83EDE258-C4BA-4A8B-86B6-260CE4886379} = {AAB5F9AE-1226-4AD9-B3E8-C1357CE9A2AB}
+ {700644CA-9622-41CB-AEFB-7530B90FBF92} = {AAB5F9AE-1226-4AD9-B3E8-C1357CE9A2AB}
+ {E2B36C83-4F78-470E-ACE9-A85062B1730D} = {A2B213E7-956A-4EF9-B818-3638E713A6EB}
+ {D9AECF65-3C42-4E67-ACEC-8F40630B0E84} = {E2B36C83-4F78-470E-ACE9-A85062B1730D}
+ {1154DEBF-0456-470C-971D-9B7882D4252A} = {E2B36C83-4F78-470E-ACE9-A85062B1730D}
+ {2ADB7F7E-443A-4BEB-ACC0-2D343B4B1656} = {A2B213E7-956A-4EF9-B818-3638E713A6EB}
+ {19834E97-BB19-4755-A652-814E48BA433E} = {2ADB7F7E-443A-4BEB-ACC0-2D343B4B1656}
+ {FA7A737E-D2DB-4AD4-94CC-E3EFF242C485} = {2ADB7F7E-443A-4BEB-ACC0-2D343B4B1656}
+ {2E2C9B96-E72A-4C10-AA54-A5381FE30B0D} = {83EDE258-C4BA-4A8B-86B6-260CE4886379}
+ {FC777320-4550-45DF-B31B-C33BA4505AC4} = {700644CA-9622-41CB-AEFB-7530B90FBF92}
+ {EFD7E662-5B69-4B71-A448-565B64E9C033} = {D9AECF65-3C42-4E67-ACEC-8F40630B0E84}
+ {01776D8B-4BAC-444C-B566-5E398088BDFC} = {1154DEBF-0456-470C-971D-9B7882D4252A}
EndGlobalSection
GlobalSection(TextTemplating) = postSolution
TextTemplating = 1