singrdk/base/Applications/ptest/ptest.csproj

36 lines
1.0 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
Microsoft Research Singularity
Copyright (c) Microsoft Corporation. All rights reserved.
File: Applications\ptest\ptest.csproj
Note: Test parameter matching code
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets"/>
<PropertyGroup>
<AssemblyName>ptest</AssemblyName>
<OutputType>Exe</OutputType>
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
</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>