diff --git a/.gitignore b/.gitignore index 513f97b408304df1895aaa686df4d0c4c71fd773..29e0519dfe8dac35aeade3bb4c1580b5900196e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *~ /target /local.conf +pEpEngineSequoiaBackendProject.vcxproj.user +x64 diff --git a/build-win64/pEpEngineSequoiaBackendProject.vcxproj b/build-win64/pEpEngineSequoiaBackendProject.vcxproj new file mode 100644 index 0000000000000000000000000000000000000000..eb4c99cc2607f441b9346d4e06dbc4f37a029018 --- /dev/null +++ b/build-win64/pEpEngineSequoiaBackendProject.vcxproj @@ -0,0 +1,63 @@ + + + + + Debug + x64 + + + Release + x64 + + + + + + + 17.0 + {C0052FAC-9409-4CE4-B4FF-F98EDCDB244B} + Win32Proj + + + + Makefile + true + v143 + + + Makefile + false + v143 + + + + + + + + + + + + + + + cd .. && nmake /f NMakefile /e DEBUG=debug + $(ProjectPath)..\target\debug\pep_engine_sequoia_backend.dll + cd .. && nmake /f NMakefile clean + _DEBUG;$(NMakePreprocessorDefinitions) + cd .. && nmake /f NMakefile /e DEBUG=debug clean build + + + cd .. && nmake /f NMakefile + $(ProjectDir)..\target\release\pep_engine_sequoia_backend.dll + cd .. && nmake /f NMakefile clean + NDEBUG;$(NMakePreprocessorDefinitions) + cd .. && nmake /f NMakefile clean build + + + + + + + \ No newline at end of file