2017-12-25 23:42:14 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-10-05 20:04:05 +01:00
|
|
|
|
<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>
|
2017-12-24 05:45:43 +00:00
|
|
|
|
<ReleaseVersion>4.0.0.0</ReleaseVersion>
|
2017-05-19 18:39:15 +01:00
|
|
|
|
<SynchReleaseVersion>false</SynchReleaseVersion>
|
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" />
|
2016-08-26 01:45:58 +01:00
|
|
|
|
<Reference Include="System.Xml" />
|
2017-06-06 21:23:20 +01:00
|
|
|
|
<Reference Include="Claunia.Encoding">
|
2017-10-19 01:20:03 +01:00
|
|
|
|
<HintPath>..\packages\Claunia.Encoding.1.2.9.1\lib\portable40-net40+sl5+win8+wp8\Claunia.Encoding.dll</HintPath>
|
2017-06-06 21:23:20 +01:00
|
|
|
|
</Reference>
|
2015-10-05 20:04:05 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2017-12-26 07:23:09 +00:00
|
|
|
|
<Compile Include="IReadOnlyFilesystem.cs" />
|
2015-10-05 20:04:05 +01:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="AmigaDOS.cs" />
|
|
|
|
|
|
<Compile Include="AppleHFS.cs" />
|
|
|
|
|
|
<Compile Include="AppleHFSPlus.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="MinixFS.cs" />
|
|
|
|
|
|
<Compile Include="NTFS.cs" />
|
|
|
|
|
|
<Compile Include="ODS.cs" />
|
|
|
|
|
|
<Compile Include="Opera.cs" />
|
|
|
|
|
|
<Compile Include="PCEngine.cs" />
|
2017-12-26 06:05:12 +00:00
|
|
|
|
<Compile Include="IFilesystem.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-31 20:56:53 +01:00
|
|
|
|
<Compile Include="UCSDPascal\UCSDPascal.cs" />
|
|
|
|
|
|
<Compile Include="UCSDPascal\Consts.cs" />
|
|
|
|
|
|
<Compile Include="UCSDPascal\File.cs" />
|
|
|
|
|
|
<Compile Include="UCSDPascal\Info.cs" />
|
|
|
|
|
|
<Compile Include="UCSDPascal\Structs.cs" />
|
|
|
|
|
|
<Compile Include="UCSDPascal\Super.cs" />
|
|
|
|
|
|
<Compile Include="UCSDPascal\Dir.cs" />
|
2016-08-01 00:41:02 +01:00
|
|
|
|
<Compile Include="AppleMFS\AppleMFS.cs" />
|
|
|
|
|
|
<Compile Include="AppleMFS\Consts.cs" />
|
|
|
|
|
|
<Compile Include="AppleMFS\Dir.cs" />
|
|
|
|
|
|
<Compile Include="AppleMFS\File.cs" />
|
|
|
|
|
|
<Compile Include="AppleMFS\Info.cs" />
|
|
|
|
|
|
<Compile Include="AppleMFS\Structs.cs" />
|
|
|
|
|
|
<Compile Include="AppleMFS\Super.cs" />
|
|
|
|
|
|
<Compile Include="AppleMFS\Xattr.cs" />
|
2016-08-18 01:13:52 +01:00
|
|
|
|
<Compile Include="exFAT.cs" />
|
2016-08-26 01:45:58 +01:00
|
|
|
|
<Compile Include="CPM\Info.cs" />
|
|
|
|
|
|
<Compile Include="CPM\CPM.cs" />
|
|
|
|
|
|
<Compile Include="CPM\Structs.cs" />
|
|
|
|
|
|
<Compile Include="CPM\Definitions.cs" />
|
|
|
|
|
|
<Compile Include="CPM\Dir.cs" />
|
|
|
|
|
|
<Compile Include="CPM\Super.cs" />
|
|
|
|
|
|
<Compile Include="CPM\Consts.cs" />
|
|
|
|
|
|
<Compile Include="CPM\File.cs" />
|
|
|
|
|
|
<Compile Include="CPM\Xattr.cs" />
|
2016-09-02 05:23:59 +01:00
|
|
|
|
<Compile Include="QNX4.cs" />
|
2016-09-02 06:03:58 +01:00
|
|
|
|
<Compile Include="QNX6.cs" />
|
2016-09-02 06:49:59 +01:00
|
|
|
|
<Compile Include="JFS.cs" />
|
2016-09-02 18:10:54 +01:00
|
|
|
|
<Compile Include="F2FS.cs" />
|
2016-09-02 18:46:55 +01:00
|
|
|
|
<Compile Include="NILFS2.cs" />
|
2016-09-02 19:33:30 +01:00
|
|
|
|
<Compile Include="Reiser.cs" />
|
|
|
|
|
|
<Compile Include="Reiser4.cs" />
|
2016-09-02 20:05:55 +01:00
|
|
|
|
<Compile Include="XFS.cs" />
|
2016-09-13 17:53:24 +01:00
|
|
|
|
<Compile Include="PFS.cs" />
|
2016-09-13 19:06:05 +01:00
|
|
|
|
<Compile Include="SFS.cs" />
|
2016-09-14 00:13:14 +01:00
|
|
|
|
<Compile Include="VMfs.cs" />
|
2016-09-14 02:31:20 +01:00
|
|
|
|
<Compile Include="VxFS.cs" />
|
2016-09-14 14:25:08 +01:00
|
|
|
|
<Compile Include="Squash.cs" />
|
2016-09-14 14:59:17 +01:00
|
|
|
|
<Compile Include="Cram.cs" />
|
2016-09-14 17:59:54 +01:00
|
|
|
|
<Compile Include="CBM.cs" />
|
2016-09-15 01:54:40 +01:00
|
|
|
|
<Compile Include="UDF.cs" />
|
2016-09-17 16:56:09 +01:00
|
|
|
|
<Compile Include="ECMA67.cs" />
|
2016-09-17 21:25:14 +01:00
|
|
|
|
<Compile Include="FATX.cs" />
|
2017-12-25 23:42:14 +00:00
|
|
|
|
<Compile Include="Xia.cs" />
|
2016-09-18 05:09:55 +01:00
|
|
|
|
<Compile Include="ZFS.cs" />
|
2016-10-07 00:41:59 +01:00
|
|
|
|
<Compile Include="AppleDOS\Dir.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\File.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\Info.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\AppleDOS.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\Structs.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\Super.cs" />
|
|
|
|
|
|
<Compile Include="AppleDOS\Xattr.cs" />
|
2017-07-26 03:08:29 +01:00
|
|
|
|
<Compile Include="AtheOS.cs" />
|
2017-07-26 04:21:47 +01:00
|
|
|
|
<Compile Include="HAMMER.cs" />
|
2017-08-07 16:15:57 +01:00
|
|
|
|
<Compile Include="Fossil.cs" />
|
2017-08-08 11:51:48 +01:00
|
|
|
|
<Compile Include="EFS.cs" />
|
2017-08-09 03:09:05 +01:00
|
|
|
|
<Compile Include="UNICOS.cs" />
|
2017-08-16 15:45:37 +01:00
|
|
|
|
<Compile Include="RBF.cs" />
|
2017-08-25 01:58:22 +01:00
|
|
|
|
<Compile Include="AODOS.cs" />
|
2017-08-25 03:02:55 +01:00
|
|
|
|
<Compile Include="RT11.cs" />
|
2017-09-14 02:01:43 +01:00
|
|
|
|
<Compile Include="LIF.cs" />
|
2017-09-14 21:20:32 +01:00
|
|
|
|
<Compile Include="Locus.cs" />
|
2017-09-16 00:57:26 +01:00
|
|
|
|
<Compile Include="dump.cs" />
|
2017-09-21 21:20:53 +01:00
|
|
|
|
<Compile Include="MicroDOS.cs" />
|
2017-10-08 20:41:54 +01:00
|
|
|
|
<Compile Include="ISO9660\Info.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\ISO9660.cs" />
|
2017-10-09 13:52:26 +01:00
|
|
|
|
<Compile Include="ISO9660\Structs\ISO.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Structs\RRIP.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Structs\SUSP.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Structs\Amiga.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Structs\HighSierra.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Structs\Apple.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Structs\ElTorito.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Structs\XA.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Structs\Ziso.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Structs\Joliet.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Structs\Common.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Consts\ISO.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Consts\HighSierra.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Consts\XA.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Consts\ElTorito.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Consts\Apple.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Consts\RRIP.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Consts\Amiga.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Consts\SUSP.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Consts\Ziso.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Consts\AAIP.cs" />
|
2017-10-13 21:50:10 +01:00
|
|
|
|
<Compile Include="ISO9660\Structs\CDi.cs" />
|
|
|
|
|
|
<Compile Include="ISO9660\Consts\CDi.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>
|
2016-08-21 19:23:58 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Decoders\DiscImageChef.Decoders.csproj">
|
|
|
|
|
|
<Project>{0BEB3088-B634-4289-AE17-CDF2D25D00D5}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Decoders</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-10-05 20:04:05 +01:00
|
|
|
|
</ItemGroup>
|
2016-07-21 17:19:28 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="LisaFS\" />
|
2016-07-31 20:56:53 +01:00
|
|
|
|
<Folder Include="UCSDPascal\" />
|
2016-08-01 00:41:02 +01:00
|
|
|
|
<Folder Include="AppleMFS\" />
|
2016-08-26 01:45:58 +01:00
|
|
|
|
<Folder Include="CPM\" />
|
2016-10-07 00:41:59 +01:00
|
|
|
|
<Folder Include="AppleDOS\" />
|
2017-10-08 20:41:54 +01:00
|
|
|
|
<Folder Include="ISO9660\" />
|
2017-10-09 13:52:26 +01:00
|
|
|
|
<Folder Include="ISO9660\Structs\" />
|
|
|
|
|
|
<Folder Include="ISO9660\Consts\" />
|
2016-07-21 17:19:28 +01:00
|
|
|
|
</ItemGroup>
|
2016-07-28 18:13:49 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="..\LICENSE.LGPL">
|
|
|
|
|
|
<Link>LICENSE.LGPL</Link>
|
|
|
|
|
|
</EmbeddedResource>
|
2016-08-26 01:45:58 +01:00
|
|
|
|
<EmbeddedResource Include="CPM\cpmdefs.xml" />
|
2016-07-28 18:13:49 +01:00
|
|
|
|
</ItemGroup>
|
2017-06-06 21:23:20 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
|
</ItemGroup>
|
2016-06-22 05:01:13 +01:00
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
|
<MonoDevelop>
|
|
|
|
|
|
<Properties>
|
|
|
|
|
|
<Policies>
|
2017-08-16 15:45:37 +01:00
|
|
|
|
<TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" TabsToSpaces="True" scope="text/x-csharp" />
|
2017-10-18 18:45:04 +01:00
|
|
|
|
<CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchSection="True" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="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" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceAfterMethodCallName="False" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBeforeOpenSquareBracket="False" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeColonInBaseTypeDeclaration="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" SpaceAfterControlFlowStatementKeyword="False" scope="text/x-csharp" />
|
2017-08-16 15:45:37 +01:00
|
|
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
|
|
|
|
|
|
<StandardHeader IncludeInNewFiles="True" Text="/***************************************************************************
The Disc Image Chef
----------------------------------------------------------------------------
 
Filename : ${FileName}
Author(s) : ${AuthorName} <${AuthorEmail}>

Component : Component
 
--[ Description ] ----------------------------------------------------------
 
 Description
 
--[ License ] --------------------------------------------------------------
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as
 published by the Free Software Foundation; either version 2.1 of the
 License, or (at your option) any later version.

 This library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 Lesser General Public License for more details.

 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, see <http://www.gnu.org/licenses/>.

----------------------------------------------------------------------------
Copyright © 2011-${Year} ${CopyrightHolder}
****************************************************************************/" />
|
2016-06-22 05:01:13 +01:00
|
|
|
|
</Policies>
|
|
|
|
|
|
</Properties>
|
|
|
|
|
|
</MonoDevelop>
|
|
|
|
|
|
</ProjectExtensions>
|
2015-10-05 20:04:05 +01:00
|
|
|
|
</Project>
|