diff options
author | Li Jin <dragon-fly@qq.com> | 2022-02-24 10:20:06 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2022-02-24 10:20:19 +0800 |
commit | fa9aad9300fd5c1b7ae697881d787d015fa9ef24 (patch) | |
tree | a3860d3a535ce269ff23be17cdee174bf7416c2e /win-build/Lua51/Lua51.vcxproj | |
parent | 63878b93b0f142af74b397a02b2c80be039b03ec (diff) | |
download | yuescript-fa9aad9300fd5c1b7ae697881d787d015fa9ef24.tar.gz yuescript-fa9aad9300fd5c1b7ae697881d787d015fa9ef24.tar.bz2 yuescript-fa9aad9300fd5c1b7ae697881d787d015fa9ef24.zip |
update for windows build dll.
Diffstat (limited to 'win-build/Lua51/Lua51.vcxproj')
-rw-r--r-- | win-build/Lua51/Lua51.vcxproj | 209 |
1 files changed, 209 insertions, 0 deletions
diff --git a/win-build/Lua51/Lua51.vcxproj b/win-build/Lua51/Lua51.vcxproj new file mode 100644 index 0000000..d821298 --- /dev/null +++ b/win-build/Lua51/Lua51.vcxproj | |||
@@ -0,0 +1,209 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <ItemGroup Label="ProjectConfigurations"> | ||
4 | <ProjectConfiguration Include="Debug|Win32"> | ||
5 | <Configuration>Debug</Configuration> | ||
6 | <Platform>Win32</Platform> | ||
7 | </ProjectConfiguration> | ||
8 | <ProjectConfiguration Include="Release|Win32"> | ||
9 | <Configuration>Release</Configuration> | ||
10 | <Platform>Win32</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | <ProjectConfiguration Include="Debug|x64"> | ||
13 | <Configuration>Debug</Configuration> | ||
14 | <Platform>x64</Platform> | ||
15 | </ProjectConfiguration> | ||
16 | <ProjectConfiguration Include="Release|x64"> | ||
17 | <Configuration>Release</Configuration> | ||
18 | <Platform>x64</Platform> | ||
19 | </ProjectConfiguration> | ||
20 | </ItemGroup> | ||
21 | <PropertyGroup Label="Globals"> | ||
22 | <VCProjectVersion>16.0</VCProjectVersion> | ||
23 | <Keyword>Win32Proj</Keyword> | ||
24 | <ProjectGuid>{26d6e513-4959-4b9d-b213-c45a348fb350}</ProjectGuid> | ||
25 | <RootNamespace>lua51</RootNamespace> | ||
26 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
27 | </PropertyGroup> | ||
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
30 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
31 | <UseDebugLibraries>true</UseDebugLibraries> | ||
32 | <PlatformToolset>v143</PlatformToolset> | ||
33 | <CharacterSet>Unicode</CharacterSet> | ||
34 | </PropertyGroup> | ||
35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
36 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
37 | <UseDebugLibraries>false</UseDebugLibraries> | ||
38 | <PlatformToolset>v143</PlatformToolset> | ||
39 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
40 | <CharacterSet>Unicode</CharacterSet> | ||
41 | </PropertyGroup> | ||
42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
43 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
44 | <UseDebugLibraries>true</UseDebugLibraries> | ||
45 | <PlatformToolset>v143</PlatformToolset> | ||
46 | <CharacterSet>Unicode</CharacterSet> | ||
47 | </PropertyGroup> | ||
48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
49 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
50 | <UseDebugLibraries>false</UseDebugLibraries> | ||
51 | <PlatformToolset>v143</PlatformToolset> | ||
52 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
53 | <CharacterSet>Unicode</CharacterSet> | ||
54 | </PropertyGroup> | ||
55 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
56 | <ImportGroup Label="ExtensionSettings"> | ||
57 | </ImportGroup> | ||
58 | <ImportGroup Label="Shared"> | ||
59 | </ImportGroup> | ||
60 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
62 | </ImportGroup> | ||
63 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
65 | </ImportGroup> | ||
66 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
67 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
68 | </ImportGroup> | ||
69 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
70 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
71 | </ImportGroup> | ||
72 | <PropertyGroup Label="UserMacros" /> | ||
73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
74 | <LinkIncremental>true</LinkIncremental> | ||
75 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
76 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
77 | </PropertyGroup> | ||
78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
79 | <LinkIncremental>false</LinkIncremental> | ||
80 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
81 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
82 | </PropertyGroup> | ||
83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
84 | <LinkIncremental>true</LinkIncremental> | ||
85 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
86 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
87 | </PropertyGroup> | ||
88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
89 | <LinkIncremental>false</LinkIncremental> | ||
90 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
91 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
92 | </PropertyGroup> | ||
93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
94 | <ClCompile> | ||
95 | <WarningLevel>Level3</WarningLevel> | ||
96 | <SDLCheck>true</SDLCheck> | ||
97 | <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
98 | <ConformanceMode>true</ConformanceMode> | ||
99 | </ClCompile> | ||
100 | <Link> | ||
101 | <SubSystem>Console</SubSystem> | ||
102 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
103 | </Link> | ||
104 | </ItemDefinitionGroup> | ||
105 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
106 | <ClCompile> | ||
107 | <WarningLevel>Level3</WarningLevel> | ||
108 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
109 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
110 | <SDLCheck>true</SDLCheck> | ||
111 | <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
112 | <ConformanceMode>true</ConformanceMode> | ||
113 | </ClCompile> | ||
114 | <Link> | ||
115 | <SubSystem>Console</SubSystem> | ||
116 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
117 | <OptimizeReferences>true</OptimizeReferences> | ||
118 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
119 | </Link> | ||
120 | </ItemDefinitionGroup> | ||
121 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
122 | <ClCompile> | ||
123 | <WarningLevel>Level3</WarningLevel> | ||
124 | <SDLCheck>true</SDLCheck> | ||
125 | <PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
126 | <ConformanceMode>true</ConformanceMode> | ||
127 | </ClCompile> | ||
128 | <Link> | ||
129 | <SubSystem>Console</SubSystem> | ||
130 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
131 | </Link> | ||
132 | </ItemDefinitionGroup> | ||
133 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
134 | <ClCompile> | ||
135 | <WarningLevel>Level3</WarningLevel> | ||
136 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
137 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
138 | <SDLCheck>true</SDLCheck> | ||
139 | <PreprocessorDefinitions>NDEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
140 | <ConformanceMode>true</ConformanceMode> | ||
141 | </ClCompile> | ||
142 | <Link> | ||
143 | <SubSystem>Console</SubSystem> | ||
144 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
145 | <OptimizeReferences>true</OptimizeReferences> | ||
146 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
147 | </Link> | ||
148 | </ItemDefinitionGroup> | ||
149 | <ItemGroup> | ||
150 | <ClCompile Include="lapi.c" /> | ||
151 | <ClCompile Include="lauxlib.c" /> | ||
152 | <ClCompile Include="lbaselib.c" /> | ||
153 | <ClCompile Include="lcode.c" /> | ||
154 | <ClCompile Include="ldblib.c" /> | ||
155 | <ClCompile Include="ldebug.c" /> | ||
156 | <ClCompile Include="ldo.c" /> | ||
157 | <ClCompile Include="ldump.c" /> | ||
158 | <ClCompile Include="lfunc.c" /> | ||
159 | <ClCompile Include="lgc.c" /> | ||
160 | <ClCompile Include="linit.c" /> | ||
161 | <ClCompile Include="liolib.c" /> | ||
162 | <ClCompile Include="llex.c" /> | ||
163 | <ClCompile Include="lmathlib.c" /> | ||
164 | <ClCompile Include="lmem.c" /> | ||
165 | <ClCompile Include="loadlib.c" /> | ||
166 | <ClCompile Include="lobject.c" /> | ||
167 | <ClCompile Include="lopcodes.c" /> | ||
168 | <ClCompile Include="loslib.c" /> | ||
169 | <ClCompile Include="lparser.c" /> | ||
170 | <ClCompile Include="lstate.c" /> | ||
171 | <ClCompile Include="lstring.c" /> | ||
172 | <ClCompile Include="lstrlib.c" /> | ||
173 | <ClCompile Include="ltable.c" /> | ||
174 | <ClCompile Include="ltablib.c" /> | ||
175 | <ClCompile Include="ltm.c" /> | ||
176 | <ClCompile Include="lundump.c" /> | ||
177 | <ClCompile Include="lvm.c" /> | ||
178 | <ClCompile Include="lzio.c" /> | ||
179 | <ClCompile Include="print.c" /> | ||
180 | </ItemGroup> | ||
181 | <ItemGroup> | ||
182 | <ClInclude Include="lapi.h" /> | ||
183 | <ClInclude Include="lauxlib.h" /> | ||
184 | <ClInclude Include="lcode.h" /> | ||
185 | <ClInclude Include="ldebug.h" /> | ||
186 | <ClInclude Include="ldo.h" /> | ||
187 | <ClInclude Include="lfunc.h" /> | ||
188 | <ClInclude Include="lgc.h" /> | ||
189 | <ClInclude Include="llex.h" /> | ||
190 | <ClInclude Include="llimits.h" /> | ||
191 | <ClInclude Include="lmem.h" /> | ||
192 | <ClInclude Include="lobject.h" /> | ||
193 | <ClInclude Include="lopcodes.h" /> | ||
194 | <ClInclude Include="lparser.h" /> | ||
195 | <ClInclude Include="lstate.h" /> | ||
196 | <ClInclude Include="lstring.h" /> | ||
197 | <ClInclude Include="ltable.h" /> | ||
198 | <ClInclude Include="ltm.h" /> | ||
199 | <ClInclude Include="lua.h" /> | ||
200 | <ClInclude Include="luaconf.h" /> | ||
201 | <ClInclude Include="lualib.h" /> | ||
202 | <ClInclude Include="lundump.h" /> | ||
203 | <ClInclude Include="lvm.h" /> | ||
204 | <ClInclude Include="lzio.h" /> | ||
205 | </ItemGroup> | ||
206 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
207 | <ImportGroup Label="ExtensionTargets"> | ||
208 | </ImportGroup> | ||
209 | </Project> \ No newline at end of file | ||