singrdk/base/Drivers/LegacyKeyboard/LegacyKeyboard.csproj

25 lines
709 B
XML
Raw Permalink Normal View History

2008-03-05 09:52:00 -05:00
<!--
###############################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>LegacyKeyboard</AssemblyName>
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
</PropertyGroup>
<ItemGroup>
<Compile Include="LegacyKeyboard.sg" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\DriverCategory.targets" />
</Project>