diff options
| author | Li Jin <dragon-fly@qq.com> | 2022-10-31 11:32:33 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2022-11-09 11:29:32 +0800 |
| commit | 417ec1a37922c6178900adfec70628cad46731ff (patch) | |
| tree | a5a2d74927ad2c41b5a16264a78409e1c0334b72 /win-build/Lua53/Lua53.vcxproj | |
| parent | 3dd607c8887d2fe0186668aabca31bb84a41e2da (diff) | |
| download | yuescript-417ec1a37922c6178900adfec70628cad46731ff.tar.gz yuescript-417ec1a37922c6178900adfec70628cad46731ff.tar.bz2 yuescript-417ec1a37922c6178900adfec70628cad46731ff.zip | |
fix issue #112 and issue #113.
Diffstat (limited to 'win-build/Lua53/Lua53.vcxproj')
| -rw-r--r-- | win-build/Lua53/Lua53.vcxproj | 337 |
1 files changed, 337 insertions, 0 deletions
diff --git a/win-build/Lua53/Lua53.vcxproj b/win-build/Lua53/Lua53.vcxproj new file mode 100644 index 0000000..4f17bfc --- /dev/null +++ b/win-build/Lua53/Lua53.vcxproj | |||
| @@ -0,0 +1,337 @@ | |||
| 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="Debug53|Win32"> | ||
| 5 | <Configuration>Debug53</Configuration> | ||
| 6 | <Platform>Win32</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug53|x64"> | ||
| 9 | <Configuration>Debug53</Configuration> | ||
| 10 | <Platform>x64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release53|Win32"> | ||
| 17 | <Configuration>Release53</Configuration> | ||
| 18 | <Platform>Win32</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release53|x64"> | ||
| 21 | <Configuration>Release53</Configuration> | ||
| 22 | <Platform>x64</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|Win32"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>Win32</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Debug|x64"> | ||
| 29 | <Configuration>Debug</Configuration> | ||
| 30 | <Platform>x64</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|x64"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>x64</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | </ItemGroup> | ||
| 37 | <PropertyGroup Label="Globals"> | ||
| 38 | <VCProjectVersion>16.0</VCProjectVersion> | ||
| 39 | <Keyword>Win32Proj</Keyword> | ||
| 40 | <ProjectGuid>{886061ce-6872-4bfa-bb10-fe2f1d428eb4}</ProjectGuid> | ||
| 41 | <RootNamespace>Lua53</RootNamespace> | ||
| 42 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
| 43 | </PropertyGroup> | ||
| 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 46 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 47 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 48 | <PlatformToolset>v143</PlatformToolset> | ||
| 49 | <CharacterSet>Unicode</CharacterSet> | ||
| 50 | </PropertyGroup> | ||
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'" Label="Configuration"> | ||
| 52 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 53 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 54 | <PlatformToolset>v143</PlatformToolset> | ||
| 55 | <CharacterSet>Unicode</CharacterSet> | ||
| 56 | </PropertyGroup> | ||
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 58 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 59 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 60 | <PlatformToolset>v143</PlatformToolset> | ||
| 61 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 62 | <CharacterSet>Unicode</CharacterSet> | ||
| 63 | </PropertyGroup> | ||
| 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'" Label="Configuration"> | ||
| 65 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 66 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 67 | <PlatformToolset>v143</PlatformToolset> | ||
| 68 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 69 | <CharacterSet>Unicode</CharacterSet> | ||
| 70 | </PropertyGroup> | ||
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 72 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 73 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 74 | <PlatformToolset>v143</PlatformToolset> | ||
| 75 | <CharacterSet>Unicode</CharacterSet> | ||
| 76 | </PropertyGroup> | ||
| 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'" Label="Configuration"> | ||
| 78 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 79 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 80 | <PlatformToolset>v143</PlatformToolset> | ||
| 81 | <CharacterSet>Unicode</CharacterSet> | ||
| 82 | </PropertyGroup> | ||
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 84 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 85 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 86 | <PlatformToolset>v143</PlatformToolset> | ||
| 87 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 88 | <CharacterSet>Unicode</CharacterSet> | ||
| 89 | </PropertyGroup> | ||
| 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'" Label="Configuration"> | ||
| 91 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 92 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 93 | <PlatformToolset>v143</PlatformToolset> | ||
| 94 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 95 | <CharacterSet>Unicode</CharacterSet> | ||
| 96 | </PropertyGroup> | ||
| 97 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 98 | <ImportGroup Label="ExtensionSettings"> | ||
| 99 | </ImportGroup> | ||
| 100 | <ImportGroup Label="Shared"> | ||
| 101 | </ImportGroup> | ||
| 102 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 104 | </ImportGroup> | ||
| 105 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'" Label="PropertySheets"> | ||
| 106 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 107 | </ImportGroup> | ||
| 108 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 110 | </ImportGroup> | ||
| 111 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'" Label="PropertySheets"> | ||
| 112 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 113 | </ImportGroup> | ||
| 114 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 116 | </ImportGroup> | ||
| 117 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'" Label="PropertySheets"> | ||
| 118 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 119 | </ImportGroup> | ||
| 120 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 121 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 122 | </ImportGroup> | ||
| 123 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'" Label="PropertySheets"> | ||
| 124 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 125 | </ImportGroup> | ||
| 126 | <PropertyGroup Label="UserMacros" /> | ||
| 127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 128 | <TargetName>lua53</TargetName> | ||
| 129 | </PropertyGroup> | ||
| 130 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'"> | ||
| 131 | <TargetName>lua53</TargetName> | ||
| 132 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
| 133 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
| 134 | </PropertyGroup> | ||
| 135 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 136 | <TargetName>lua53</TargetName> | ||
| 137 | </PropertyGroup> | ||
| 138 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'"> | ||
| 139 | <TargetName>lua53</TargetName> | ||
| 140 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
| 141 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
| 142 | </PropertyGroup> | ||
| 143 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 144 | <TargetName>lua53</TargetName> | ||
| 145 | </PropertyGroup> | ||
| 146 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'"> | ||
| 147 | <TargetName>lua53</TargetName> | ||
| 148 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
| 149 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
| 150 | </PropertyGroup> | ||
| 151 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 152 | <TargetName>lua53</TargetName> | ||
| 153 | </PropertyGroup> | ||
| 154 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'"> | ||
| 155 | <TargetName>lua53</TargetName> | ||
| 156 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
| 157 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
| 158 | </PropertyGroup> | ||
| 159 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 160 | <ClCompile> | ||
| 161 | <WarningLevel>Level3</WarningLevel> | ||
| 162 | <SDLCheck>true</SDLCheck> | ||
| 163 | <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_COMPAT_5_2;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 164 | <ConformanceMode>true</ConformanceMode> | ||
| 165 | </ClCompile> | ||
| 166 | <Link> | ||
| 167 | <SubSystem>Console</SubSystem> | ||
| 168 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 169 | </Link> | ||
| 170 | </ItemDefinitionGroup> | ||
| 171 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'"> | ||
| 172 | <ClCompile> | ||
| 173 | <WarningLevel>Level3</WarningLevel> | ||
| 174 | <SDLCheck>true</SDLCheck> | ||
| 175 | <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_COMPAT_5_2;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 176 | <ConformanceMode>true</ConformanceMode> | ||
| 177 | </ClCompile> | ||
| 178 | <Link> | ||
| 179 | <SubSystem>Console</SubSystem> | ||
| 180 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 181 | </Link> | ||
| 182 | </ItemDefinitionGroup> | ||
| 183 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 184 | <ClCompile> | ||
| 185 | <WarningLevel>Level3</WarningLevel> | ||
| 186 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 187 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 188 | <SDLCheck>true</SDLCheck> | ||
| 189 | <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_COMPAT_5_2;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 190 | <ConformanceMode>true</ConformanceMode> | ||
| 191 | </ClCompile> | ||
| 192 | <Link> | ||
| 193 | <SubSystem>Console</SubSystem> | ||
| 194 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 195 | <OptimizeReferences>true</OptimizeReferences> | ||
| 196 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 197 | </Link> | ||
| 198 | </ItemDefinitionGroup> | ||
| 199 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'"> | ||
| 200 | <ClCompile> | ||
| 201 | <WarningLevel>Level3</WarningLevel> | ||
| 202 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 203 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 204 | <SDLCheck>true</SDLCheck> | ||
| 205 | <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_COMPAT_5_2;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 206 | <ConformanceMode>true</ConformanceMode> | ||
| 207 | </ClCompile> | ||
| 208 | <Link> | ||
| 209 | <SubSystem>Console</SubSystem> | ||
| 210 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 211 | <OptimizeReferences>true</OptimizeReferences> | ||
| 212 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 213 | </Link> | ||
| 214 | </ItemDefinitionGroup> | ||
| 215 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 216 | <ClCompile> | ||
| 217 | <WarningLevel>Level3</WarningLevel> | ||
| 218 | <SDLCheck>true</SDLCheck> | ||
| 219 | <PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_COMPAT_5_2;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 220 | <ConformanceMode>true</ConformanceMode> | ||
| 221 | </ClCompile> | ||
| 222 | <Link> | ||
| 223 | <SubSystem>Console</SubSystem> | ||
| 224 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 225 | </Link> | ||
| 226 | </ItemDefinitionGroup> | ||
| 227 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'"> | ||
| 228 | <ClCompile> | ||
| 229 | <WarningLevel>Level3</WarningLevel> | ||
| 230 | <SDLCheck>true</SDLCheck> | ||
| 231 | <PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_COMPAT_5_2;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 232 | <ConformanceMode>true</ConformanceMode> | ||
| 233 | </ClCompile> | ||
| 234 | <Link> | ||
| 235 | <SubSystem>Console</SubSystem> | ||
| 236 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 237 | </Link> | ||
| 238 | </ItemDefinitionGroup> | ||
| 239 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 240 | <ClCompile> | ||
| 241 | <WarningLevel>Level3</WarningLevel> | ||
| 242 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 243 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 244 | <SDLCheck>true</SDLCheck> | ||
| 245 | <PreprocessorDefinitions>NDEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_COMPAT_5_2;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 246 | <ConformanceMode>true</ConformanceMode> | ||
| 247 | </ClCompile> | ||
| 248 | <Link> | ||
| 249 | <SubSystem>Console</SubSystem> | ||
| 250 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 251 | <OptimizeReferences>true</OptimizeReferences> | ||
| 252 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 253 | </Link> | ||
| 254 | </ItemDefinitionGroup> | ||
| 255 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'"> | ||
| 256 | <ClCompile> | ||
| 257 | <WarningLevel>Level3</WarningLevel> | ||
| 258 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 259 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 260 | <SDLCheck>true</SDLCheck> | ||
| 261 | <PreprocessorDefinitions>NDEBUG;_CRT_SECURE_NO_DEPRECATE;LUA_COMPAT_5_2;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 262 | <ConformanceMode>true</ConformanceMode> | ||
| 263 | </ClCompile> | ||
| 264 | <Link> | ||
| 265 | <SubSystem>Console</SubSystem> | ||
| 266 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 267 | <OptimizeReferences>true</OptimizeReferences> | ||
| 268 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 269 | </Link> | ||
| 270 | </ItemDefinitionGroup> | ||
| 271 | <ItemGroup> | ||
| 272 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lapi.c" /> | ||
| 273 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lauxlib.c" /> | ||
| 274 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lbaselib.c" /> | ||
| 275 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lbitlib.c" /> | ||
| 276 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lcode.c" /> | ||
| 277 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lcorolib.c" /> | ||
| 278 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lctype.c" /> | ||
| 279 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\ldblib.c" /> | ||
| 280 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\ldebug.c" /> | ||
| 281 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\ldo.c" /> | ||
| 282 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\ldump.c" /> | ||
| 283 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lfunc.c" /> | ||
| 284 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lgc.c" /> | ||
| 285 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\linit.c" /> | ||
| 286 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\liolib.c" /> | ||
| 287 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\llex.c" /> | ||
| 288 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lmathlib.c" /> | ||
| 289 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lmem.c" /> | ||
| 290 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\loadlib.c" /> | ||
| 291 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lobject.c" /> | ||
| 292 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lopcodes.c" /> | ||
| 293 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\loslib.c" /> | ||
| 294 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lparser.c" /> | ||
| 295 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lstate.c" /> | ||
| 296 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lstring.c" /> | ||
| 297 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lstrlib.c" /> | ||
| 298 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\ltable.c" /> | ||
| 299 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\ltablib.c" /> | ||
| 300 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\ltm.c" /> | ||
| 301 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lundump.c" /> | ||
| 302 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lutf8lib.c" /> | ||
| 303 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lvm.c" /> | ||
| 304 | <ClCompile Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lzio.c" /> | ||
| 305 | </ItemGroup> | ||
| 306 | <ItemGroup> | ||
| 307 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lapi.h" /> | ||
| 308 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lauxlib.h" /> | ||
| 309 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lcode.h" /> | ||
| 310 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lctype.h" /> | ||
| 311 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\ldebug.h" /> | ||
| 312 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\ldo.h" /> | ||
| 313 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lfunc.h" /> | ||
| 314 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lgc.h" /> | ||
| 315 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\llex.h" /> | ||
| 316 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\llimits.h" /> | ||
| 317 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lmem.h" /> | ||
| 318 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lobject.h" /> | ||
| 319 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lopcodes.h" /> | ||
| 320 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lparser.h" /> | ||
| 321 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lprefix.h" /> | ||
| 322 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lstate.h" /> | ||
| 323 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lstring.h" /> | ||
| 324 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\ltable.h" /> | ||
| 325 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\ltm.h" /> | ||
| 326 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lua.h" /> | ||
| 327 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lua.hpp" /> | ||
| 328 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\luaconf.h" /> | ||
| 329 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lualib.h" /> | ||
| 330 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lundump.h" /> | ||
| 331 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lvm.h" /> | ||
| 332 | <ClInclude Include="\\Mac\Home\Workspace\Yuescript\win-build\Lua53\lzio.h" /> | ||
| 333 | </ItemGroup> | ||
| 334 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 335 | <ImportGroup Label="ExtensionTargets"> | ||
| 336 | </ImportGroup> | ||
| 337 | </Project> \ No newline at end of file | ||
