2015-10-05 20:04:05 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{D7016DF2-5A5E-4524-B40D-BA2D59576688}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>DiscImageChef.Filesystems</RootNamespace>
|
|
|
|
|
<AssemblyName>DiscImageChef.Filesystems</AssemblyName>
|
2016-07-19 22:29:08 +01:00
|
|
|
<ReleaseVersion>3.0.0</ReleaseVersion>
|
2015-10-05 20:04:05 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="AmigaDOS.cs" />
|
|
|
|
|
<Compile Include="AppleHFS.cs" />
|
|
|
|
|
<Compile Include="AppleHFSPlus.cs" />
|
|
|
|
|
<Compile Include="AppleMFS.cs" />
|
|
|
|
|
<Compile Include="BFS.cs" />
|
|
|
|
|
<Compile Include="ext2FS.cs" />
|
|
|
|
|
<Compile Include="extFS.cs" />
|
|
|
|
|
<Compile Include="FAT.cs" />
|
|
|
|
|
<Compile Include="FFS.cs" />
|
|
|
|
|
<Compile Include="HPFS.cs" />
|
|
|
|
|
<Compile Include="ISO9660.cs" />
|
|
|
|
|
<Compile Include="MinixFS.cs" />
|
|
|
|
|
<Compile Include="NTFS.cs" />
|
|
|
|
|
<Compile Include="ODS.cs" />
|
|
|
|
|
<Compile Include="Opera.cs" />
|
|
|
|
|
<Compile Include="PCEngine.cs" />
|
2016-07-21 16:15:39 +01:00
|
|
|
<Compile Include="Filesystem.cs" />
|
2015-10-05 20:04:05 +01:00
|
|
|
<Compile Include="ProDOS.cs" />
|
|
|
|
|
<Compile Include="SolarFS.cs" />
|
|
|
|
|
<Compile Include="Symbian.cs" />
|
|
|
|
|
<Compile Include="SysV.cs" />
|
|
|
|
|
<Compile Include="UNIXBFS.cs" />
|
2016-02-05 05:39:15 +00:00
|
|
|
<Compile Include="Acorn.cs" />
|
2016-04-19 01:17:14 +01:00
|
|
|
<Compile Include="Nintendo.cs" />
|
2016-05-05 01:00:47 +01:00
|
|
|
<Compile Include="BTRFS.cs" />
|
2016-06-22 05:01:13 +01:00
|
|
|
<Compile Include="APFS.cs" />
|
2016-07-21 16:15:39 +01:00
|
|
|
<Compile Include="Structs.cs" />
|
2016-07-21 17:19:28 +01:00
|
|
|
<Compile Include="LisaFS\LisaFS.cs" />
|
2016-07-21 17:36:51 +01:00
|
|
|
<Compile Include="LisaFS\Consts.cs" />
|
|
|
|
|
<Compile Include="LisaFS\Structs.cs" />
|
|
|
|
|
<Compile Include="LisaFS\Info.cs" />
|
|
|
|
|
<Compile Include="LisaFS\Super.cs" />
|
|
|
|
|
<Compile Include="LisaFS\Xattr.cs" />
|
|
|
|
|
<Compile Include="LisaFS\Dir.cs" />
|
|
|
|
|
<Compile Include="LisaFS\File.cs" />
|
|
|
|
|
<Compile Include="LisaFS\Extent.cs" />
|
2016-07-28 15:12:09 +01:00
|
|
|
<Compile Include="LisaFS\Encoding.cs" />
|
2015-10-05 20:04:05 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Checksums\DiscImageChef.Checksums.csproj">
|
|
|
|
|
<Project>{CC48B324-A532-4A45-87A6-6F91F7141E8D}</Project>
|
|
|
|
|
<Name>DiscImageChef.Checksums</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.CommonTypes\DiscImageChef.CommonTypes.csproj">
|
|
|
|
|
<Project>{F2B84194-26EB-4227-B1C5-6602517E85AE}</Project>
|
|
|
|
|
<Name>DiscImageChef.CommonTypes</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Helpers\DiscImageChef.Helpers.csproj">
|
|
|
|
|
<Project>{F8BDF57B-1571-4CD0-84B3-B422088D359A}</Project>
|
|
|
|
|
<Name>DiscImageChef.Helpers</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Partitions\DiscImageChef.Partitions.csproj">
|
|
|
|
|
<Project>{DA7AB65D-B5BA-4003-8893-A51BB071BA2F}</Project>
|
|
|
|
|
<Name>DiscImageChef.Partitions</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.DiscImages\DiscImageChef.DiscImages.csproj">
|
|
|
|
|
<Project>{74032CBC-339B-42F3-AF6F-E96C261F3E6A}</Project>
|
|
|
|
|
<Name>DiscImageChef.DiscImages</Name>
|
|
|
|
|
</ProjectReference>
|
2015-10-18 22:04:03 +01:00
|
|
|
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">
|
|
|
|
|
<Project>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</Project>
|
|
|
|
|
<Name>DiscImageChef.Console</Name>
|
|
|
|
|
</ProjectReference>
|
2015-12-05 17:10:27 +00:00
|
|
|
<ProjectReference Include="..\DiscImageChef.Metadata\DiscImageChef.Metadata.csproj">
|
|
|
|
|
<Project>{9F213318-5CB8-4066-A757-074489C9F818}</Project>
|
|
|
|
|
<Name>DiscImageChef.Metadata</Name>
|
|
|
|
|
</ProjectReference>
|
2015-10-05 20:04:05 +01:00
|
|
|
</ItemGroup>
|
2016-07-21 17:19:28 +01:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="LisaFS\" />
|
|
|
|
|
</ItemGroup>
|
2016-06-22 05:01:13 +01:00
|
|
|
<ProjectExtensions>
|
|
|
|
|
<MonoDevelop>
|
|
|
|
|
<Properties>
|
|
|
|
|
<Policies>
|
|
|
|
|
<TextStylePolicy FileWidth="120" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" />
|
|
|
|
|
<CSharpFormattingPolicy IndentSwitchSection="True" NewLinesForBracesInProperties="True" NewLinesForBracesInAccessors="True" NewLinesForBracesInAnonymousMethods="True" NewLinesForBracesInControlBlocks="True" NewLinesForBracesInAnonymousTypes="True" NewLinesForBracesInObjectCollectionArrayInitializers="True" NewLinesForBracesInLambdaExpressionBody="True" NewLineForElse="True" NewLineForCatch="True" NewLineForFinally="True" NewLineForMembersInObjectInit="True" NewLineForMembersInAnonymousTypes="True" NewLineForClausesInQuery="True" SpacingAfterMethodDeclarationName="False" SpaceAfterMethodCallName="False" SpaceAfterControlFlowStatementKeyword="False" SpaceBeforeOpenSquareBracket="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
|
2016-07-21 17:36:51 +01:00
|
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
|
2016-06-22 05:01:13 +01:00
|
|
|
</Policies>
|
|
|
|
|
</Properties>
|
|
|
|
|
</MonoDevelop>
|
|
|
|
|
</ProjectExtensions>
|
2015-10-05 20:04:05 +01:00
|
|
|
</Project>
|