فهرست منبع

Redo Setup.dproj. Now outputs to .e32 always but can still debugged from the Delphi IDE.

Martijn Laan 1 سال پیش
والد
کامیت
2ac3603a5a

+ 15 - 3
Projects/Projects.groupproj

@@ -12,6 +12,9 @@
         <Projects Include="ISPP\ISPP.dproj">
             <Dependencies/>
         </Projects>
+        <Projects Include="Setup.dproj">
+            <Dependencies/>
+        </Projects>
     </ItemGroup>
     <ProjectExtensions>
         <Borland.Personality>Default.Personality.12</Borland.Personality>
@@ -47,14 +50,23 @@
     <Target Name="ISPP:Make">
         <MSBuild Projects="ISPP\ISPP.dproj" Targets="Make"/>
     </Target>
+    <Target Name="Setup">
+        <MSBuild Projects="Setup.dproj"/>
+    </Target>
+    <Target Name="Setup:Clean">
+        <MSBuild Projects="Setup.dproj" Targets="Clean"/>
+    </Target>
+    <Target Name="Setup:Make">
+        <MSBuild Projects="Setup.dproj" Targets="Make"/>
+    </Target>
     <Target Name="Build">
-        <CallTarget Targets="Compil32;ISCmplr;ISPP"/>
+        <CallTarget Targets="Compil32;ISCmplr;ISPP;Setup"/>
     </Target>
     <Target Name="Clean">
-        <CallTarget Targets="Compil32:Clean;ISCmplr:Clean;ISPP:Clean"/>
+        <CallTarget Targets="Compil32:Clean;ISCmplr:Clean;ISPP:Clean;Setup:Clean"/>
     </Target>
     <Target Name="Make">
-        <CallTarget Targets="Compil32:Make;ISCmplr:Make;ISPP:Make"/>
+        <CallTarget Targets="Compil32:Make;ISCmplr:Make;ISPP:Make;Setup:Make"/>
     </Target>
     <Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
 </Project>

+ 0 - 45
Projects/Setup.dof

@@ -1,45 +0,0 @@
-[Compiler]
-A=1
-B=0
-C=0
-D=1
-E=0
-F=0
-G=1
-H=1
-I=1
-J=1
-K=0
-L=1
-M=0
-N=1
-O=1
-P=1
-Q=0
-R=0
-S=0
-T=0
-U=0
-V=1
-W=0
-X=1
-Y=0
-Z=1
-ShowHints=1
-ShowWarnings=1
-UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
-[Linker]
-MapFile=0
-OutputObjs=0
-ConsoleApp=1
-DebugInfo=0
-MinStackSize=16384
-MaxStackSize=1048576
-ImageBase=4194304
-ExeDescription=
-[Directories]
-OutputDir=
-SearchPath=..\components;..\components\ps\source
-Conditionals=PS_MINIVCL;PS_NOWIDESTRING;PS_NOINT64;PS_NOGRAPHCONST
-[Parameters]
-RunParams=

+ 3 - 7
Projects/Setup.dpr

@@ -74,13 +74,9 @@ uses
   SpawnClient in 'SpawnClient.pas',
   TaskDialog in 'TaskDialog.pas';
 
-{$R *.RES}
-{$IFDEF UNICODE}
-{$R SetupVersionUnicode.res}
-{$ELSE}
-{$R SetupVersion.res}
-{$ENDIF}
-{$R IMAGES.RES}
+{$R Setup.icon.res}
+{$R Setup.images.res}
+{$R Setup.version.res}
 
 {$I VERSION.INC}
 

+ 191 - 175
Projects/Setup.dproj

@@ -1,175 +1,191 @@
-	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-		<PropertyGroup>
-			<ProjectGuid>{FD254B03-7073-488D-990E-F96D4339E0C4}</ProjectGuid>
-			<MainSource>Setup.dpr</MainSource>
-			<Config Condition="'$(Config)'==''">Debug</Config>
-			<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
-			<ProjectVersion>12.0</ProjectVersion>
-		</PropertyGroup>
-		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
-			<Base>true</Base>
-		</PropertyGroup>
-		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
-			<Cfg_1>true</Cfg_1>
-			<CfgParent>Base</CfgParent>
-			<Base>true</Base>
-		</PropertyGroup>
-		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
-			<Cfg_2>true</Cfg_2>
-			<CfgParent>Base</CfgParent>
-			<Base>true</Base>
-		</PropertyGroup>
-		<PropertyGroup Condition="'$(Base)'!=''">
-			<DCC_UnitSearchPath>..\components;..\components\unips\source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
-			<DCC_DependencyCheckOutputName>Setup.exe</DCC_DependencyCheckOutputName>
-			<DCC_ImageBase>00400000</DCC_ImageBase>
-			<DCC_Define>PS_MINIVCL;PS_NOGRAPHCONST;PS_PANSICHAR;PS_NOINTERFACEGUIDBRACKETS;$(DCC_Define)</DCC_Define>
-			<DCC_Alignment>1</DCC_Alignment>
-			<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
-			<DCC_Platform>x86</DCC_Platform>
-			<DCC_WriteableConstants>true</DCC_WriteableConstants>
-			<DCC_K>false</DCC_K>
-			<DCC_N>true</DCC_N>
-			<DCC_S>false</DCC_S>
-			<DCC_F>false</DCC_F>
-			<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
-			<DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
-			<DCC_E>false</DCC_E>
-		</PropertyGroup>
-		<PropertyGroup Condition="'$(Cfg_1)'!=''">
-			<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
-			<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
-			<DCC_DebugInformation>false</DCC_DebugInformation>
-		</PropertyGroup>
-		<PropertyGroup Condition="'$(Cfg_2)'!=''">
-			<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
-		</PropertyGroup>
-		<ItemGroup>
-			<DelphiCompile Include="Setup.dpr">
-				<MainSource>MainSource</MainSource>
-			</DelphiCompile>
-			<DCCReference Include="SafeDLLPath.pas"/>
-			<DCCReference Include="XPTheme.pas"/>
-			<DCCReference Include="D2009Win2kFix.pas"/>
-			<DCCReference Include="CmnFunc.pas"/>
-			<DCCReference Include="CmnFunc2.pas"/>
-			<DCCReference Include="Main.pas">
-				<Form>MainForm</Form>
-			</DCCReference>
-			<DCCReference Include="Install.pas"/>
-			<DCCReference Include="Msgs.pas"/>
-			<DCCReference Include="MsgIDs.pas"/>
-			<DCCReference Include="Undo.pas"/>
-			<DCCReference Include="Struct.pas"/>
-			<DCCReference Include="NewDisk.pas">
-				<Form>NewDiskForm</Form>
-			</DCCReference>
-			<DCCReference Include="InstFunc.pas"/>
-			<DCCReference Include="InstFnc2.pas"/>
-			<DCCReference Include="Wizard.pas">
-				<Form>WizardForm</Form>
-			</DCCReference>
-			<DCCReference Include="ScriptFunc_R.pas"/>
-			<DCCReference Include="ScriptFunc.pas"/>
-			<DCCReference Include="SetupTypes.pas"/>
-			<DCCReference Include="ScriptRunner.pas"/>
-			<DCCReference Include="ScriptDlg.pas"/>
-			<DCCReference Include="ScriptClasses_R.pas"/>
-			<DCCReference Include="SelLangForm.pas">
-				<Form>SelectLanguageForm</Form>
-			</DCCReference>
-			<DCCReference Include="Extract.pas"/>
-			<DCCReference Include="Int64Em.pas"/>
-			<DCCReference Include="SelFolderForm.pas">
-				<Form>SelectFolderForm</Form>
-			</DCCReference>
-			<DCCReference Include="Compress.pas"/>
-			<DCCReference Include="CompressZlib.pas"/>
-			<DCCReference Include="bzlib.pas"/>
-			<DCCReference Include="LZMADecomp.pas"/>
-			<DCCReference Include="FileClass.pas"/>
-			<DCCReference Include="MD5.pas"/>
-			<DCCReference Include="SHA1.pas"/>
-			<DCCReference Include="Logging.pas"/>
-			<DCCReference Include="DebugClient.pas"/>
-			<DCCReference Include="DebugStruct.pas"/>
-			<DCCReference Include="ArcFour.pas"/>
-			<DCCReference Include="Uninstall.pas"/>
-			<DCCReference Include="UninstProgressForm.pas">
-				<Form>UninstProgressForm</Form>
-			</DCCReference>
-			<DCCReference Include="UninstSharedFileForm.pas">
-				<Form>UninstSharedFileForm</Form>
-			</DCCReference>
-			<DCCReference Include="SimpleExpression.pas"/>
-			<DCCReference Include="UIStateForm.pas"/>
-			<DCCReference Include="SetupForm.pas"/>
-			<DCCReference Include="RegSvr.pas"/>
-			<DCCReference Include="BrowseFunc.pas"/>
-			<DCCReference Include="RedirFunc.pas"/>
-			<DCCReference Include="SecurityFunc.pas"/>
-			<DCCReference Include="Helper.pas"/>
-			<DCCReference Include="VerInfo.pas"/>
-			<DCCReference Include="RegDLL.pas"/>
-			<DCCReference Include="ResUpdate.pas"/>
-			<DCCReference Include="SpawnCommon.pas"/>
-			<DCCReference Include="SpawnServer.pas"/>
-			<DCCReference Include="SpawnClient.pas"/>
-			<BuildConfiguration Include="Base">
-				<Key>Base</Key>
-			</BuildConfiguration>
-			<BuildConfiguration Include="Debug">
-				<Key>Cfg_2</Key>
-				<CfgParent>Base</CfgParent>
-			</BuildConfiguration>
-			<BuildConfiguration Include="Release">
-				<Key>Cfg_1</Key>
-				<CfgParent>Base</CfgParent>
-			</BuildConfiguration>
-		</ItemGroup>
-		<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
-		<ProjectExtensions>
-			<Borland.Personality>Delphi.Personality.12</Borland.Personality>
-			<Borland.ProjectType>VCLApplication</Borland.ProjectType>
-			<BorlandProject>
-				<Delphi.Personality>
-					<Source>
-						<Source Name="MainSource">Setup.dpr</Source>
-					</Source>
-					<Parameters>
-						<Parameters Name="UseLauncher">False</Parameters>
-						<Parameters Name="LoadAllSymbols">True</Parameters>
-						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
-					</Parameters>
-					<VersionInfo>
-						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
-						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
-						<VersionInfo Name="MajorVer">1</VersionInfo>
-						<VersionInfo Name="MinorVer">0</VersionInfo>
-						<VersionInfo Name="Release">0</VersionInfo>
-						<VersionInfo Name="Build">0</VersionInfo>
-						<VersionInfo Name="Debug">False</VersionInfo>
-						<VersionInfo Name="PreRelease">False</VersionInfo>
-						<VersionInfo Name="Special">False</VersionInfo>
-						<VersionInfo Name="Private">False</VersionInfo>
-						<VersionInfo Name="DLL">False</VersionInfo>
-						<VersionInfo Name="Locale">1043</VersionInfo>
-						<VersionInfo Name="CodePage">1252</VersionInfo>
-					</VersionInfo>
-					<VersionInfoKeys>
-						<VersionInfoKeys Name="CompanyName"/>
-						<VersionInfoKeys Name="FileDescription"/>
-						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
-						<VersionInfoKeys Name="InternalName"/>
-						<VersionInfoKeys Name="LegalCopyright"/>
-						<VersionInfoKeys Name="LegalTrademarks"/>
-						<VersionInfoKeys Name="OriginalFilename"/>
-						<VersionInfoKeys Name="ProductName"/>
-						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
-						<VersionInfoKeys Name="Comments"/>
-					</VersionInfoKeys>
-				</Delphi.Personality>
-			</BorlandProject>
-			<ProjectFileVersion>12</ProjectFileVersion>
-		</ProjectExtensions>
-	</Project>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+    <PropertyGroup>
+        <ProjectGuid>{BB7C6F6A-AC62-46BB-A790-0CF4A74B649E}</ProjectGuid>
+        <MainSource>Setup.dpr</MainSource>
+        <Base>True</Base>
+        <Config Condition="'$(Config)'==''">Debug</Config>
+        <TargetedPlatforms>1</TargetedPlatforms>
+        <AppType>Application</AppType>
+        <FrameworkType>VCL</FrameworkType>
+        <ProjectVersion>19.5</ProjectVersion>
+        <Platform Condition="'$(Platform)'==''">Win32</Platform>
+    </PropertyGroup>
+    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
+        <Base>true</Base>
+    </PropertyGroup>
+    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
+        <Base_Win32>true</Base_Win32>
+        <CfgParent>Base</CfgParent>
+        <Base>true</Base>
+    </PropertyGroup>
+    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
+        <Cfg_1>true</Cfg_1>
+        <CfgParent>Base</CfgParent>
+        <Base>true</Base>
+    </PropertyGroup>
+    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
+        <Cfg_1_Win32>true</Cfg_1_Win32>
+        <CfgParent>Cfg_1</CfgParent>
+        <Cfg_1>true</Cfg_1>
+        <Base>true</Base>
+    </PropertyGroup>
+    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
+        <Cfg_2>true</Cfg_2>
+        <CfgParent>Base</CfgParent>
+        <Base>true</Base>
+    </PropertyGroup>
+    <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)'!=''">
+        <DCC_ImageBase>00400000</DCC_ImageBase>
+        <DCC_Alignment>1</DCC_Alignment>
+        <DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
+        <DCC_DebugInformation>1</DCC_DebugInformation>
+        <DCC_WriteableConstants>true</DCC_WriteableConstants>
+        <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
+        <DCC_UnitSearchPath>..\Components;..\Components\UniPs\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
+        <DCC_Define>PS_MINIVCL;PS_NOGRAPHCONST;PS_PANSICHAR;PS_NOINTERFACEGUIDBRACKETS;$(DCC_Define)</DCC_Define>
+        <SanitizedProjectName>Setup</SanitizedProjectName>
+        <VerInfo_Locale>1043</VerInfo_Locale>
+        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
+        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;System.Bindings;$(DCC_Namespace)</DCC_Namespace>
+        <DCC_SYMBOL_DEPRECATED>false</DCC_SYMBOL_DEPRECATED>
+        <DCC_SYMBOL_PLATFORM>false</DCC_SYMBOL_PLATFORM>
+        <DCC_UNSAFE_CAST>false</DCC_UNSAFE_CAST>
+        <DCC_EXPLICIT_STRING_CAST>false</DCC_EXPLICIT_STRING_CAST>
+        <DCC_EXPLICIT_STRING_CAST_LOSS>false</DCC_EXPLICIT_STRING_CAST_LOSS>
+        <DCC_IMPLICIT_INTEGER_CAST_LOSS>false</DCC_IMPLICIT_INTEGER_CAST_LOSS>
+        <DCC_IMPLICIT_CONVERSION_LOSS>false</DCC_IMPLICIT_CONVERSION_LOSS>
+    </PropertyGroup>
+    <PropertyGroup Condition="'$(Base_Win32)'!=''">
+        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
+        <BT_BuildType>Debug</BT_BuildType>
+        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
+        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
+        <VerInfo_Locale>1033</VerInfo_Locale>
+        <Manifest_File>(None)</Manifest_File>
+        <OutputExt>e32</OutputExt>
+    </PropertyGroup>
+    <PropertyGroup Condition="'$(Cfg_1)'!=''">
+        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
+        <DCC_DebugInformation>0</DCC_DebugInformation>
+        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
+        <DCC_ExeOutput>..\Files</DCC_ExeOutput>
+    </PropertyGroup>
+    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
+        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
+    </PropertyGroup>
+    <PropertyGroup Condition="'$(Cfg_2)'!=''">
+        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
+        <DCC_Optimize>false</DCC_Optimize>
+        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
+    </PropertyGroup>
+    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
+    </PropertyGroup>
+    <ItemGroup>
+        <DelphiCompile Include="$(MainSource)">
+            <MainSource>MainSource</MainSource>
+        </DelphiCompile>
+        <DCCReference Include="SafeDLLPath.pas"/>
+        <DCCReference Include="XPTheme.pas"/>
+        <DCCReference Include="CmnFunc.pas"/>
+        <DCCReference Include="CmnFunc2.pas"/>
+        <DCCReference Include="Main.pas">
+            <Form>MainForm</Form>
+        </DCCReference>
+        <DCCReference Include="Install.pas"/>
+        <DCCReference Include="Msgs.pas"/>
+        <DCCReference Include="MsgIDs.pas"/>
+        <DCCReference Include="Undo.pas"/>
+        <DCCReference Include="Struct.pas"/>
+        <DCCReference Include="NewDisk.pas">
+            <Form>NewDiskForm</Form>
+        </DCCReference>
+        <DCCReference Include="InstFunc.pas"/>
+        <DCCReference Include="InstFnc2.pas"/>
+        <DCCReference Include="Wizard.pas">
+            <Form>WizardForm</Form>
+        </DCCReference>
+        <DCCReference Include="ScriptFunc_R.pas"/>
+        <DCCReference Include="ScriptFunc.pas"/>
+        <DCCReference Include="SetupTypes.pas"/>
+        <DCCReference Include="ScriptRunner.pas"/>
+        <DCCReference Include="ScriptDlg.pas"/>
+        <DCCReference Include="ScriptClasses_R.pas"/>
+        <DCCReference Include="SelLangForm.pas">
+            <Form>SelectLanguageForm</Form>
+        </DCCReference>
+        <DCCReference Include="Extract.pas"/>
+        <DCCReference Include="Int64Em.pas"/>
+        <DCCReference Include="SelFolderForm.pas">
+            <Form>SelectFolderForm</Form>
+        </DCCReference>
+        <DCCReference Include="Compress.pas"/>
+        <DCCReference Include="CompressZlib.pas"/>
+        <DCCReference Include="bzlib.pas"/>
+        <DCCReference Include="LZMADecomp.pas"/>
+        <DCCReference Include="FileClass.pas"/>
+        <DCCReference Include="MD5.pas"/>
+        <DCCReference Include="SHA1.pas"/>
+        <DCCReference Include="Logging.pas"/>
+        <DCCReference Include="DebugClient.pas"/>
+        <DCCReference Include="DebugStruct.pas"/>
+        <DCCReference Include="ArcFour.pas"/>
+        <DCCReference Include="Uninstall.pas"/>
+        <DCCReference Include="UninstProgressForm.pas">
+            <Form>UninstProgressForm</Form>
+        </DCCReference>
+        <DCCReference Include="UninstSharedFileForm.pas">
+            <Form>UninstSharedFileForm</Form>
+        </DCCReference>
+        <DCCReference Include="SimpleExpression.pas"/>
+        <DCCReference Include="UIStateForm.pas"/>
+        <DCCReference Include="SetupForm.pas"/>
+        <DCCReference Include="RegSvr.pas"/>
+        <DCCReference Include="BrowseFunc.pas"/>
+        <DCCReference Include="RedirFunc.pas"/>
+        <DCCReference Include="SecurityFunc.pas"/>
+        <DCCReference Include="Helper.pas"/>
+        <DCCReference Include="VerInfo.pas"/>
+        <DCCReference Include="RegDLL.pas"/>
+        <DCCReference Include="ResUpdate.pas"/>
+        <DCCReference Include="SpawnCommon.pas"/>
+        <DCCReference Include="SpawnServer.pas"/>
+        <DCCReference Include="SpawnClient.pas"/>
+        <DCCReference Include="TaskDialog.pas"/>
+        <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>
+    <ProjectExtensions>
+        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
+        <Borland.ProjectType/>
+        <BorlandProject>
+            <Delphi.Personality>
+                <Source>
+                    <Source Name="MainSource">Setup.dpr</Source>
+                </Source>
+            </Delphi.Personality>
+            <Platforms>
+                <Platform value="Win32">True</Platform>
+                <Platform value="Win64">False</Platform>
+            </Platforms>
+        </BorlandProject>
+        <ProjectFileVersion>12</ProjectFileVersion>
+    </ProjectExtensions>
+    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
+    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
+</Project>

+ 0 - 0
Projects/Setup.res → Projects/Setup.icon.res


+ 0 - 0
Projects/Images.res → Projects/Setup.images.res


+ 0 - 0
Projects/SetupVersionUnicode.rc → Projects/Setup.version.rc


+ 0 - 0
Projects/SetupVersionUnicode.res → Projects/Setup.version.res


+ 0 - 37
Projects/SetupVersion.rc

@@ -1,37 +0,0 @@
-// Setup version resource
-// Compiled with RC.EXE from the Platform SDK
-//
-// Note: The \0's in the values are to make this resource script compatible
-// with Borland's BRCC32 as well. BRCC32 does not automatically null-terminate
-// string values like Microsoft's RC does, resulting in garbage characters on
-// Explorer's Version tab (on Windows 2000) if \0's aren't included.
-
-1 VERSIONINFO
- FILEVERSION 51,52,0,0
- PRODUCTVERSION 0,0,0,0
- FILEFLAGSMASK 0x3fL
- FILEFLAGS 0x0L
- FILEOS 0x4L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
-BEGIN
-    BLOCK "StringFileInfo"
-    BEGIN
-        BLOCK "000004b0"
-        BEGIN
-            VALUE "FileDescription", "Setup/Uninstall\0"
-            VALUE "FileVersion", "51.52.0.0\0"
-                  // NOTE: Be sure to keep FILEVERSION in sync!
-            VALUE "Comments", "This installation was built with Inno Setup.\0"
-            VALUE "CompanyName", "                                                            \0"
-            VALUE "LegalCopyright", "                                                                                                    \0"
-            VALUE "OriginalFileName", "                                                  \0"
-            VALUE "ProductName", "                                                            \0"
-            VALUE "ProductVersion", "                                                  \0"
-        END
-    END
-    BLOCK "VarFileInfo"
-    BEGIN
-        VALUE "Translation", 0x0, 1200
-    END
-END

BIN
Projects/SetupVersion.res