| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C4F23A82-5AB2-4AF5-A68B-0F6C0C533922}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>HySoft.IVRFlowEditor</RootNamespace>
- <AssemblyName>IVRFlowEditor</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="CtlMenu.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CtlMenu.Designer.cs">
- <DependentUpon>CtlMenu.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmIVREdit.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmIVREdit.Designer.cs">
- <DependentUpon>FrmIVREdit.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControlUtility\IVRAudioDTMF.cs" />
- <Compile Include="IVRControlUtility\IVRBranch.cs" />
- <Compile Include="IVRControlUtility\IVRCalculate.cs" />
- <Compile Include="IVRControlUtility\IVRCancelQueue.cs" />
- <Compile Include="IVRControlUtility\IVRCompare.cs" />
- <Compile Include="IVRControlUtility\IVRContinueQueue.cs" />
- <Compile Include="IVRControlUtility\IVRControlBase.cs" />
- <Compile Include="IVRControlUtility\IVRDefaultVar.cs" />
- <Compile Include="IVRControlUtility\IVRDefinevar.cs" />
- <Compile Include="IVRControlUtility\IVRDefinevarDefVar.cs" />
- <Compile Include="IVRControlUtility\IVREndNode.cs" />
- <Compile Include="IVRControl\CtlIVRTransfeOut.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRTransfeOut.Designer.cs">
- <DependentUpon>CtlIVRTransfeOut.cs</DependentUpon>
- </Compile>
- <Compile Include="Model\IVRFlow.cs" />
- <Compile Include="IVRControlUtility\IVRHangUp.cs" />
- <Compile Include="IVRControlUtility\IVRLeaveWord.cs" />
- <Compile Include="IVRControlUtility\IVROutbound.cs" />
- <Compile Include="IVRControlUtility\IVRQueue.cs" />
- <Compile Include="IVRControlUtility\IVRRecordSet.cs" />
- <Compile Include="IVRControlUtility\IVRRecvfax.cs" />
- <Compile Include="IVRControlUtility\IVRSendfax.cs" />
- <Compile Include="IVRControlUtility\IVRSocket.cs" />
- <Compile Include="IVRControlUtility\IVRSql.cs" />
- <Compile Include="IVRControlUtility\IVRStartNode.cs" />
- <Compile Include="IVRControlUtility\IVRStringop.cs" />
- <Compile Include="IVRControlUtility\IVRSubflow.cs" />
- <Compile Include="IVRControlUtility\IVRTimer.cs" />
- <Compile Include="IVRControlUtility\IVRTransfeOut.cs" />
- <Compile Include="IVRControlUtility\IVRTurnagent.cs" />
- <Compile Include="IVRControl\CtlIVRHangUp.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRHangUp.Designer.cs">
- <DependentUpon>CtlIVRHangUp.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRInputVar.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRInputVar.Designer.cs">
- <DependentUpon>CtlIVRInputVar.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRSocket.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRSocket.Designer.cs">
- <DependentUpon>CtlIVRSocket.cs</DependentUpon>
- </Compile>
- <Compile Include="Model\AttributeInfo.cs" />
- <Compile Include="Model\Enum.cs" />
- <Compile Include="Model\IVRFlowSerializerInfo.cs" />
- <Compile Include="Model\MessageInfo.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="IVRControl\CtlDefaultListVar.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlDefaultListVar.Designer.cs">
- <DependentUpon>CtlDefaultListVar.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlDefaultVar.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlDefaultVar.Designer.cs">
- <DependentUpon>CtlDefaultVar.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRAudioDTMF.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRAudioDTMF.Designer.cs">
- <DependentUpon>CtlIVRAudioDTMF.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRBranch.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRBranch.Designer.cs">
- <DependentUpon>CtlIVRBranch.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRBranchVar.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRBranchVar.Designer.cs">
- <DependentUpon>CtlIVRBranchVar.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRCalculate.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRCalculate.Designer.cs">
- <DependentUpon>CtlIVRCalculate.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRCancelQueue.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRCancelQueue.Designer.cs">
- <DependentUpon>CtlIVRCancelQueue.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRCompare.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRCompare.Designer.cs">
- <DependentUpon>CtlIVRCompare.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRContinueQueue.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRContinueQueue.Designer.cs">
- <DependentUpon>CtlIVRContinueQueue.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRDefinevar.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRDefinevar.Designer.cs">
- <DependentUpon>CtlIVRDefinevar.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRDefinevarDefVar.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRDefinevarDefVar.Designer.cs">
- <DependentUpon>CtlIVRDefinevarDefVar.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVREndNode.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVREndNode.Designer.cs">
- <DependentUpon>CtlIVREndNode.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRLeaveWord.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRLeaveWord.Designer.cs">
- <DependentUpon>CtlIVRLeaveWord.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVROutbound.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVROutbound.Designer.cs">
- <DependentUpon>CtlIVROutbound.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRQueue.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRQueue.Designer.cs">
- <DependentUpon>CtlIVRQueue.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRRecordSet.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRRecordSet.Designer.cs">
- <DependentUpon>CtlIVRRecordSet.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRSendfax.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRSendfax.Designer.cs">
- <DependentUpon>CtlIVRSendfax.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRSql.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRSql.Designer.cs">
- <DependentUpon>CtlIVRSql.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRStartNode.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRStartNode.Designer.cs">
- <DependentUpon>CtlIVRStartNode.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRStringop.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRStringop.Designer.cs">
- <DependentUpon>CtlIVRStringop.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRSubflow.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRSubflow.Designer.cs">
- <DependentUpon>CtlIVRSubflow.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRTimer.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRTimer.Designer.cs">
- <DependentUpon>CtlIVRTimer.cs</DependentUpon>
- </Compile>
- <Compile Include="IVRControl\CtlIVRTurnagent.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IVRControl\CtlIVRTurnagent.Designer.cs">
- <DependentUpon>CtlIVRTurnagent.cs</DependentUpon>
- </Compile>
- <Compile Include="Utility\GlobalController.cs" />
- <Compile Include="Utility\IVRFlowSerializer.cs" />
- <Compile Include="Utility\SerializerBase.cs" />
- <EmbeddedResource Include="CtlMenu.resx">
- <DependentUpon>CtlMenu.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmIVREdit.resx">
- <DependentUpon>FrmIVREdit.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRHangUp.resx">
- <DependentUpon>CtlIVRHangUp.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRInputVar.resx">
- <DependentUpon>CtlIVRInputVar.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRSocket.resx">
- <DependentUpon>CtlIVRSocket.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRTransfeOut.resx">
- <DependentUpon>CtlIVRTransfeOut.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- <EmbeddedResource Include="IVRControl\CtlDefaultListVar.resx">
- <DependentUpon>CtlDefaultListVar.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlDefaultVar.resx">
- <DependentUpon>CtlDefaultVar.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRAudioDTMF.resx">
- <DependentUpon>CtlIVRAudioDTMF.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRBranch.resx">
- <DependentUpon>CtlIVRBranch.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRBranchVar.resx">
- <DependentUpon>CtlIVRBranchVar.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRCalculate.resx">
- <DependentUpon>CtlIVRCalculate.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRCancelQueue.resx">
- <DependentUpon>CtlIVRCancelQueue.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRCompare.resx">
- <DependentUpon>CtlIVRCompare.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRContinueQueue.resx">
- <DependentUpon>CtlIVRContinueQueue.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRDefinevar.resx">
- <DependentUpon>CtlIVRDefinevar.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRDefinevarDefVar.resx">
- <DependentUpon>CtlIVRDefinevarDefVar.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVREndNode.resx">
- <DependentUpon>CtlIVREndNode.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRLeaveWord.resx">
- <DependentUpon>CtlIVRLeaveWord.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVROutbound.resx">
- <DependentUpon>CtlIVROutbound.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRQueue.resx">
- <DependentUpon>CtlIVRQueue.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRRecordSet.resx">
- <DependentUpon>CtlIVRRecordSet.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRSendfax.resx">
- <DependentUpon>CtlIVRSendfax.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRSql.resx">
- <DependentUpon>CtlIVRSql.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRStartNode.resx">
- <DependentUpon>CtlIVRStartNode.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRStringop.resx">
- <DependentUpon>CtlIVRStringop.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRSubflow.resx">
- <DependentUpon>CtlIVRSubflow.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRTimer.resx">
- <DependentUpon>CtlIVRTimer.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="IVRControl\CtlIVRTurnagent.resx">
- <DependentUpon>CtlIVRTurnagent.cs</DependentUpon>
- </EmbeddedResource>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\FlowEditor\FlowEditor.csproj">
- <Project>{51599AF2-0C6D-46FF-8694-A4E80952E2AC}</Project>
- <Name>FlowEditor</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|