singrdk/base/Drivers/Omap3430Video/Omap3430Video.csproj

29 lines
919 B
XML

<!--
###############################################################################
#
# 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>Omap3430Video</AssemblyName>
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
</PropertyGroup>
<ItemGroup>
<Compile Include="Omap3430Video.sg" />
<Compile Include="..\S3Trio64\Fonts.sg" />
<Compile Include="..\S3Trio64\RGB.cs" />
<Compile Include="..\S3Trio64\BitmapFileHeader.cs" />
<Compile Include="..\S3Trio64\BitmapInfoHeader.cs" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\DriverCategory.targets" />
</Project>