Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NesContainers.csproj')
-rw-r--r--NesContainers.csproj10
1 files changed, 6 insertions, 4 deletions
diff --git a/NesContainers.csproj b/NesContainers.csproj
index 3cb3ff4..089048c 100644
--- a/NesContainers.csproj
+++ b/NesContainers.csproj
@@ -44,11 +44,13 @@
<ItemGroup>
<Compile Include="Crc32Calculator.cs" />
<Compile Include="FdsFile.cs" />
+ <Compile Include="FdsDiskSide.cs" />
+ <Compile Include="FdsGame.cs" />
<Compile Include="IFdsBlock.cs" />
- <Compile Include="FdsDiskInfoBlock.cs" />
- <Compile Include="FdsFileAmountBlock.cs" />
- <Compile Include="FdsFileDataBlock.cs" />
- <Compile Include="FdsFileHeaderBlock.cs" />
+ <Compile Include="FdsBlockDiskInfo.cs" />
+ <Compile Include="FdsBlockFileAmount.cs" />
+ <Compile Include="FdsBlockFileData.cs" />
+ <Compile Include="FdsBlockFileHeader.cs" />
<Compile Include="NesFile.cs" />
<Compile Include="NesHeaderFixer.cs" />
<Compile Include="UnifFile.cs" />