<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->

<Feature  Id="2ACF27A5-F703-4277-9F5D-24D70110B18B"
          Title="$Resources:wacore,WAReportsFeatureTitle"
          Description="$Resources:wacore,WAReportsFeatureDesc"
          Version="14.0.0.0"
          Hidden="TRUE"
          Scope="Site"
          AlwaysForceInstall="TRUE"
          ReceiverAssembly="Microsoft.Office.Workflow.Feature, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
          ReceiverClass="Microsoft.Office.Workflow.Feature.WorkflowFeatureReceiver"
          SolutionId="5FEE007F-3729-4a78-86FB-688D8597713C"
          xmlns="http://schemas.microsoft.com/sharepoint/">
  <ElementManifests>
    <ElementManifest Location="elements.xml" />
    <ElementManifest Location="workflow.datadriven.xml" />
    <ElementManifest Location="workflow.scheduled.xml" />
  </ElementManifests>
  <Properties>
    <Property Key="GloballyAvailable" Value="true" />

    <!-- Value for RegisterForms key indicates the path to the forms relative to feature file location -->
    <!-- if you don't have forms, use *.xsn -->
    <Property Key="RegisterForms" Value="*.xsn" />
  </Properties>
</Feature>

