<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
  <TemplateData>
    <Name>Empty DLL for Drivers (Universal)</Name>
    <Description>An empty project for creating a DLL that interacts with universal drivers</Description>
    <ProjectType>VC</ProjectType>
    <ProjectSubType>
    </ProjectSubType>
    <SortOrder>1000</SortOrder>
    <NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
    <CreateNewFolder>true</CreateNewFolder>
    <DefaultName>DllForDrivers</DefaultName>
    <ProvideDefaultName>true</ProvideDefaultName>
    <LocationField>Enabled</LocationField>
    <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
    <Icon>__TemplateIcon.ico</Icon>
    <PromptForSaveOnCreation>true</PromptForSaveOnCreation>
  </TemplateData>
  <TemplateContent>
    <Project TargetFileName="EmptyDll.vcxproj" File="EmptyDll.vcxproj" ReplaceParameters="true">
    <ProjectItem ReplaceParameters="true" TargetFileName="$projectname$.vcxproj.filters">EmptyDll.vcxproj.filters</ProjectItem>
    </Project>
    <CustomParameters>
      <CustomParameter
          Name="$DriverTemplate_ProjectType$"
          Value="Driver" />
      <CustomParameter
          Name="$DriverTemplate_GUID$"
          Value="{575A4892-E5B3-4bb8-926D-31A103EFC258}" />
    </CustomParameters>
  </TemplateContent>
  <WizardExtension>
    <Assembly>Microsoft.DriverKit.DriverWizard, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35</Assembly>
    <FullClassName>Microsoft.DriverKit.DriverWizard.Wizard</FullClassName>
  </WizardExtension>
</VSTemplate>
