diff --git a/pEpEngineSequoiaBackendProject.vcxproj b/build-win64/pEpEngineSequoiaBackendProject.vcxproj
similarity index 85%
rename from pEpEngineSequoiaBackendProject.vcxproj
rename to build-win64/pEpEngineSequoiaBackendProject.vcxproj
index cd04b7b3b40feb715ddf787144490e7a6814925b..bf78cc7ab3fd18d53dded0cfcc790f700b9c4374 100644
--- a/pEpEngineSequoiaBackendProject.vcxproj
+++ b/build-win64/pEpEngineSequoiaBackendProject.vcxproj
@@ -18,6 +18,9 @@
x64
+
+
+
17.0
{C0052FAC-9409-4CE4-B4FF-F98EDCDB244B}
@@ -63,11 +66,11 @@
- nmake /f NMakefile /e DEBUG=debug
- target\debug\pep_engine_sequoia_backend.dll
- nmake /f NMakefile clean
+ nmake /f ..\NMakefile /e DEBUG=debug
+ $(ProjectPath)..\target\debug\pep_engine_sequoia_backend.dll
+ nmake /f ..\NMakefile clean
_DEBUG;$(NMakePreprocessorDefinitions)
- nmake /f NMakefile /e DEBUG=debug clean build
+ nmake /f ..\NMakefile /e DEBUG=debug clean build
nmake /f NMakefile /e DEBUG=debug
@@ -82,17 +85,14 @@
WIN32;NDEBUG;$(NMakePreprocessorDefinitions)
- nmake /f NMakefile
- target\release\pep_engine_sequoia_backend.dll
- nmake /f NMakefile clean
+ nmake /f ..\NMakefile
+ $(ProjectDir)..\target\release\pep_engine_sequoia_backend.dll
+ nmake /f ..\NMakefile clean
NDEBUG;$(NMakePreprocessorDefinitions)
- nmake /f NMakefile clean build
+ nmake /f ..\NMakefile clean build
-
-
-