diff --git a/tst/ntptfs/ptfs.sln b/tst/ntptfs/ptfs.sln index cb0b1525..d289a3e8 100644 --- a/tst/ntptfs/ptfs.sln +++ b/tst/ntptfs/ptfs.sln @@ -7,16 +7,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ptfs", "ptfs.vcxproj", "{BA EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 + Release|ARM64 = Release|ARM64 Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BA69F863-4426-4CAE-8676-331B985C5DA8}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {BA69F863-4426-4CAE-8676-331B985C5DA8}.Debug|ARM64.Build.0 = Debug|ARM64 {BA69F863-4426-4CAE-8676-331B985C5DA8}.Debug|x64.ActiveCfg = Debug|x64 {BA69F863-4426-4CAE-8676-331B985C5DA8}.Debug|x64.Build.0 = Debug|x64 {BA69F863-4426-4CAE-8676-331B985C5DA8}.Debug|x86.ActiveCfg = Debug|Win32 {BA69F863-4426-4CAE-8676-331B985C5DA8}.Debug|x86.Build.0 = Debug|Win32 + {BA69F863-4426-4CAE-8676-331B985C5DA8}.Release|ARM64.ActiveCfg = Release|ARM64 + {BA69F863-4426-4CAE-8676-331B985C5DA8}.Release|ARM64.Build.0 = Release|ARM64 {BA69F863-4426-4CAE-8676-331B985C5DA8}.Release|x64.ActiveCfg = Release|x64 {BA69F863-4426-4CAE-8676-331B985C5DA8}.Release|x64.Build.0 = Release|x64 {BA69F863-4426-4CAE-8676-331B985C5DA8}.Release|x86.ActiveCfg = Release|Win32 diff --git a/tst/ntptfs/ptfs.vcxproj b/tst/ntptfs/ptfs.vcxproj index d486c6be..cd91346a 100644 --- a/tst/ntptfs/ptfs.vcxproj +++ b/tst/ntptfs/ptfs.vcxproj @@ -1,10 +1,18 @@  + + Debug + ARM64 + Debug Win32 + + Release + ARM64 + Release Win32 @@ -52,6 +60,12 @@ $(DefaultPlatformToolset) Unicode + + Application + true + $(DefaultPlatformToolset) + Unicode + Application false @@ -59,6 +73,13 @@ true Unicode + + Application + false + $(DefaultPlatformToolset) + true + Unicode + @@ -73,9 +94,15 @@ + + + + + + true @@ -89,6 +116,12 @@ $(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(PlatformTarget)\ $(ProjectName)-$(PlatformTarget) + + $(ProjectName)-a64 + true + $(SolutionDir)build\$(Configuration)\ + $(SolutionDir)build\$(ProjectName).build\$(Configuration)\a64\ + false $(SolutionDir)build\$(Configuration)\ @@ -101,6 +134,12 @@ $(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(PlatformTarget)\ $(ProjectName)-$(PlatformTarget) + + $(ProjectName)-a64 + false + $(SolutionDir)build\$(Configuration)\ + $(SolutionDir)build\$(ProjectName).build\$(Configuration)\a64\ + @@ -137,6 +176,24 @@ winfsp-$(PlatformTarget).dll + + + + + Level3 + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(MSBuildProgramFiles32)\WinFsp\inc + MultiThreaded + + + Console + true + $(MSBuildProgramFiles32)\WinFsp\lib\winfsp-a64.lib;ntdll.lib;%(AdditionalDependencies) + winfsp-a64.dll + + Level3 @@ -181,6 +238,28 @@ winfsp-$(PlatformTarget).dll + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(MSBuildProgramFiles32)\WinFsp\inc + MultiThreaded + + + Console + true + true + true + $(MSBuildProgramFiles32)\WinFsp\lib\winfsp-a64.lib;ntdll.lib;%(AdditionalDependencies) + winfsp-a64.dll + +