33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
|
<!--
|
|||
|
###############################################################################
|
|||
|
#
|
|||
|
# Microsoft Research Singularity
|
|||
|
#
|
|||
|
# 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>Play</AssemblyName>
|
|||
|
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
|
|||
|
<ProjectGuid>{C9030FC5-CDB7-4F5B-980C-5B72F8B92232}</ProjectGuid>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="Play.sg" />
|
|||
|
<BinaryResource Include="Resources\*.wav">
|
|||
|
<ClassName>WavAudio</ClassName>
|
|||
|
<Namespace>Microsoft.Singularity.Applications</Namespace>
|
|||
|
<FieldName>Content</FieldName>
|
|||
|
<OutputAsArray>true</OutputAsArray>
|
|||
|
</BinaryResource>
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<Import Project="$(SINGULARITY_ROOT)\Targets\ConsoleCategory.targets" />
|
|||
|
</Project>
|