⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 workflowconsoleapplication1.csproj

📁 WWF中的基本活动的简单示例,例如IfElseActivity、WhileActivity活动
💻 CSPROJ
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{60604A98-D164-4A8B-B6A5-BB465A151EEE}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>WorkflowConsoleApplication1</RootNamespace>
    <AssemblyName>WorkflowConsoleApplication1</AssemblyName>
    <ProjectTypeGuids>{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>.\bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <UseVSHostingProcess>false</UseVSHostingProcess>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    <DebugSymbols>false</DebugSymbols>
    <Optimize>true</Optimize>
    <OutputPath>.\bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <UseVSHostingProcess>false</UseVSHostingProcess>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System.Workflow.Activities" />
    <Reference Include="System.Workflow.ComponentModel" />
    <Reference Include="System.Workflow.Runtime" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Design" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Drawing.Design" />
    <Reference Include="System.Transactions" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Web" />
    <Reference Include="System.Web.Services" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Bug.cs" />
    <Compile Include="BugAddedArgs.cs" />
    <Compile Include="BugFlowService.cs" />
    <Compile Include="IBugFlowService.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Program.cs" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.cs</LastGenOutput>
    </None>
    <Compile Include="Properties\Settings.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
    </Compile>
    <Compile Include="Workflow1.xoml.cs">
      <DependentUpon>Workflow1.xoml</DependentUpon>
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Workflow17.xoml.cs">
      <DependentUpon>Workflow17.xoml</DependentUpon>
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Workflow18.xoml.cs">
      <DependentUpon>Workflow18.xoml</DependentUpon>
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Workflow2.xoml.cs">
      <DependentUpon>Workflow2.xoml</DependentUpon>
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Workflow22.xoml.cs">
      <DependentUpon>Workflow22.xoml</DependentUpon>
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Workflow23_IfElse.xoml.cs">
      <DependentUpon>Workflow23_IfElse.xoml</DependentUpon>
      <SubType>Component</SubType>
    </Compile>
    <AppDesigner Include="Properties\" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="Workflow1.xoml">
      <SubType>Component</SubType>
    </Content>
    <Content Include="Workflow17.xoml">
      <SubType>Component</SubType>
    </Content>
    <Content Include="Workflow18.xoml">
      <SubType>Component</SubType>
    </Content>
    <Content Include="Workflow2.xoml">
      <SubType>Component</SubType>
    </Content>
    <Content Include="Workflow22.xoml">
      <SubType>Component</SubType>
    </Content>
    <Content Include="Workflow23_IfElse.xoml">
      <SubType>Component</SubType>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Workflow1.rules">
      <DependentUpon>Workflow1.xoml</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Workflow23_IfElse.rules">
      <DependentUpon>Workflow23_IfElse.xoml</DependentUpon>
    </EmbeddedResource>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" />
</Project>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -