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