mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* Packages.mdproj: * FFS.cs: Added code for detecting 42BSD, 43BSD, 44BSD, SunOS, SunOS/x86, UFS and UFS2 filesystems. Block size is incorrect on NeXTStep's CD UFSs, but there is no way to check for it. * Main.cs: Disable debug by default * FileSystemIDandChk.csproj: Moved to .NET 4 and added EndianAwareBinaryReader class * EndianAwareBinaryReader.cs: Override of BinaryReader class with the ability to automatically swap endianness git-svn-id: svn://claunia.com/FileSystemIDandChk@13 17725271-3d32-4980-a8cb-9ff532f270ba
45 lines
2.2 KiB
XML
45 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ItemType>PackagingProject</ItemType>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{8996EF59-09B9-4920-A3DE-2F8EA2EBBCFF}</ProjectGuid>
|
|
<Packages>
|
|
<Packages>
|
|
<Package name="Mono Makefile fuentes">
|
|
<Builder targetFile="FileSystemIDandChk-.tar.gz" format="MonoDevelop.Projects.FileFormat" ctype="SourcesZipPackageBuilder">
|
|
<ChildEntries>
|
|
<SolutionItemReference path="FileSystemIDandChk\FileSystemIDandChk.csproj" />
|
|
</ChildEntries>
|
|
<RootEntry path="FileSystemIDandChk.sln" id=":root:" />
|
|
</Builder>
|
|
</Package>
|
|
<Package name="Linux binarios">
|
|
<Builder targetFile="FileSystemIDandChk-linux.tar.gz" platform="Linux" configuration="Debug|x86" ctype="BinariesZipPackageBuilder">
|
|
<ChildEntries>
|
|
<SolutionItemReference path="FileSystemIDandChk\FileSystemIDandChk.csproj" />
|
|
</ChildEntries>
|
|
<RootEntry path="FileSystemIDandChk.sln" id=":root:" />
|
|
</Builder>
|
|
</Package>
|
|
<Package name="Microsoft Windows binarios">
|
|
<Builder targetFile="FileSystemIDandChk-windows.tar.gz" platform="Windows" configuration="Debug|x86" ctype="BinariesZipPackageBuilder">
|
|
<ChildEntries>
|
|
<SolutionItemReference path="FileSystemIDandChk\FileSystemIDandChk.csproj" />
|
|
</ChildEntries>
|
|
<RootEntry path="FileSystemIDandChk.sln" id=":root:" />
|
|
</Builder>
|
|
</Package>
|
|
<Package name="Tarball">
|
|
<Builder TargetDirectory="FileSystemIDandChk" DefaultConfiguration="Debug|x86" ctype="TarballDeployTarget">
|
|
<ChildEntries>
|
|
<SolutionItemReference path="FileSystemIDandChk\FileSystemIDandChk.csproj" />
|
|
</ChildEntries>
|
|
<RootEntry path="FileSystemIDandChk.sln" id=":root:" />
|
|
</Builder>
|
|
</Package>
|
|
</Packages>
|
|
</Packages>
|
|
</PropertyGroup>
|
|
</Project> |