Index: DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/App.config
===================================================================
diff -u
--- DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/App.config (revision 0)
+++ DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/App.config (revision 1313)
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
\ No newline at end of file
Index: DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/Properties/AssemblyInfo.cs (revision 0)
+++ DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/Properties/AssemblyInfo.cs (revision 1313)
@@ -0,0 +1,29 @@
+// Copyright (C) Stichting Deltares 2018. All rights reserved.
+//
+// This file is part of the Dam Engine.
+//
+// The Dam Engine is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero 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("Deltares.DamEngine.ConsoleRunner")]
+[assembly: AssemblyProduct("Deltares.DamEngine.ConsoleRunner")]
+[assembly: ComVisible(false)]
+[assembly: Guid("75d4440a-4e1f-4b15-8754-20c11ef3a222")]
+
Index: DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/Deltares.DamEngine.ConsoleRunner.csproj
===================================================================
diff -u
--- DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/Deltares.DamEngine.ConsoleRunner.csproj (revision 0)
+++ DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/Deltares.DamEngine.ConsoleRunner.csproj (revision 1313)
@@ -0,0 +1,46 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {75D4440A-4E1F-4B15-8754-20C11EF3A222}
+ Exe
+ Properties
+ Deltares.DamEngine.ConsoleRunner
+ Deltares.DamEngine.ConsoleRunner
+ v4.5
+ 512
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Copying.AGPL.licenseheader
+
+
+
+
+
+
\ No newline at end of file
Index: DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/Program.cs
===================================================================
diff -u
--- DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/Program.cs (revision 0)
+++ DamEngine/trunk/src/Deltares.DamEngine.ConsoleRunner/Program.cs (revision 1313)
@@ -0,0 +1,30 @@
+// Copyright (C) Stichting Deltares 2018. All rights reserved.
+//
+// This file is part of the Dam Engine.
+//
+// The Dam Engine is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero 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 Deltares.DamEngine.ConsoleRunner
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ }
+ }
+}
Index: DamEngine/trunk/src/DamEngine.sln
===================================================================
diff -u -r877 -r1313
--- DamEngine/trunk/src/DamEngine.sln (.../DamEngine.sln) (revision 877)
+++ DamEngine/trunk/src/DamEngine.sln (.../DamEngine.sln) (revision 1313)
@@ -54,6 +54,8 @@
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamEngine.Version", "Deltares.DamEngine.Version\Deltares.DamEngine.Version.csproj", "{4F235915-BF77-427C-9F8F-F2F05242C764}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamEngine.ConsoleRunner", "Deltares.DamEngine.ConsoleRunner\Deltares.DamEngine.ConsoleRunner.csproj", "{75D4440A-4E1F-4B15-8754-20C11EF3A222}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
@@ -100,6 +102,10 @@
{4F235915-BF77-427C-9F8F-F2F05242C764}.Debug|x86.Build.0 = Debug|x86
{4F235915-BF77-427C-9F8F-F2F05242C764}.Release|x86.ActiveCfg = Release|x86
{4F235915-BF77-427C-9F8F-F2F05242C764}.Release|x86.Build.0 = Release|x86
+ {75D4440A-4E1F-4B15-8754-20C11EF3A222}.Debug|x86.ActiveCfg = Debug|x86
+ {75D4440A-4E1F-4B15-8754-20C11EF3A222}.Debug|x86.Build.0 = Debug|x86
+ {75D4440A-4E1F-4B15-8754-20C11EF3A222}.Release|x86.ActiveCfg = Release|x86
+ {75D4440A-4E1F-4B15-8754-20C11EF3A222}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE