Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Adjusted build number to 1.0.0.1. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
074ec770b0c51069ecd3a994fe26012f |
User & Date: | MCO 2014-09-08 12:30:29.250 |
Context
2014-10-08
| ||
17:58 | Let the main form handle Application.OnException (make all forms normal again, i.e. not topmost, then terminate) and Application.OnDeactivate (terminate). Added a readme with version history (in Dutch). check-in: 9bd44452aa user: tinus tags: 1.0.1.0, release, trunk | |
2014-09-08
| ||
12:30 | Adjusted build number to 1.0.0.1. check-in: 074ec770b0 user: MCO tags: trunk | |
12:26 | Disabled config form; it's not really necessary anyway. check-in: c55b899d8b user: MCO tags: trunk | |
Changes
Changes to src/ssdatum.dproj.
︙ | ︙ | |||
42 43 44 45 46 47 48 49 50 51 52 53 54 55 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> <Cfg_2_Win32>true</Cfg_2_Win32> <CfgParent>Cfg_2</CfgParent> <Cfg_2>true</Cfg_2> <Base>true</Base> </PropertyGroup> <PropertyGroup Condition="'$(Base)'!=''"> <SanitizedProjectName>ssdatum</SanitizedProjectName> <DCC_SYMBOL_PLATFORM>false</DCC_SYMBOL_PLATFORM> <VerInfo_Locale>1043</VerInfo_Locale> <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace> <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> <DCC_UNIT_PLATFORM>false</DCC_UNIT_PLATFORM> <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> | > > | | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> <Cfg_2_Win32>true</Cfg_2_Win32> <CfgParent>Cfg_2</CfgParent> <Cfg_2>true</Cfg_2> <Base>true</Base> </PropertyGroup> <PropertyGroup Condition="'$(Base)'!=''"> <VerInfo_Build>1</VerInfo_Build> <OutputExt>.scr</OutputExt> <SanitizedProjectName>ssdatum</SanitizedProjectName> <DCC_SYMBOL_PLATFORM>false</DCC_SYMBOL_PLATFORM> <VerInfo_Locale>1043</VerInfo_Locale> <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace> <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> <DCC_UNIT_PLATFORM>false</DCC_UNIT_PLATFORM> <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> <VerInfo_Keys>CompanyName=Martijn Coppoolse;FileDescription=Simple Date Screen Saver;FileVersion=1.0.0.1;InternalName=ssDatum;LegalCopyright=© Martijn Coppoolse;LegalTrademarks=;OriginalFilename=ssDatum.scr;ProductName=Eenvoudige datumschermbeveiliging;ProductVersion=1.0.0.1;Comments=</VerInfo_Keys> <DCC_DcuOutput>..\out\DCU\$(Platform)\$(Config)</DCC_DcuOutput> <DCC_ExeOutput>..\out\$(Platform)\$(Config)</DCC_ExeOutput> <DCC_E>false</DCC_E> <DCC_N>false</DCC_N> <DCC_S>false</DCC_S> <DCC_F>false</DCC_F> <DCC_K>false</DCC_K> |
︙ | ︙ |