Skip to content

Commit

Permalink
Fixed issue with manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
pyscripter committed May 7, 2021
1 parent 25b7646 commit f982a50
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions Source/PyScripter.dproj
Expand Up @@ -6,7 +6,7 @@
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<FrameworkType>VCL</FrameworkType>
<MainSource>PyScripter.dpr</MainSource>
<Platform Condition="'$(Platform)'==''">Win64</Platform>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<ProjectGuid>{FD7531E1-BDA2-4EF3-A3E8-074B952317EF}</ProjectGuid>
<ProjectVersion>19.2</ProjectVersion>
<TargetedPlatforms>3</TargetedPlatforms>
Expand Down Expand Up @@ -62,9 +62,9 @@
<Icon_MainIcon>PyScripter_Icon.ico</Icon_MainIcon>
<Manifest_File>None</Manifest_File>
<VCL_Custom_Styles>Carbon|VCLSTYLE|$(PUBLIC)\Documents\Embarcadero\Studio\15.0\Styles\Carbon.vsf;Coral|VCLSTYLE|$(PUBLIC)\Documents\Embarcadero\Studio\15.0\Styles\Coral.vsf;Jet|VCLSTYLE|$(PUBLIC)\Documents\Embarcadero\Studio\15.0\Styles\Jet.vsf;Luna|VCLSTYLE|$(PUBLIC)\Documents\Embarcadero\Studio\15.0\Styles\Luna.vsf;Windows10|VCLSTYLE|$(PUBLIC)\Documents\Embarcadero\Studio\15.0\Styles\Windows10.vsf</VCL_Custom_Styles>
<VerInfo_Build>5</VerInfo_Build>
<VerInfo_Build>6</VerInfo_Build>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=PyScripter Python IDE;FileVersion=4.0.0.5;InternalName=;LegalCopyright=(c) Kiriakos Vlahos;LegalTrademarks=;OriginalFilename=PyScripter.exe;ProductName=PyScripter;ProductVersion=3.5.0.0;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=PyScripter Python IDE;FileVersion=4.0.0.6;InternalName=;LegalCopyright=(c) Kiriakos Vlahos;LegalTrademarks=;OriginalFilename=PyScripter.exe;ProductName=PyScripter;ProductVersion=4.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>2057</VerInfo_Locale>
<VerInfo_MajorVer>4</VerInfo_MajorVer>
</PropertyGroup>
Expand Down Expand Up @@ -99,13 +99,19 @@
<DCC_ExeOutput>.\..</DCC_ExeOutput>
<Debugger_IncludeSystemVars>true</Debugger_IncludeSystemVars>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<Icon_MainIcon>PyScripter_Icon1.ico</Icon_MainIcon>
<Manifest_File>PyScripter.exe.manifest</Manifest_File>
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<BT_BuildType>Debug</BT_BuildType>
<DCC_DebugDCUs>true</DCC_DebugDCUs>
<DCC_ExeOutput>.\..</DCC_ExeOutput>
<ILINK_MapFileType>DetailedSegments</ILINK_MapFileType>
<MapFile>3</MapFile>
<Icon_MainIcon>PyScripter_Icon1.ico</Icon_MainIcon>
<Manifest_File>PyScripter.exe.manifest</Manifest_File>
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
Expand Down Expand Up @@ -316,17 +322,17 @@
<DCCReference Include="JvDockVSNetStyleSpTBX.pas"/>
<None Include="PyScripter.todo"/>
<None Include="ModelSupport_PyScripter\default.txaPackage"/>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<ProjectExtensions>
Expand All @@ -337,7 +343,10 @@
<Source>
<Source Name="MainSource">PyScripter.dpr</Source>
</Source>
<Excluded_Packages/>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
Expand Down
Binary file modified Source/PyScripter.res
Binary file not shown.

0 comments on commit f982a50

Please sign in to comment.