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

📄 wxwinter.wf.designerform.csproj

📁 博客园WxWinter写的WF工作流入门学习资料及示例代码
💻 CSPROJ
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{B6F2D79A-DD11-405C-BEE5-3F5F07566973}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>wxwinter.wf.DesignerForm</RootNamespace>
    <AssemblyName>wxwinter.wf.DesignerForm</AssemblyName>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <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|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Workflow.Activities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    <Reference Include="System.Workflow.ComponentModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    <Reference Include="System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    <Reference Include="System.WorkflowServices, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ClassViewForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ClassViewForm.Designer.cs">
      <DependentUpon>ClassViewForm.cs</DependentUpon>
    </Compile>
    <Compile Include="index.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="index.Designer.cs">
      <DependentUpon>index.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="ClassViewForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>ClassViewForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="index.resx">
      <SubType>Designer</SubType>
      <DependentUpon>index.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="SequentialForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>SequentialForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="StateMachineForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>StateMachineForm.cs</DependentUpon>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <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>
    <Compile Include="SequentialForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="SequentialForm.Designer.cs">
      <DependentUpon>SequentialForm.cs</DependentUpon>
    </Compile>
    <Compile Include="StateMachineForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="StateMachineForm.Designer.cs">
      <DependentUpon>StateMachineForm.cs</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\wxwinter.wf.Design\wxwinter.wf.Design.csproj">
      <Project>{BDE39356-6F85-4303-B822-D6A5782E69BB}</Project>
      <Name>wxwinter.wf.Design</Name>
    </ProjectReference>
    <ProjectReference Include="..\wxwinter.wf.Service\wxwinter.wf.Service.csproj">
      <Project>{6628DB81-2BEE-4096-A116-EFAE5EDD8C7B}</Project>
      <Name>wxwinter.wf.Service</Name>
    </ProjectReference>
    <ProjectReference Include="..\wxwinter.wf.TestWorkflow\wxwinter.wf.TestWorkflow.csproj">
      <Project>{1ED9157F-4550-45C3-BA30-FF702BBA353F}</Project>
      <Name>wxwinter.wf.TestWorkflow</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="ActivityTooIteml.txt">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\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>

⌨️ 快捷键说明

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