Skip to content

Commit

Permalink
Added the readme and license files to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
DGH2112 committed Dec 1, 2018
1 parent e8a2778 commit 6669782
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions IDEExplorer.dproj
Expand Up @@ -117,6 +117,8 @@
<DCCReference Include="Source\IDEExplorer.AboutBox.pas"/>
<None Include="Source\CompilerDefinitions.inc"/>
<None Include="Source\LibrarySuffixes.inc"/>
<None Include="License.md"/>
<None Include="README.md"/>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
Expand Down
4 changes: 2 additions & 2 deletions IDEExplorer.ithelper
Expand Up @@ -8,7 +8,7 @@ CompileWithBRCC32=0
MajorVer=2
MinorVer=0
ReleaseVer=2
BuildVer=573
BuildVer=575
ResourceName=IDEExplorerITHVerInfo
WarnBefore=0
WarnAfter=0
Expand All @@ -23,7 +23,7 @@ ExclusionFiles=
[VersionInfo]
CompanyName=Season's Fall Music
FileDescription=IDEExplorer: A package to allow you to browser the internal fields, properties, methods and events of the IDE
FileVersion=2.0.2.573
FileVersion=2.0.2.575
InternalName=IDEExplorer
LegalCopyright=Season's Fall Music
LegalTrademarks=Season's Fall Music
Expand Down
6 changes: 3 additions & 3 deletions IDEExplorerITHVerInfo.RC
@@ -1,8 +1,8 @@
LANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US

1 VERSIONINFO LOADONCALL MOVEABLE DISCARDABLE IMPURE
FILEVERSION 2, 0, 2, 572
PRODUCTVERSION 2, 0, 2, 572
FILEVERSION 2, 0, 2, 574
PRODUCTVERSION 2, 0, 2, 574
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
Expand All @@ -13,7 +13,7 @@ FILETYPE VFT_APP
{
VALUE "CompanyName", "Season's Fall Music\000"
VALUE "FileDescription", "IDEExplorer: A package to allow you to browser the internal fields, properties, methods and events of the IDE\000"
VALUE "FileVersion", "2.0.2.572\000"
VALUE "FileVersion", "2.0.2.574\000"
VALUE "InternalName", "IDEExplorer\000"
VALUE "LegalCopyright", "Season's Fall Music\000"
VALUE "LegalTrademarks", "Season's Fall Music\000"
Expand Down
Binary file modified IDEExplorerITHVerInfo.res
Binary file not shown.

0 comments on commit 6669782

Please sign in to comment.