-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNTPClient.vfp
41 lines (41 loc) · 1.12 KB
/
NTPClient.vfp
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
File=ntp.bi
*File=frmNtp.frm
File=frmTimezone.frm
ProjectType=0
Subsystem=2
ProjectName="NTPClient"
HelpFileName=""
ProjectDescription="NTPClient"
PassAllModuleFilesToCompiler=false
OpenProjectAsFolder=false
MajorVersion=0
MinorVersion=0
RevisionVersion=0
BuildVersion=14
AutoIncrementVersion=false
ApplicationTitle="NTPClient"
ApplicationIcon=""
Manifest=true
RunAsAdministrator=false
CompanyName="Visual FB Editor"
FileDescription="{ProjectDescription}"
InternalName="NTPClient"
LegalCopyright="Cm.Wang"
LegalTrademarks="Cm.Wang"
OriginalFilename="NTPClient"
ProductName="{ProjectName}"
CompileTo=0
OptimizationLevel=0
OptimizationFastCode=false
OptimizationSmallCode=false
CompilationArguments32Windows="-x "NTPClient32.exe" -d __USE_WINAPI__ -d _WIN32_WINNT=&h0600 "
CompilationArguments64Windows="-x "NTPClient64.exe" -gen gas64 -d __USE_WINAPI__ -d _WIN32_WINNT=&h0600 "
CompilationArguments32Linux=""
CompilationArguments64Linux=""
CompilerPath=""
CommandLineArguments=""
CreateDebugInfo=false
AndroidSDKLocation=""
AndroidNDKLocation=""
JDKLocation=""
ControlLibrary="Controls/MyFbFramework"