Index: Core/Components/test/Core.Components.Gis.IO.Test/Core.Components.Gis.IO.Test.csproj =================================================================== diff -u --- Core/Components/test/Core.Components.Gis.IO.Test/Core.Components.Gis.IO.Test.csproj (revision 0) +++ Core/Components/test/Core.Components.Gis.IO.Test/Core.Components.Gis.IO.Test.csproj (revision bdbc3d5094b414124b4ac96774ac8ddfd07cf336) @@ -0,0 +1,87 @@ + + + + Debug + x86 + {2A542599-87A4-4BDE-8BE1-8C77D178E5E4} + Library + Properties + Core.Components.Gis.IO.Test + Core.Components.Gis.IO.Test + v4.0 + 512 + + + x86 + bin\Debug\ + false + DEBUG;TRACE + full + + + x86 + bin\Release\ + TRACE + true + + + bin\ReleaseForCodeCoverage\ + TRACE + true + x86 + MinimumRecommendedRules.ruleset + pdbonly + + + + ..\..\..\..\packages\DotSpatial.Data.1.7\lib\net40-Client\DotSpatial.Data.dll + True + + + ..\..\..\..\packages\DotSpatial.Mono.1.7\lib\net40-Client\DotSpatial.Mono.dll + True + + + ..\..\..\..\packages\DotSpatial.Projections.1.7\lib\net40-Client\DotSpatial.Projections.dll + True + + + ..\..\..\..\packages\DotSpatial.Serialization.1.7\lib\net40-Client\DotSpatial.Serialization.dll + True + + + ..\..\..\..\packages\DotSpatial.Topology.1.7\lib\net40-Client\DotSpatial.Topology.dll + True + + + ..\..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll + True + + + + + + + + + + {fd264fad-e6f9-47cc-97cd-770199a8e629} + Core.Components.Gis.IO + + + {318ba582-88c9-4816-a54a-a7e431461de3} + Core.Components.Gis + + + + + + + + \ No newline at end of file Index: Core/Components/test/Core.Components.Gis.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u --- Core/Components/test/Core.Components.Gis.IO.Test/Properties/AssemblyInfo.cs (revision 0) +++ Core/Components/test/Core.Components.Gis.IO.Test/Properties/AssemblyInfo.cs (revision bdbc3d5094b414124b4ac96774ac8ddfd07cf336) @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Core.Components.Gis.IO.Test")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Deltares")] +[assembly: AssemblyProduct("Core.Components.Gis.IO.Test")] +[assembly: AssemblyCopyright("Copyright © Deltares 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("ff511bf2-0dd9-4a4c-bc00-10cd2333dc69")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] Index: Core/Components/test/Core.Components.Gis.IO.Test/packages.config =================================================================== diff -u --- Core/Components/test/Core.Components.Gis.IO.Test/packages.config (revision 0) +++ Core/Components/test/Core.Components.Gis.IO.Test/packages.config (revision bdbc3d5094b414124b4ac96774ac8ddfd07cf336) @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file Index: Ringtoets.sln =================================================================== diff -u -r5fd8bf3258c1096c0b7fd950240068ba85db559e -rbdbc3d5094b414124b4ac96774ac8ddfd07cf336 --- Ringtoets.sln (.../Ringtoets.sln) (revision 5fd8bf3258c1096c0b7fd950240068ba85db559e) +++ Ringtoets.sln (.../Ringtoets.sln) (revision bdbc3d5094b414124b4ac96774ac8ddfd07cf336) @@ -246,6 +246,8 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Components.Gis.IO", "Core\Components\src\Core.Components.Gis.IO\Core.Components.Gis.IO.csproj", "{FD264FAD-E6F9-47CC-97CD-770199A8E629}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Components.Gis.IO.Test", "Core\Components\test\Core.Components.Gis.IO.Test\Core.Components.Gis.IO.Test.csproj", "{2A542599-87A4-4BDE-8BE1-8C77D178E5E4}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution CreateInstaller|x86 = CreateInstaller|x86 @@ -939,6 +941,14 @@ {FD264FAD-E6F9-47CC-97CD-770199A8E629}.Release|x86.Build.0 = Release|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {FD264FAD-E6F9-47CC-97CD-770199A8E629}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 + {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.CreateInstaller|x86.ActiveCfg = Release|x86 + {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 + {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Debug|x86.ActiveCfg = Debug|x86 + {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Debug|x86.Build.0 = Debug|x86 + {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Release|x86.ActiveCfg = Release|x86 + {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.Release|x86.Build.0 = Release|x86 + {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {2A542599-87A4-4BDE-8BE1-8C77D178E5E4}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -1037,6 +1047,7 @@ {9B6F3987-EAF7-4733-80C1-3DCAB44D87AE} = {D9DC93FF-DCF3-44A4-9193-9911966CDFF4} {CCA12632-92B8-46DB-A3CA-E3C7C92B1AB0} = {D9DC93FF-DCF3-44A4-9193-9911966CDFF4} {73AB8619-65A0-4CC7-9024-A8D08C76FBF5} = {D9DC93FF-DCF3-44A4-9193-9911966CDFF4} + {2A542599-87A4-4BDE-8BE1-8C77D178E5E4} = {D9DC93FF-DCF3-44A4-9193-9911966CDFF4} {594C5C6D-5833-4E1C-9F30-13A202628EEF} = {EE8D5A6C-4871-452A-A69B-F04E374D715E} {555F3460-DD3D-4B1D-8319-0AA454050FF7} = {EC6E52A5-2BB1-4080-9784-5DC8D0B08ED3} {F2C4C4F7-4058-4E71-859B-D704F15D2745} = {555F3460-DD3D-4B1D-8319-0AA454050FF7}