Index: dam engine/trunk/src/DamEngine.sln =================================================================== diff -u -r399 -r400 --- dam engine/trunk/src/DamEngine.sln (.../DamEngine.sln) (revision 399) +++ dam engine/trunk/src/DamEngine.sln (.../DamEngine.sln) (revision 400) @@ -13,6 +13,8 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3888E604-1A01-474C-885B-B9BBC19054D4}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamEgine.Io", "Deltares.DamEgine.Io\Deltares.DamEgine.Io.csproj", "{1560A423-F338-4DEC-8583-1DFF7077F104}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x86 = Debug|x86 @@ -35,6 +37,10 @@ {B7A49C1A-1C91-4D72-ABA9-9FBAC2509D8E}.Debug|x86.Build.0 = Debug|x86 {B7A49C1A-1C91-4D72-ABA9-9FBAC2509D8E}.Release|x86.ActiveCfg = Release|x86 {B7A49C1A-1C91-4D72-ABA9-9FBAC2509D8E}.Release|x86.Build.0 = Release|x86 + {1560A423-F338-4DEC-8583-1DFF7077F104}.Debug|x86.ActiveCfg = Debug|x86 + {1560A423-F338-4DEC-8583-1DFF7077F104}.Debug|x86.Build.0 = Debug|x86 + {1560A423-F338-4DEC-8583-1DFF7077F104}.Release|x86.ActiveCfg = Release|x86 + {1560A423-F338-4DEC-8583-1DFF7077F104}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE Index: dam engine/trunk/src/Deltares.DamEgine.Io/Serialization.cs =================================================================== diff -u --- dam engine/trunk/src/Deltares.DamEgine.Io/Serialization.cs (revision 0) +++ dam engine/trunk/src/Deltares.DamEgine.Io/Serialization.cs (revision 400) @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Deltares.DamEgine.Io +{ + public class Serialization + { + } +} Index: dam engine/trunk/src/Deltares.DamEgine.Io/Properties/AssemblyInfo.cs.svn =================================================================== diff -u --- dam engine/trunk/src/Deltares.DamEgine.Io/Properties/AssemblyInfo.cs.svn (revision 0) +++ dam engine/trunk/src/Deltares.DamEgine.Io/Properties/AssemblyInfo.cs.svn (revision 400) @@ -0,0 +1,17 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +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("Deltares.DamEngine.Io")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] + +[assembly: ComVisible(false)] + +[assembly: Guid("750464a3-cbfa-429f-920e-b430867f1120")] + +[assembly: AssemblyVersion("17.1.0.SVNREV")] +[assembly: AssemblyFileVersion("17.1.0.SVNREV")] Index: dam engine/trunk/src/Deltares.DamEgine.Io/Deltares.DamEgine.Io.csproj =================================================================== diff -u --- dam engine/trunk/src/Deltares.DamEgine.Io/Deltares.DamEgine.Io.csproj (revision 0) +++ dam engine/trunk/src/Deltares.DamEgine.Io/Deltares.DamEgine.Io.csproj (revision 400) @@ -0,0 +1,64 @@ + + + + + Debug + AnyCPU + {1560A423-F338-4DEC-8583-1DFF7077F104} + Library + Properties + Deltares.DamEgine.Io + Deltares.DamEgine.Io + v4.5 + 512 + + + true + ..\bin\Debug\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + + + ..\bin\Release\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + + + + + + + + + + + + + + Properties\GlobalAssemblyInfo.cs + + + + + + + + + + "$(ProjectDir)..\..\utils\svn_insert_version.cmd" "$(ProjectDir)Properties" + + + \ No newline at end of file