singrdk/base/Services/Fat/Fs/FatFs.csproj

62 lines
2.7 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>
<AssemblyName>FatFs</AssemblyName>
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
2008-11-17 18:29:00 -05:00
<ApplicationCategory>Custom</ApplicationCategory>
<ProjectGuid>{FE7539D4-0AFD-40C7-A045-BA95895B92C9}</ProjectGuid>
2008-03-05 09:52:00 -05:00
</PropertyGroup>
<ItemGroup>
<Compile Include="AsyncCommands.sg" />
<Compile Include="Bitmap.sg" />
<Compile Include="BlockCache.sg" />
<Compile Include="BlockIndex.sg" />
<Compile Include="BlockWriter.sg" />
<Compile Include="BPB.sg" />
<Compile Include="ChannelIo.sg" />
<Compile Include="DHashtable.sg" />
<Compile Include="Directory.sg" />
<Compile Include="DirectoryCache.sg" />
<Compile Include="DirectoryEntry.sg" />
<Compile Include="Disk.sg" />
<Compile Include="Fat.sg" />
<Compile Include="Fat12.sg" />
<Compile Include="Fat16.sg" />
<Compile Include="Fat32.sg" />
<Compile Include="FatThreadPool.sg" />
<Compile Include="FatVolume.sg" />
<Compile Include="File.sg" />
<Compile Include="FileCache.sg" />
<Compile Include="Format.sg" />
<Compile Include="FsInfo32.sg" />
<Compile Include="FsObject.sg" />
<Compile Include="FsObjectCache.sg" />
<Compile Include="LongDirectoryEntry.sg" />
<Compile Include="Main.sg" />
<Compile Include="OpenHash.sg" />
<Compile Include="PathOpen.sg" />
<Compile Include="PathUtils.sg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Contracts\FatContracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\FileSystem.Contracts\FileSystem.Contracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Diagnostics.Contracts\Diagnostics.Contracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\System.IO\System.IO.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj" />
2008-11-17 18:29:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\FileSystem.Utils\FileSystem.Utils.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Services\Transforms\ServiceTransform.csproj">
<ExcludeFromNativeReferences>true</ExcludeFromNativeReferences>
</ProjectReference>
2008-03-05 09:52:00 -05:00
</ItemGroup>
2008-11-17 18:29:00 -05:00
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
2008-03-05 09:52:00 -05:00
</Project>