singrdk/base/Services/RamDisk/Disk/RamDisk.csproj

35 lines
1.1 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
###############################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Exe</OutputType>
2008-11-17 18:29:00 -05:00
<AssemblyName>RamDisk</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2008-03-05 09:52:00 -05:00
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
2008-11-17 18:29:00 -05:00
<ApplicationCategory>Custom</ApplicationCategory>
2008-03-05 09:52:00 -05:00
</PropertyGroup>
<ItemGroup>
2008-11-17 18:29:00 -05:00
<Compile Include="RamDisk.sg" />
2008-03-05 09:52:00 -05:00
<Compile Include="Main.sg" />
</ItemGroup>
<ItemGroup>
2008-11-17 18:29:00 -05:00
<ProjectReference Include="..\Contracts\RamDiskContracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Services\Transforms\ServiceTransform.csproj" >
<ExcludeFromNativeReferences>true</ExcludeFromNativeReferences>
</ProjectReference>
</ItemGroup>
2008-03-05 09:52:00 -05:00
2008-11-17 18:29:00 -05:00
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
2008-03-05 09:52:00 -05:00
</Project>