Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matortheeternal committed Feb 7, 2019
1 parent d18a2ba commit b711e37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion XEditLib.dpr
Expand Up @@ -32,7 +32,6 @@ uses
wbHelpers in 'lib\xedit\wbHelpers.pas',
wbLocalization in 'lib\xedit\wbLocalization.pas',
wbStreams in 'lib\xedit\wbStreams.pas',
wbBSArchive in 'lib\BSArch\wbBSArchive.pas',
Argo in 'lib\Argo\Argo.pas',
ArgoTypes in 'lib\Argo\ArgoTypes.pas';

Expand Down
8 changes: 3 additions & 5 deletions XEditLib.dproj
@@ -1,4 +1,4 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{75B14327-BE37-4588-8BD4-BD6D40177D2E}</ProjectGuid>
<MainSource>XEditLib.dpr</MainSource>
Expand Down Expand Up @@ -91,10 +91,9 @@
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=0.5.3.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=0.5;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=0.6.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=0.6;Comments=</VerInfo_Keys>
<VerInfo_AutoGenVersion>false</VerInfo_AutoGenVersion>
<VerInfo_MinorVer>5</VerInfo_MinorVer>
<VerInfo_Release>3</VerInfo_Release>
<VerInfo_MinorVer>6</VerInfo_MinorVer>
<ILINK_MapFileType>DetailedSegments</ILINK_MapFileType>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -131,7 +130,6 @@
<DCCReference Include="lib\xedit\wbHelpers.pas"/>
<DCCReference Include="lib\xedit\wbLocalization.pas"/>
<DCCReference Include="lib\xedit\wbStreams.pas"/>
<DCCReference Include="lib\BSArch\wbBSArchive.pas"/>
<DCCReference Include="lib\Argo\Argo.pas"/>
<DCCReference Include="lib\Argo\ArgoTypes.pas"/>
<BuildConfiguration Include="Release">
Expand Down
Binary file modified XEditLib.res
Binary file not shown.

0 comments on commit b711e37

Please sign in to comment.