diff options
Diffstat (limited to 'plugins/HistoryPlusPlus/historypp.dproj')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp.dproj | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/HistoryPlusPlus/historypp.dproj b/plugins/HistoryPlusPlus/historypp.dproj index 41a02928e5..4a4281c8b7 100644 --- a/plugins/HistoryPlusPlus/historypp.dproj +++ b/plugins/HistoryPlusPlus/historypp.dproj @@ -8,7 +8,7 @@ <AppType>Library</AppType>
<FrameworkType>VCL</FrameworkType>
<ProjectVersion>13.4</ProjectVersion>
- <Platform Condition="'$(Platform)'==''">Win64</Platform>
+ <Platform Condition="'$(Platform)'==''">Win32</Platform>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
@@ -144,15 +144,6 @@ <DCCReference Include="EmptyHistoryForm.pas">
<Form>EmptyHistoryFrm</Form>
</DCCReference>
- <DCCReference Include="PassForm.pas">
- <Form>fmPass</Form>
- </DCCReference>
- <DCCReference Include="PassNewForm.pas">
- <Form>fmPassNew</Form>
- </DCCReference>
- <DCCReference Include="PassCheckForm.pas">
- <Form>fmPassCheck</Form>
- </DCCReference>
<DCCReference Include="GlobalSearch.pas">
<Form>fmGlobalSearch</Form>
</DCCReference>
|