mirror of
https://github.com/deepseek-ai/3FS
synced 2025-05-10 07:30:33 +00:00
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
<!-- P project file for data storage -->
|
|
<Project>
|
|
<ProjectName>DataStorage</ProjectName>
|
|
<InputFiles>
|
|
<PFile>./PSrc/</PFile>
|
|
<PFile>./PSpec/</PFile>
|
|
<PFile>./PTst/</PFile>
|
|
</InputFiles>
|
|
<OutputDir>./PGenerated/</OutputDir>
|
|
<!-- Add external dependencies -->
|
|
<IncludeProject>../Timer/Timer.pproj</IncludeProject>
|
|
</Project>
|