29 lines
817 B
XML
29 lines
817 B
XML
<!--
|
|
##############################################################################
|
|
|
|
Microsoft Research Singularity
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
##############################################################################
|
|
-->
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\Paths.targets"/>
|
|
|
|
<PropertyGroup>
|
|
<AssemblyName>spg</AssemblyName>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Generator.cs"/>
|
|
<Compile Include="HashSet.cs"/>
|
|
<Compile Include="ISet.cs"/>
|
|
<Compile Include="Parser.cs"/>
|
|
<Reference Include="System"/>
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\Windows.targets" />
|
|
|
|
</Project>
|