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

📄 drools.dotnet.examples.csproj

📁 drools 一个开放源码的规则引擎
💻 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>{1C1C7F94-6B2C-4281-9926-12652BF1FAE2}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>org.drools.dotnet.examples</RootNamespace>
    <AssemblyName>org.drools.dotnet.examples</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="drools-2.1, Version=0.0.0.0, Culture=neutral">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\drools-2.1\drools-2.1.dll</HintPath>
    </Reference>
    <Reference Include="IKVM.GNU.Classpath, Version=0.22.0.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\ikvm\IKVM.GNU.Classpath.dll</HintPath>
    </Reference>
    <Reference Include="nunit.framework, Version=2.2.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\nunit\nunit.framework.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="escalation\EscalationTests.cs" />
    <Compile Include="escalation\Status.cs" />
    <Compile Include="escalation\TroubleTicket.cs" />
    <Compile Include="fibonacci\Fibonacci.cs" />
    <Compile Include="fibonacci\FibonacciTests.cs" />
    <Compile Include="helloworld\HelloWorldTests.cs" />
    <Compile Include="manners\Context.cs" />
    <Compile Include="manners\Guest.cs" />
    <Compile Include="manners\LastSeat.cs" />
    <Compile Include="manners\MannersTests.cs" />
    <Compile Include="manners\Seat.cs" />
    <Compile Include="manners\Seating.cs" />
    <Compile Include="manners\Sex.cs" />
    <Compile Include="nodesharing\NodeSharingTests.cs" />
    <Compile Include="primenumbers\PrimeNumbersTests.cs" />
    <Compile Include="state\State.cs" />
    <Compile Include="state\StateTests.cs" />
    <Compile Include="state\Status.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="drls\escalation.csharp.drl.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="drls\fibonacci.csharp.drl.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="drls\helloworld.csharp.drl.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="drls\manners.csharp.drl.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="drls\nodesharing.csharp.drl.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="drls\state.csharp.drl.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\drools.dotnet\drools.dotnet.csproj">
      <Project>{7FBB7454-A22D-4367-BE90-9967DE1E7AA8}</Project>
      <Name>drools.dotnet</Name>
    </ProjectReference>
    <ProjectReference Include="..\drools.semantics.dotnet\drools.semantics.dotnet.csproj">
      <Project>{9FD67C43-A7DE-48B8-9F10-F454DB22B00A}</Project>
      <Name>drools.semantics.dotnet</Name>
    </ProjectReference>
  </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 + -