29 lines
901 B
XML
29 lines
901 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>Vesa</AssemblyName>
|
|
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Vesa.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>
|