From 1880ba290e3203d2ea204e95d9f2d438016271fb Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 24 Feb 2022 10:48:52 +0800 Subject: fix vcproj names. --- win-build/YuescriptDLL/YuescriptDLL.vcxproj | 196 ++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 win-build/YuescriptDLL/YuescriptDLL.vcxproj (limited to 'win-build/YuescriptDLL/YuescriptDLL.vcxproj') diff --git a/win-build/YuescriptDLL/YuescriptDLL.vcxproj b/win-build/YuescriptDLL/YuescriptDLL.vcxproj new file mode 100644 index 0000000..2913139 --- /dev/null +++ b/win-build/YuescriptDLL/YuescriptDLL.vcxproj @@ -0,0 +1,196 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {08a9e377-ecc6-4acb-af99-8f683d5f48a5} + YuescriptDLL + 10.0 + + + + DynamicLibrary + true + v143 + Unicode + + + DynamicLibrary + false + v143 + true + Unicode + + + DynamicLibrary + true + v143 + Unicode + + + DynamicLibrary + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ + yue + + + false + $(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ + yue + + + true + $(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ + yue + + + false + $(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ + yue + + + + Level3 + true + _DEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + true + stdcpp17 + ..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) + + + Console + true + lua51.lib;%(AdditionalDependencies) + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + true + true + true + NDEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + true + stdcpp17 + ..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) + + + Console + true + true + true + lua51.lib;%(AdditionalDependencies) + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + true + _DEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + true + stdcpp17 + ..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) + + + Console + true + lua51.lib;%(AdditionalDependencies) + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + true + true + true + NDEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + true + stdcpp17 + ..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) + + + Console + true + true + true + lua51.lib;%(AdditionalDependencies) + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb