-
Notifications
You must be signed in to change notification settings - Fork 0
/
bldawscalcularportavehiculosrorosoap.cs
156 lines (147 loc) · 5.71 KB
/
bldawscalcularportavehiculosrorosoap.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
using System;
using GeneXus.Builder;
using System.IO;
public class bldawscalcularportavehiculosrorosoap : GxBaseBuilder
{
string cs_path = "." ;
public bldawscalcularportavehiculosrorosoap( ) : base()
{
}
public override int BeforeCompile( )
{
return 0 ;
}
public override int AfterCompile( )
{
int ErrCode ;
ErrCode = 0;
return ErrCode ;
}
static public int Main( string[] args )
{
bldawscalcularportavehiculosrorosoap x = new bldawscalcularportavehiculosrorosoap() ;
x.SetMainSourceFile( "awscalcularportavehiculosrorosoap.cs");
x.LoadVariables( args);
return x.CompileAll( );
}
public override ItemCollection GetSortedBuildList( )
{
ItemCollection sc = new ItemCollection() ;
sc.Add( @"bin\GeneXus.Programs.Common.dll", cs_path + @"\genexus.programs.common.rsp");
return sc ;
}
public override TargetCollection GetRuntimeBuildList( )
{
TargetCollection sc = new TargetCollection() ;
sc.Add( @"awscalcularportavehiculosrorosoap", "dll");
return sc ;
}
public override ItemCollection GetResBuildList( )
{
ItemCollection sc = new ItemCollection() ;
sc.Add( @"bin\messages.eng.dll", cs_path + @"\messages.eng.txt");
sc.Add( @"bin\messages.spa.dll", cs_path + @"\messages.spa.txt");
return sc ;
}
public override bool ToBuild( String obj )
{
if (checkTime(obj, cs_path + @"\bin\GxClasses.dll" ))
return true;
if ( obj == @"bin\GeneXus.Programs.Common.dll" )
{
if (checkTime(obj, cs_path + @"\type_SdtSdtResultadoPortaContenedores.cs" ))
return true;
if (checkTime(obj, cs_path + @"\type_SdtSDTGraneleros.cs" ))
return true;
if (checkTime(obj, cs_path + @"\type_SdtSdtResultado.cs" ))
return true;
if (checkTime(obj, cs_path + @"\type_SdtTabOptions_TabOptionsItem.cs" ))
return true;
if (checkTime(obj, cs_path + @"\type_SdtProgramNames_ProgramName.cs" ))
return true;
if (checkTime(obj, cs_path + @"\type_SdtGridState.cs" ))
return true;
if (checkTime(obj, cs_path + @"\type_SdtGridState_FilterValue.cs" ))
return true;
if (checkTime(obj, cs_path + @"\type_SdtContext.cs" ))
return true;
if (checkTime(obj, cs_path + @"\type_SdtLinkList_LinkItem.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GxObjectCollection.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GxSilentTrnGridCollection.cs" ))
return true;
if (checkTime(obj, cs_path + @"\SoapParm.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GxWebStd.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GxFullTextSearchReindexer.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GxModelInfoProvider.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINCryptoSignAlgorithm.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINAPIAuthorizationStatus.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINMessageTypes.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINProgressIndicatorType.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINIMEMode.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINRecentLinksOptions.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINCallTargetSize.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINDominioSegmento.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINDominioTipoEsclusa.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINDominioEstadoCarga.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINHttpMethod.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINPage.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINTrnMode.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINDominioEsclusa.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINDominioEstado.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINDominioGranos.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINDominioBandas.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINDominioPasajerosTipoCobro.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINDominioIMO.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINDominioQuimiquerosTipo.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINEncoding.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINTimezones.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINEffect.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINCallType.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINCryptoEncryptAlgorithm.cs" ))
return true;
if (checkTime(obj, cs_path + @"\GXDOMAINCryptoHashAlgorithm.cs" ))
return true;
}
if ( obj == @"bin\messages.eng.dll" )
{
if (checkTime(obj, cs_path + @"\messages.eng.txt" ))
return true;
}
if ( obj == @"bin\messages.spa.dll" )
{
if (checkTime(obj, cs_path + @"\messages.spa.txt" ))
return true;
}
return false ;
}
}