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

📄 drools.dotnet.tests.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>{B9420EAA-D74A-48AA-9600-FB8D6505D642}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>org.drools.dotnet.tests</RootNamespace>
    <AssemblyName>org.drools.dotnet.tests</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="nmock, Version=1.0.1536.20687, Culture=neutral">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\nmock\nmock.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.configuration" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="RuleBaseLoaderTests.cs" />
    <Compile Include="semantics\DotNetBlockConsequenceTests.cs" />
    <Compile Include="semantics\DotNetConditionTests.cs" />
    <Compile Include="semantics\DotNetImporterTests.cs" />
    <Compile Include="semantics\DotNetLanguages.cs" />
    <Compile Include="semantics\DotNetObjectTypeTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="semantics\DotNetFunctionsTests.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="drls\csharp.drl.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </EmbeddedResource>
    <Content Include="drls\visualbasic.drl.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
  </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>
  -->
  <PropertyGroup>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
</Project>

⌨️ 快捷键说明

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