This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcfd-callback.cfdproj
50 lines (50 loc) · 1.79 KB
/
cfd-callback.cfdproj
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
<?xml version="1.0" encoding="utf-8"?>
<Graphical_Application_Designer_Project>
<Version>2.1</Version>
<Files>
<File path="Main.flow" type="callflow" />
</Files>
<Variables>
<ArrayOfVariable xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Variable>
<Name>ExtensionBusy</Name>
<ShowScopeProperty>false</ShowScopeProperty>
<DebuggerVisible>true</DebuggerVisible>
<HelpText />
</Variable>
<Variable>
<Name>ExtensionWaiting</Name>
<ShowScopeProperty>false</ShowScopeProperty>
<DebuggerVisible>true</DebuggerVisible>
<HelpText />
</Variable>
<Variable>
<Name>DoCallbackOnDisconnect</Name>
<InitialValue>false</InitialValue>
<ShowScopeProperty>false</ShowScopeProperty>
<DebuggerVisible>true</DebuggerVisible>
<HelpText />
</Variable>
</ArrayOfVariable>
</Variables>
<DebugBuildSuccessful>False</DebugBuildSuccessful>
<ReleaseBuildSuccessful>True</ReleaseBuildSuccessful>
<DebugBuildNumber>0</DebugBuildNumber>
<ReleaseBuildNumber>40</ReleaseBuildNumber>
<ChangedSinceLastDebugBuild>True</ChangedSinceLastDebugBuild>
<DoNotAskForExtension>True</DoNotAskForExtension>
<Extension>6667</Extension>
<OnlineServicesTextToSpeechEngine>None</OnlineServicesTextToSpeechEngine>
<OnlineServicesSpeechToTextEngine>None</OnlineServicesSpeechToTextEngine>
<AmazonClientID>
</AmazonClientID>
<AmazonClientSecret>
</AmazonClientSecret>
<AmazonRegion>us-east-2</AmazonRegion>
<AmazonLexicons>
</AmazonLexicons>
<GoogleCloudServiceAccountKeyFileName>
</GoogleCloudServiceAccountKeyFileName>
<GoogleCloudServiceAccountKeyJSON>
</GoogleCloudServiceAccountKeyJSON>
</Graphical_Application_Designer_Project>