Index: DamClients/DamUI/trunk/src/Dam.sln =================================================================== diff -u -r1517 -r1518 --- DamClients/DamUI/trunk/src/Dam.sln (.../Dam.sln) (revision 1517) +++ DamClients/DamUI/trunk/src/Dam.sln (.../Dam.sln) (revision 1518) @@ -95,6 +95,8 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DamClientsLibrary", "DamClientsLibrary", "{F6A85256-50BA-4E97-8E3C-D8D488DFAF44}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamClientsLibrary.Version", "DamClientsLibrary\Deltares.DamClientsLibrary.Version\Deltares.DamClientsLibrary.Version.csproj", "{48691761-637B-4EFF-A04C-2047E5FA9843}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x86 = Debug|x86 @@ -163,6 +165,10 @@ {E0820F33-3929-493D-821D-95E755F87D0B}.Debug|x86.Build.0 = Debug|x86 {E0820F33-3929-493D-821D-95E755F87D0B}.Release|x86.ActiveCfg = Release|x86 {E0820F33-3929-493D-821D-95E755F87D0B}.Release|x86.Build.0 = Release|x86 + {48691761-637B-4EFF-A04C-2047E5FA9843}.Debug|x86.ActiveCfg = Debug|x86 + {48691761-637B-4EFF-A04C-2047E5FA9843}.Debug|x86.Build.0 = Debug|x86 + {48691761-637B-4EFF-A04C-2047E5FA9843}.Release|x86.ActiveCfg = Release|x86 + {48691761-637B-4EFF-A04C-2047E5FA9843}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -189,5 +195,6 @@ {F1CD9620-15CF-41F8-AF70-5AE004A50F60} = {F6A85256-50BA-4E97-8E3C-D8D488DFAF44} {E0820F33-3929-493D-821D-95E755F87D0B} = {62CC2363-893F-4ECD-BCD6-AA7150AD6918} {F6A85256-50BA-4E97-8E3C-D8D488DFAF44} = {31A32A36-649A-41A8-9F43-6A6193C04770} + {48691761-637B-4EFF-A04C-2047E5FA9843} = {F6A85256-50BA-4E97-8E3C-D8D488DFAF44} EndGlobalSection EndGlobal Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.DamClientsLibrary.Version/Deltares.DamClientsLibrary.Version.csproj =================================================================== diff -u --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.DamClientsLibrary.Version/Deltares.DamClientsLibrary.Version.csproj (revision 0) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.DamClientsLibrary.Version/Deltares.DamClientsLibrary.Version.csproj (revision 1518) @@ -0,0 +1,63 @@ + + + + + Debug + AnyCPU + {48691761-637B-4EFF-A04C-2047E5FA9843} + Library + Properties + Deltares.DamClientsLibrary.Version + Deltares.DamClientsLibrary.Version + v4.5 + 512 + + + true + ..\..\bin\Debug\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + + + ..\..\bin\Release\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + + + + + + + + + + + + + + + + + Copying.GPL.licenseheader + + + + + + "$(ProjectDir)..\..\..\utils\svn_insert_version.cmd" "$(ProjectDir)" GlobalAssembly.cs.svn GlobalAssembly.cs + + + \ No newline at end of file Index: DamClients/DamUI/trunk/src/Deltares.Dam.Version/Properties/AssemblyInfo.cs =================================================================== diff -u -r887 -r1518 --- DamClients/DamUI/trunk/src/Deltares.Dam.Version/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 887) +++ DamClients/DamUI/trunk/src/Deltares.Dam.Version/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 1518) @@ -2,6 +2,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("Deltares.Dam.Version")] +[assembly: AssemblyDescription("")] [assembly: ComVisible(false)] [assembly: Guid("e5fbe34e-740d-42aa-ad11-431a23eef6ca")] Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.DamClientsLibrary.Version/Properties/AssemblyInfo.cs =================================================================== diff -u --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.DamClientsLibrary.Version/Properties/AssemblyInfo.cs (revision 0) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.DamClientsLibrary.Version/Properties/AssemblyInfo.cs (revision 1518) @@ -0,0 +1,28 @@ +// Copyright (C) Stichting Deltares 2018. All rights reserved. +// +// This file is part of the application DAM - UI. +// +// DAM - UI 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("Deltares.DamClientsLibrary.Version")] +[assembly: AssemblyDescription("")] +[assembly: ComVisible(false)] +[assembly: Guid("48691761-637b-4eff-a04c-2047e5fa9843")] Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.DamClientsLibrary.Version/GlobalAssembly.cs.svn =================================================================== diff -u --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.DamClientsLibrary.Version/GlobalAssembly.cs.svn (revision 0) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.DamClientsLibrary.Version/GlobalAssembly.cs.svn (revision 1518) @@ -0,0 +1,13 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Deltares")] +[assembly: AssemblyCopyright("Copyright © Deltares 2018")] +[assembly: AssemblyProduct("DAM (Dijksterkte Analyse Module)")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +[assembly: AssemblyVersion("18.1.0.SVNREV")] +[assembly: AssemblyFileVersion("18.1.0.SVNREV")] \ No newline at end of file Index: DamClients/DamUI/trunk/src/DamClientsLibrary/build/Deltares.DamClientsLibrary.Version.targets =================================================================== diff -u --- DamClients/DamUI/trunk/src/DamClientsLibrary/build/Deltares.DamClientsLibrary.Version.targets (revision 0) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/build/Deltares.DamClientsLibrary.Version.targets (revision 1518) @@ -0,0 +1,35 @@ + + + + Debug + x86 + Library + true + $(MSBuildThisFileDirectory) + $(SolutionDir)\bin\$(Configuration)\ + $(OutputPath) + x86 + v4.5 + 4 + 512 + true + Properties + prompt + MinimumRecommendedRules.ruleset + + + DEBUG;TRACE + full + + + TRACE + pdbonly + none + + + + + GlobalAssembly.cs + + + \ No newline at end of file Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Maps/Deltares.Maps.csproj =================================================================== diff -u -r1516 -r1518 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Maps/Deltares.Maps.csproj (.../Deltares.Maps.csproj) (revision 1516) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Maps/Deltares.Maps.csproj (.../Deltares.Maps.csproj) (revision 1518) @@ -139,7 +139,7 @@ - + Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Deltares.Dam.Data.csproj =================================================================== diff -u -r1515 -r1518 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Deltares.Dam.Data.csproj (.../Deltares.Dam.Data.csproj) (revision 1515) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Deltares.Dam.Data.csproj (.../Deltares.Dam.Data.csproj) (revision 1518) @@ -459,7 +459,7 @@ - +