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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-11-29 14:45:30 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-11-29 14:45:30 +0300
commit08cc02895c9b4c6ee73947ce1f5a4c3dedc9713b (patch)
tree9e2ccf317b2ca19ef0489bbf7fa43eb5b0b8e5e4 /NesContainers.csproj
parent448bda7a1feac448d04eaac8ca2997d482eae249 (diff)
More FDS stuff
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" />