2008-03-05 09:52:00 -05:00
|
|
|
<!--
|
|
|
|
##############################################################################
|
|
|
|
|
|
|
|
Microsoft Research Singularity
|
|
|
|
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
|
|
|
|
Note: Test parameter matching code
|
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
-->
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
|
|
<Import Project="..\..\Paths.targets"/>
|
2008-11-17 18:29:00 -05:00
|
|
|
|
2008-03-05 09:52:00 -05:00
|
|
|
<PropertyGroup>
|
|
|
|
<AssemblyName>ptest</AssemblyName>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="ptest.sg"/>
|
|
|
|
<BinaryResource Include="..\Play\Resources\*.wav">
|
|
|
|
<FieldName>Content</FieldName>
|
|
|
|
<ClassName>WavAudio</ClassName>
|
|
|
|
<Namespace>Microsoft.Singularity.Applications</Namespace>
|
|
|
|
<OutputAsArray>true</OutputAsArray>
|
|
|
|
</BinaryResource>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\ConsoleCategory.targets"/>
|
|
|
|
</Project>
|