tst: ntptfs: rename project files

This commit is contained in:
Bill Zissimopoulos 2022-01-21 13:33:12 +00:00
parent c43ce26a1b
commit 7bd122a8db
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3
4 changed files with 10 additions and 10 deletions

View File

@ -587,14 +587,14 @@
<Component Id="C.ptfs_main.c"> <Component Id="C.ptfs_main.c">
<File Name="ptfs-main.c" KeyPath="yes" /> <File Name="ptfs-main.c" KeyPath="yes" />
</Component> </Component>
<Component Id="C.ptfs.sln"> <Component Id="C.ntptfs.sln">
<File Name="ptfs.sln" KeyPath="yes" /> <File Name="ntptfs.sln" KeyPath="yes" />
</Component> </Component>
<Component Id="C.ptfs.vcxproj"> <Component Id="C.ntptfs.vcxproj">
<File Name="ptfs.vcxproj" KeyPath="yes" /> <File Name="ntptfs.vcxproj" KeyPath="yes" />
</Component> </Component>
<Component Id="C.ptfs.vcxproj.filters"> <Component Id="C.ntptfs.vcxproj.filters">
<File Name="ptfs.vcxproj.filters" KeyPath="yes" /> <File Name="ntptfs.vcxproj.filters" KeyPath="yes" />
</Component> </Component>
</Directory> </Directory>
<Directory Id="SMPDIR.airfs" Name="airfs"> <Directory Id="SMPDIR.airfs" Name="airfs">
@ -885,9 +885,9 @@
<ComponentRef Id="C.ptfs.c" /> <ComponentRef Id="C.ptfs.c" />
<ComponentRef Id="C.lfs.c" /> <ComponentRef Id="C.lfs.c" />
<ComponentRef Id="C.ptfs_main.c" /> <ComponentRef Id="C.ptfs_main.c" />
<ComponentRef Id="C.ptfs.sln" /> <ComponentRef Id="C.ntptfs.sln" />
<ComponentRef Id="C.ptfs.vcxproj" /> <ComponentRef Id="C.ntptfs.vcxproj" />
<ComponentRef Id="C.ptfs.vcxproj.filters" /> <ComponentRef Id="C.ntptfs.vcxproj.filters" />
<ComponentRef Id="C.airfs.cpp" /> <ComponentRef Id="C.airfs.cpp" />
<ComponentRef Id="C.persistence.cpp" /> <ComponentRef Id="C.persistence.cpp" />
<ComponentRef Id="C.common.h" /> <ComponentRef Id="C.common.h" />

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14 # Visual Studio 14
VisualStudioVersion = 14.0.25420.1 VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ptfs", "ptfs.vcxproj", "{BA69F863-4426-4CAE-8676-331B985C5DA8}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntptfs", "ntptfs.vcxproj", "{BA69F863-4426-4CAE-8676-331B985C5DA8}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution