Migración a FinalBuilder 6
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@382 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
cf0d323793
commit
c4e0b2657f
18523
Build/Build.fbp5
18523
Build/Build.fbp5
File diff suppressed because it is too large
Load Diff
17
Build/Build.fbpInf
Normal file
17
Build/Build.fbpInf
Normal file
@ -0,0 +1,17 @@
|
||||
<project>
|
||||
<watches/>
|
||||
<collapsedNodes></collapsedNodes>
|
||||
<breakpoints></breakpoints>
|
||||
<actions/>
|
||||
<propertysets/>
|
||||
<variables><project_path><![CDATA[C:\Codigo Tecsitel]]>
|
||||
</project_path>
|
||||
</variables>
|
||||
<properties><Author></Author>
|
||||
<Notes><![CDATA[]]>
|
||||
</Notes>
|
||||
<LastBuildRun>00:00:00</LastBuildRun>
|
||||
<LastBuildStart>30/12/1899</LastBuildStart>
|
||||
<LastBuildState>True</LastBuildState>
|
||||
</properties>
|
||||
</project>
|
||||
@ -1 +0,0 @@
|
||||
<variables><project_path><![CDATA[C:\Codigo Tecsitel]]></project_path></variables>
|
||||
BIN
Build/Build.fbz6
Normal file
BIN
Build/Build.fbz6
Normal file
Binary file not shown.
1216
Build/Installer.fbp5
1216
Build/Installer.fbp5
File diff suppressed because it is too large
Load Diff
17
Build/Installer.fbpInf
Normal file
17
Build/Installer.fbpInf
Normal file
@ -0,0 +1,17 @@
|
||||
<project>
|
||||
<watches/>
|
||||
<collapsedNodes></collapsedNodes>
|
||||
<breakpoints></breakpoints>
|
||||
<actions/>
|
||||
<propertysets/>
|
||||
<variables><project_path><![CDATA[C:\Codigo Tecsitel]]>
|
||||
</project_path>
|
||||
</variables>
|
||||
<properties><Author></Author>
|
||||
<Notes><![CDATA[]]>
|
||||
</Notes>
|
||||
<LastBuildRun>00:02:52</LastBuildRun>
|
||||
<LastBuildStart>21/05/2008 18:27:14</LastBuildStart>
|
||||
<LastBuildState>True</LastBuildState>
|
||||
</properties>
|
||||
</project>
|
||||
@ -1 +0,0 @@
|
||||
<variables><project_path><![CDATA[C:\Codigo Tecsitel]]></project_path></variables>
|
||||
BIN
Build/Installer.fbz6
Normal file
BIN
Build/Installer.fbz6
Normal file
Binary file not shown.
@ -46,7 +46,7 @@
|
||||
|
||||
<!-- 3rd Party Program Settings -->
|
||||
<PropertyGroup>
|
||||
<FinalBuilderPath>C:\Archivos de programa\FinalBuilder 5</FinalBuilderPath>
|
||||
<FinalBuilderPath>C:\Archivos de programa\FinalBuilder 6</FinalBuilderPath>
|
||||
<FinalBuilderCmd>$(FinalBuilderPath)\FBCMD.exe</FinalBuilderCmd>
|
||||
<SubversionPath>C:\Program Files\Subversion\bin</SubversionPath>
|
||||
<SubversionCmd>$(SubversionPath)\svn.exe</SubversionCmd>
|
||||
@ -135,17 +135,17 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<FBBuildScriptFile Include="$(FBScriptFolder)\Build.fbp5" />
|
||||
<FBInstallerScriptFile Include="$(FBScriptFolder)\Installer.fbp5" />
|
||||
<FBBuildScriptFile Include="$(FBScriptFolder)\Build.fbz6" />
|
||||
<FBInstallerScriptFile Include="$(FBScriptFolder)\Installer.fbz6" />
|
||||
|
||||
<SqlProjects Include="$(SqlFolder)\RodaxSoftware.FactuGES.Database.proj"/>
|
||||
|
||||
<Developers Include="
|
||||
developer1@sanlam.co.za;
|
||||
developer2@sanlam.co.za" />
|
||||
developer2@sanlam.co.za" />
|
||||
<QTPTesters Include=
|
||||
"tester1@sanlam.co.za;
|
||||
tester2@sanlam.co.za" />
|
||||
tester2@sanlam.co.za" />
|
||||
|
||||
<BuildFilesToDelete Include="$(CodeFolder)\**\*.dcu;
|
||||
$(CodeFolder)\**\*.dcp;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user