Project file formatting.

This commit is contained in:
2017-06-03 01:13:47 +01:00
parent 3b8d9cd78a
commit d9b372c878
16 changed files with 201 additions and 51 deletions

View File

@@ -37,7 +37,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PluginBase.cs" />
<Compile Include="ImageFormat.cs" />
<Compile Include="Statistics.cs" />
@@ -78,6 +77,7 @@
<Compile Include="Devices\Dumping\CompactDisc.cs" />
<Compile Include="Devices\Dumping\SBC.cs" />
<Compile Include="Devices\Dumping\XGD.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">
@@ -140,6 +140,7 @@
<Folder Include="Devices\Dumping\" />
<Folder Include="Devices\Report\" />
<Folder Include="Devices\Report\SCSI\" />
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />