其他分享
首页 > 其他分享> > uiPath项目

uiPath项目

作者:互联网

默认新建项目

 

 

 Main.xaml文件

<Activity mc:Ignorable="sap sap2010" x:Class="Main" mva:VisualBasic.Settings="{x:Null}"

xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities"

xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities"

xmlns:sap="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation"

xmlns:sap2010="http://schemas.microsoft.com/netfx/2010/xaml/activities/presentation"

xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib"

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

    <TextExpression.NamespacesForImplementation>

        <sco:Collection x:TypeArguments="x:String">

            <x:String>System.Activities</x:String>

            <x:String>System.Activities.Statements</x:String>

            <x:String>System.Activities.Expressions</x:String>

            <x:String>System.Activities.Validation</x:String>

            <x:String>System.Activities.XamlIntegration</x:String>

            <x:String>Microsoft.VisualBasic</x:String>

            <x:String>Microsoft.VisualBasic.Activities</x:String>

            <x:String>System</x:String>

            <x:String>System.Collections</x:String>

            <x:String>System.Collections.Generic</x:String>

            <x:String>System.Data</x:String>

            <x:String>System.Diagnostics</x:String>

            <x:String>System.Drawing</x:String>

            <x:String>System.IO</x:String>

            <x:String>System.Linq</x:String>

            <x:String>System.Net.Mail</x:String>

            <x:String>System.Xml</x:String>

            <x:String>System.Xml.Linq</x:String>

            <x:String>UiPath.Core</x:String>

            <x:String>UiPath.Core.Activities</x:String>

            <x:String>System.Windows.Markup</x:String>

        </sco:Collection>

    </TextExpression.NamespacesForImplementation>

    <TextExpression.ReferencesForImplementation>

        <sco:Collection x:TypeArguments="AssemblyReference">

            <AssemblyReference>System.Activities</AssemblyReference>

            <AssemblyReference>Microsoft.VisualBasic</AssemblyReference>

            <AssemblyReference>mscorlib</AssemblyReference>

            <AssemblyReference>System.Data</AssemblyReference>

            <AssemblyReference>System</AssemblyReference>

            <AssemblyReference>System.Drawing</AssemblyReference>

            <AssemblyReference>System.Core</AssemblyReference>

            <AssemblyReference>System.Xml</AssemblyReference>

            <AssemblyReference>System.Xml.Linq</AssemblyReference>

            <AssemblyReference>PresentationFramework</AssemblyReference>

            <AssemblyReference>WindowsBase</AssemblyReference>

            <AssemblyReference>PresentationCore</AssemblyReference>

            <AssemblyReference>System.Xaml</AssemblyReference>

            <AssemblyReference>UiPath.System.Activities</AssemblyReference>

            <AssemblyReference>UiPath.UiAutomation.Activities</AssemblyReference>

            <AssemblyReference>System.Data.DataSetExtensions</AssemblyReference>

        </sco:Collection>

    </TextExpression.ReferencesForImplementation>

</Activity>

project.json

{
  "name": "name",
  "description": "名称",
  "main": "Main.xaml",
  "dependencies": {
    "UiPath.Excel.Activities": "[2.10.4]",
    "UiPath.Mail.Activities": "[1.10.5]",
    "UiPath.System.Activities": "[21.4.1]",
    "UiPath.UIAutomation.Activities": "[21.4.4]"
  },
  "webServices": [],
  "entitiesStores": [],
  "schemaVersion": "4.0",
  "studioVersion": "21.4.4.0",
  "projectVersion": "1.0.0",
  "runtimeOptions": {
    "autoDispose": false,
    "isPausable": true,
    "requiresUserInteraction": true,
    "supportsPersistence": false,
    "excludedLoggedData": [
      "Private:*",
      "*password*"
    ],
    "executionType": "Workflow",
    "readyForPiP": false,
    "startsInPiP": false
  },
  "designOptions": {
    "projectProfile": "Developement",
    "outputType": "Process",
    "libraryOptions": {
      "includeOriginalXaml": false,
      "privateWorkflows": []
    },
    "processOptions": {
      "ignoredFiles": []
    },
    "fileInfoCollection": [],
    "modernBehavior": false
  },
  "expressionLanguage": "VisualBasic",
  "entryPoints": [
    {
      "filePath": "Main.xaml",
      "uniqueId": "97a9615f-ff94-4ca1-a3ec-9b058911b847",
      "input": [],
      "output": []
    }
  ],
  "isTemplate": false,
  "templateProjectData": {},
  "publishData": {},
  "targetFramework": "Legacy"

标签:Activities,xmlns,false,项目,xaml,System,uiPath,UiPath
来源: https://blog.csdn.net/dubo_csdn/article/details/120524583