ivr流程编辑器

IVRFlowEditor.csproj 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{C4F23A82-5AB2-4AF5-A68B-0F6C0C533922}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>HySoft.IVRFlowEditor</RootNamespace>
  12. <AssemblyName>IVRFlowEditor</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <PlatformTarget>x86</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  28. <PlatformTarget>x86</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <StartupObject />
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Deployment" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="CtlMenu.cs">
  53. <SubType>UserControl</SubType>
  54. </Compile>
  55. <Compile Include="CtlMenu.Designer.cs">
  56. <DependentUpon>CtlMenu.cs</DependentUpon>
  57. </Compile>
  58. <Compile Include="FrmIVREdit.cs">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="FrmIVREdit.Designer.cs">
  62. <DependentUpon>FrmIVREdit.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="IVRControlUtility\IVRAudioDTMF.cs" />
  65. <Compile Include="IVRControlUtility\IVRBranch.cs" />
  66. <Compile Include="IVRControlUtility\IVRCalculate.cs" />
  67. <Compile Include="IVRControlUtility\IVRCancelQueue.cs" />
  68. <Compile Include="IVRControlUtility\IVRCompare.cs" />
  69. <Compile Include="IVRControlUtility\IVRContinueQueue.cs" />
  70. <Compile Include="IVRControlUtility\IVRControlBase.cs" />
  71. <Compile Include="IVRControlUtility\IVRDefaultVar.cs" />
  72. <Compile Include="IVRControlUtility\IVRDefinevar.cs" />
  73. <Compile Include="IVRControlUtility\IVRDefinevarDefVar.cs" />
  74. <Compile Include="IVRControlUtility\IVREndNode.cs" />
  75. <Compile Include="IVRControl\CtlIVRTransfeOut.cs">
  76. <SubType>UserControl</SubType>
  77. </Compile>
  78. <Compile Include="IVRControl\CtlIVRTransfeOut.Designer.cs">
  79. <DependentUpon>CtlIVRTransfeOut.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="Model\IVRFlow.cs" />
  82. <Compile Include="IVRControlUtility\IVRHangUp.cs" />
  83. <Compile Include="IVRControlUtility\IVRLeaveWord.cs" />
  84. <Compile Include="IVRControlUtility\IVROutbound.cs" />
  85. <Compile Include="IVRControlUtility\IVRQueue.cs" />
  86. <Compile Include="IVRControlUtility\IVRRecordSet.cs" />
  87. <Compile Include="IVRControlUtility\IVRRecvfax.cs" />
  88. <Compile Include="IVRControlUtility\IVRSendfax.cs" />
  89. <Compile Include="IVRControlUtility\IVRSocket.cs" />
  90. <Compile Include="IVRControlUtility\IVRSql.cs" />
  91. <Compile Include="IVRControlUtility\IVRStartNode.cs" />
  92. <Compile Include="IVRControlUtility\IVRStringop.cs" />
  93. <Compile Include="IVRControlUtility\IVRSubflow.cs" />
  94. <Compile Include="IVRControlUtility\IVRTimer.cs" />
  95. <Compile Include="IVRControlUtility\IVRTransfeOut.cs" />
  96. <Compile Include="IVRControlUtility\IVRTurnagent.cs" />
  97. <Compile Include="IVRControl\CtlIVRHangUp.cs">
  98. <SubType>UserControl</SubType>
  99. </Compile>
  100. <Compile Include="IVRControl\CtlIVRHangUp.Designer.cs">
  101. <DependentUpon>CtlIVRHangUp.cs</DependentUpon>
  102. </Compile>
  103. <Compile Include="IVRControl\CtlIVRInputVar.cs">
  104. <SubType>UserControl</SubType>
  105. </Compile>
  106. <Compile Include="IVRControl\CtlIVRInputVar.Designer.cs">
  107. <DependentUpon>CtlIVRInputVar.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="IVRControl\CtlIVRSocket.cs">
  110. <SubType>UserControl</SubType>
  111. </Compile>
  112. <Compile Include="IVRControl\CtlIVRSocket.Designer.cs">
  113. <DependentUpon>CtlIVRSocket.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="Model\AttributeInfo.cs" />
  116. <Compile Include="Model\Enum.cs" />
  117. <Compile Include="Model\IVRFlowSerializerInfo.cs" />
  118. <Compile Include="Model\MessageInfo.cs" />
  119. <Compile Include="Properties\AssemblyInfo.cs" />
  120. <Compile Include="IVRControl\CtlDefaultListVar.cs">
  121. <SubType>UserControl</SubType>
  122. </Compile>
  123. <Compile Include="IVRControl\CtlDefaultListVar.Designer.cs">
  124. <DependentUpon>CtlDefaultListVar.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="IVRControl\CtlDefaultVar.cs">
  127. <SubType>UserControl</SubType>
  128. </Compile>
  129. <Compile Include="IVRControl\CtlDefaultVar.Designer.cs">
  130. <DependentUpon>CtlDefaultVar.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="IVRControl\CtlIVRAudioDTMF.cs">
  133. <SubType>UserControl</SubType>
  134. </Compile>
  135. <Compile Include="IVRControl\CtlIVRAudioDTMF.Designer.cs">
  136. <DependentUpon>CtlIVRAudioDTMF.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="IVRControl\CtlIVRBranch.cs">
  139. <SubType>UserControl</SubType>
  140. </Compile>
  141. <Compile Include="IVRControl\CtlIVRBranch.Designer.cs">
  142. <DependentUpon>CtlIVRBranch.cs</DependentUpon>
  143. </Compile>
  144. <Compile Include="IVRControl\CtlIVRBranchVar.cs">
  145. <SubType>UserControl</SubType>
  146. </Compile>
  147. <Compile Include="IVRControl\CtlIVRBranchVar.Designer.cs">
  148. <DependentUpon>CtlIVRBranchVar.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="IVRControl\CtlIVRCalculate.cs">
  151. <SubType>UserControl</SubType>
  152. </Compile>
  153. <Compile Include="IVRControl\CtlIVRCalculate.Designer.cs">
  154. <DependentUpon>CtlIVRCalculate.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="IVRControl\CtlIVRCancelQueue.cs">
  157. <SubType>UserControl</SubType>
  158. </Compile>
  159. <Compile Include="IVRControl\CtlIVRCancelQueue.Designer.cs">
  160. <DependentUpon>CtlIVRCancelQueue.cs</DependentUpon>
  161. </Compile>
  162. <Compile Include="IVRControl\CtlIVRCompare.cs">
  163. <SubType>UserControl</SubType>
  164. </Compile>
  165. <Compile Include="IVRControl\CtlIVRCompare.Designer.cs">
  166. <DependentUpon>CtlIVRCompare.cs</DependentUpon>
  167. </Compile>
  168. <Compile Include="IVRControl\CtlIVRContinueQueue.cs">
  169. <SubType>UserControl</SubType>
  170. </Compile>
  171. <Compile Include="IVRControl\CtlIVRContinueQueue.Designer.cs">
  172. <DependentUpon>CtlIVRContinueQueue.cs</DependentUpon>
  173. </Compile>
  174. <Compile Include="IVRControl\CtlIVRDefinevar.cs">
  175. <SubType>UserControl</SubType>
  176. </Compile>
  177. <Compile Include="IVRControl\CtlIVRDefinevar.Designer.cs">
  178. <DependentUpon>CtlIVRDefinevar.cs</DependentUpon>
  179. </Compile>
  180. <Compile Include="IVRControl\CtlIVRDefinevarDefVar.cs">
  181. <SubType>UserControl</SubType>
  182. </Compile>
  183. <Compile Include="IVRControl\CtlIVRDefinevarDefVar.Designer.cs">
  184. <DependentUpon>CtlIVRDefinevarDefVar.cs</DependentUpon>
  185. </Compile>
  186. <Compile Include="IVRControl\CtlIVREndNode.cs">
  187. <SubType>UserControl</SubType>
  188. </Compile>
  189. <Compile Include="IVRControl\CtlIVREndNode.Designer.cs">
  190. <DependentUpon>CtlIVREndNode.cs</DependentUpon>
  191. </Compile>
  192. <Compile Include="IVRControl\CtlIVRLeaveWord.cs">
  193. <SubType>UserControl</SubType>
  194. </Compile>
  195. <Compile Include="IVRControl\CtlIVRLeaveWord.Designer.cs">
  196. <DependentUpon>CtlIVRLeaveWord.cs</DependentUpon>
  197. </Compile>
  198. <Compile Include="IVRControl\CtlIVROutbound.cs">
  199. <SubType>UserControl</SubType>
  200. </Compile>
  201. <Compile Include="IVRControl\CtlIVROutbound.Designer.cs">
  202. <DependentUpon>CtlIVROutbound.cs</DependentUpon>
  203. </Compile>
  204. <Compile Include="IVRControl\CtlIVRQueue.cs">
  205. <SubType>UserControl</SubType>
  206. </Compile>
  207. <Compile Include="IVRControl\CtlIVRQueue.Designer.cs">
  208. <DependentUpon>CtlIVRQueue.cs</DependentUpon>
  209. </Compile>
  210. <Compile Include="IVRControl\CtlIVRRecordSet.cs">
  211. <SubType>UserControl</SubType>
  212. </Compile>
  213. <Compile Include="IVRControl\CtlIVRRecordSet.Designer.cs">
  214. <DependentUpon>CtlIVRRecordSet.cs</DependentUpon>
  215. </Compile>
  216. <Compile Include="IVRControl\CtlIVRSendfax.cs">
  217. <SubType>UserControl</SubType>
  218. </Compile>
  219. <Compile Include="IVRControl\CtlIVRSendfax.Designer.cs">
  220. <DependentUpon>CtlIVRSendfax.cs</DependentUpon>
  221. </Compile>
  222. <Compile Include="IVRControl\CtlIVRSql.cs">
  223. <SubType>UserControl</SubType>
  224. </Compile>
  225. <Compile Include="IVRControl\CtlIVRSql.Designer.cs">
  226. <DependentUpon>CtlIVRSql.cs</DependentUpon>
  227. </Compile>
  228. <Compile Include="IVRControl\CtlIVRStartNode.cs">
  229. <SubType>UserControl</SubType>
  230. </Compile>
  231. <Compile Include="IVRControl\CtlIVRStartNode.Designer.cs">
  232. <DependentUpon>CtlIVRStartNode.cs</DependentUpon>
  233. </Compile>
  234. <Compile Include="IVRControl\CtlIVRStringop.cs">
  235. <SubType>UserControl</SubType>
  236. </Compile>
  237. <Compile Include="IVRControl\CtlIVRStringop.Designer.cs">
  238. <DependentUpon>CtlIVRStringop.cs</DependentUpon>
  239. </Compile>
  240. <Compile Include="IVRControl\CtlIVRSubflow.cs">
  241. <SubType>UserControl</SubType>
  242. </Compile>
  243. <Compile Include="IVRControl\CtlIVRSubflow.Designer.cs">
  244. <DependentUpon>CtlIVRSubflow.cs</DependentUpon>
  245. </Compile>
  246. <Compile Include="IVRControl\CtlIVRTimer.cs">
  247. <SubType>UserControl</SubType>
  248. </Compile>
  249. <Compile Include="IVRControl\CtlIVRTimer.Designer.cs">
  250. <DependentUpon>CtlIVRTimer.cs</DependentUpon>
  251. </Compile>
  252. <Compile Include="IVRControl\CtlIVRTurnagent.cs">
  253. <SubType>UserControl</SubType>
  254. </Compile>
  255. <Compile Include="IVRControl\CtlIVRTurnagent.Designer.cs">
  256. <DependentUpon>CtlIVRTurnagent.cs</DependentUpon>
  257. </Compile>
  258. <Compile Include="Utility\GlobalController.cs" />
  259. <Compile Include="Utility\IVRFlowSerializer.cs" />
  260. <Compile Include="Utility\SerializerBase.cs" />
  261. <EmbeddedResource Include="CtlMenu.resx">
  262. <DependentUpon>CtlMenu.cs</DependentUpon>
  263. </EmbeddedResource>
  264. <EmbeddedResource Include="FrmIVREdit.resx">
  265. <DependentUpon>FrmIVREdit.cs</DependentUpon>
  266. </EmbeddedResource>
  267. <EmbeddedResource Include="IVRControl\CtlIVRHangUp.resx">
  268. <DependentUpon>CtlIVRHangUp.cs</DependentUpon>
  269. </EmbeddedResource>
  270. <EmbeddedResource Include="IVRControl\CtlIVRInputVar.resx">
  271. <DependentUpon>CtlIVRInputVar.cs</DependentUpon>
  272. </EmbeddedResource>
  273. <EmbeddedResource Include="IVRControl\CtlIVRSocket.resx">
  274. <DependentUpon>CtlIVRSocket.cs</DependentUpon>
  275. </EmbeddedResource>
  276. <EmbeddedResource Include="IVRControl\CtlIVRTransfeOut.resx">
  277. <DependentUpon>CtlIVRTransfeOut.cs</DependentUpon>
  278. </EmbeddedResource>
  279. <EmbeddedResource Include="Properties\Resources.resx">
  280. <Generator>ResXFileCodeGenerator</Generator>
  281. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  282. <SubType>Designer</SubType>
  283. </EmbeddedResource>
  284. <Compile Include="Properties\Resources.Designer.cs">
  285. <AutoGen>True</AutoGen>
  286. <DependentUpon>Resources.resx</DependentUpon>
  287. <DesignTime>True</DesignTime>
  288. </Compile>
  289. <EmbeddedResource Include="IVRControl\CtlDefaultListVar.resx">
  290. <DependentUpon>CtlDefaultListVar.cs</DependentUpon>
  291. </EmbeddedResource>
  292. <EmbeddedResource Include="IVRControl\CtlDefaultVar.resx">
  293. <DependentUpon>CtlDefaultVar.cs</DependentUpon>
  294. </EmbeddedResource>
  295. <EmbeddedResource Include="IVRControl\CtlIVRAudioDTMF.resx">
  296. <DependentUpon>CtlIVRAudioDTMF.cs</DependentUpon>
  297. </EmbeddedResource>
  298. <EmbeddedResource Include="IVRControl\CtlIVRBranch.resx">
  299. <DependentUpon>CtlIVRBranch.cs</DependentUpon>
  300. </EmbeddedResource>
  301. <EmbeddedResource Include="IVRControl\CtlIVRBranchVar.resx">
  302. <DependentUpon>CtlIVRBranchVar.cs</DependentUpon>
  303. </EmbeddedResource>
  304. <EmbeddedResource Include="IVRControl\CtlIVRCalculate.resx">
  305. <DependentUpon>CtlIVRCalculate.cs</DependentUpon>
  306. </EmbeddedResource>
  307. <EmbeddedResource Include="IVRControl\CtlIVRCancelQueue.resx">
  308. <DependentUpon>CtlIVRCancelQueue.cs</DependentUpon>
  309. </EmbeddedResource>
  310. <EmbeddedResource Include="IVRControl\CtlIVRCompare.resx">
  311. <DependentUpon>CtlIVRCompare.cs</DependentUpon>
  312. </EmbeddedResource>
  313. <EmbeddedResource Include="IVRControl\CtlIVRContinueQueue.resx">
  314. <DependentUpon>CtlIVRContinueQueue.cs</DependentUpon>
  315. </EmbeddedResource>
  316. <EmbeddedResource Include="IVRControl\CtlIVRDefinevar.resx">
  317. <DependentUpon>CtlIVRDefinevar.cs</DependentUpon>
  318. </EmbeddedResource>
  319. <EmbeddedResource Include="IVRControl\CtlIVRDefinevarDefVar.resx">
  320. <DependentUpon>CtlIVRDefinevarDefVar.cs</DependentUpon>
  321. </EmbeddedResource>
  322. <EmbeddedResource Include="IVRControl\CtlIVREndNode.resx">
  323. <DependentUpon>CtlIVREndNode.cs</DependentUpon>
  324. </EmbeddedResource>
  325. <EmbeddedResource Include="IVRControl\CtlIVRLeaveWord.resx">
  326. <DependentUpon>CtlIVRLeaveWord.cs</DependentUpon>
  327. </EmbeddedResource>
  328. <EmbeddedResource Include="IVRControl\CtlIVROutbound.resx">
  329. <DependentUpon>CtlIVROutbound.cs</DependentUpon>
  330. </EmbeddedResource>
  331. <EmbeddedResource Include="IVRControl\CtlIVRQueue.resx">
  332. <DependentUpon>CtlIVRQueue.cs</DependentUpon>
  333. </EmbeddedResource>
  334. <EmbeddedResource Include="IVRControl\CtlIVRRecordSet.resx">
  335. <DependentUpon>CtlIVRRecordSet.cs</DependentUpon>
  336. </EmbeddedResource>
  337. <EmbeddedResource Include="IVRControl\CtlIVRSendfax.resx">
  338. <DependentUpon>CtlIVRSendfax.cs</DependentUpon>
  339. </EmbeddedResource>
  340. <EmbeddedResource Include="IVRControl\CtlIVRSql.resx">
  341. <DependentUpon>CtlIVRSql.cs</DependentUpon>
  342. </EmbeddedResource>
  343. <EmbeddedResource Include="IVRControl\CtlIVRStartNode.resx">
  344. <DependentUpon>CtlIVRStartNode.cs</DependentUpon>
  345. </EmbeddedResource>
  346. <EmbeddedResource Include="IVRControl\CtlIVRStringop.resx">
  347. <DependentUpon>CtlIVRStringop.cs</DependentUpon>
  348. </EmbeddedResource>
  349. <EmbeddedResource Include="IVRControl\CtlIVRSubflow.resx">
  350. <DependentUpon>CtlIVRSubflow.cs</DependentUpon>
  351. </EmbeddedResource>
  352. <EmbeddedResource Include="IVRControl\CtlIVRTimer.resx">
  353. <DependentUpon>CtlIVRTimer.cs</DependentUpon>
  354. </EmbeddedResource>
  355. <EmbeddedResource Include="IVRControl\CtlIVRTurnagent.resx">
  356. <DependentUpon>CtlIVRTurnagent.cs</DependentUpon>
  357. </EmbeddedResource>
  358. <None Include="Properties\Settings.settings">
  359. <Generator>SettingsSingleFileGenerator</Generator>
  360. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  361. </None>
  362. <Compile Include="Properties\Settings.Designer.cs">
  363. <AutoGen>True</AutoGen>
  364. <DependentUpon>Settings.settings</DependentUpon>
  365. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  366. </Compile>
  367. </ItemGroup>
  368. <ItemGroup>
  369. <ProjectReference Include="..\FlowEditor\FlowEditor.csproj">
  370. <Project>{51599AF2-0C6D-46FF-8694-A4E80952E2AC}</Project>
  371. <Name>FlowEditor</Name>
  372. </ProjectReference>
  373. </ItemGroup>
  374. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  375. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  376. Other similar extension points exist, see Microsoft.Common.targets.
  377. <Target Name="BeforeBuild">
  378. </Target>
  379. <Target Name="AfterBuild">
  380. </Target>
  381. -->
  382. </Project>