singrdk/base/Windows/ProfMap/ProfMap.csproj

27 lines
764 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>profmap</AssemblyName>
<OutputType>Exe</OutputType>
<DefineConstants>SINGULARITY</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="profmap.cs"/>
<Reference Include="System"/>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\Windows.targets" />
</Project>