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

64 lines
2.4 KiB
XML

<!--
###############################################################################
#
# Microsoft Research Singularity
#
# 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>
</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" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\FileSystem.Utils\FileSystem.Utils.csproj"/>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\ServiceCategory.targets" />
</Project>