Created folder for LisaFS.

This commit is contained in:
2016-07-21 17:19:28 +01:00
parent 826afbac0c
commit 948d3cad8f
2 changed files with 4 additions and 1 deletions

View File

@@ -45,7 +45,6 @@
<Compile Include="FFS.cs" /> <Compile Include="FFS.cs" />
<Compile Include="HPFS.cs" /> <Compile Include="HPFS.cs" />
<Compile Include="ISO9660.cs" /> <Compile Include="ISO9660.cs" />
<Compile Include="LisaFS.cs" />
<Compile Include="MinixFS.cs" /> <Compile Include="MinixFS.cs" />
<Compile Include="NTFS.cs" /> <Compile Include="NTFS.cs" />
<Compile Include="ODS.cs" /> <Compile Include="ODS.cs" />
@@ -62,6 +61,7 @@
<Compile Include="BTRFS.cs" /> <Compile Include="BTRFS.cs" />
<Compile Include="APFS.cs" /> <Compile Include="APFS.cs" />
<Compile Include="Structs.cs" /> <Compile Include="Structs.cs" />
<Compile Include="LisaFS\LisaFS.cs" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup> <ItemGroup>
@@ -94,6 +94,9 @@
<Name>DiscImageChef.Metadata</Name> <Name>DiscImageChef.Metadata</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="LisaFS\" />
</ItemGroup>
<ProjectExtensions> <ProjectExtensions>
<MonoDevelop> <MonoDevelop>
<Properties> <Properties>