diff options
| author | Li Jin <dragon-fly@qq.com> | 2021-02-17 11:22:07 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2021-02-17 11:22:07 +0800 |
| commit | 7066392d1c974065181d95d93274136dcd625d43 (patch) | |
| tree | cf51eafc2c52cbc12246a306bca172d799193d30 /MoonPlus.vcxproj | |
| parent | 90cd12ad9ef465f3e435e1bd034dcfbe4e19d016 (diff) | |
| download | yuescript-7066392d1c974065181d95d93274136dcd625d43.tar.gz yuescript-7066392d1c974065181d95d93274136dcd625d43.tar.bz2 yuescript-7066392d1c974065181d95d93274136dcd625d43.zip | |
stop reusing variables, rename project.
Diffstat (limited to 'MoonPlus.vcxproj')
| -rw-r--r-- | MoonPlus.vcxproj | 244 |
1 files changed, 0 insertions, 244 deletions
diff --git a/MoonPlus.vcxproj b/MoonPlus.vcxproj deleted file mode 100644 index d01007c..0000000 --- a/MoonPlus.vcxproj +++ /dev/null | |||
| @@ -1,244 +0,0 @@ | |||
| 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 | <ProjectGuid>{CF4F54DB-61FE-48E0-BA2E-4168BA27ECBD}</ProjectGuid> | ||
| 24 | <RootNamespace>MoonPlus</RootNamespace> | ||
| 25 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
| 26 | </PropertyGroup> | ||
| 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 29 | <ConfigurationType>Application</ConfigurationType> | ||
| 30 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 31 | <PlatformToolset>v142</PlatformToolset> | ||
| 32 | <CharacterSet>Unicode</CharacterSet> | ||
| 33 | </PropertyGroup> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 37 | <PlatformToolset>v142</PlatformToolset> | ||
| 38 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 39 | <CharacterSet>Unicode</CharacterSet> | ||
| 40 | </PropertyGroup> | ||
| 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 42 | <ConfigurationType>Application</ConfigurationType> | ||
| 43 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 44 | <PlatformToolset>v142</PlatformToolset> | ||
| 45 | <CharacterSet>Unicode</CharacterSet> | ||
| 46 | </PropertyGroup> | ||
| 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 48 | <ConfigurationType>Application</ConfigurationType> | ||
| 49 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 50 | <PlatformToolset>v142</PlatformToolset> | ||
| 51 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 52 | <CharacterSet>Unicode</CharacterSet> | ||
| 53 | </PropertyGroup> | ||
| 54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 55 | <ImportGroup Label="ExtensionSettings"> | ||
| 56 | </ImportGroup> | ||
| 57 | <ImportGroup Label="Shared"> | ||
| 58 | </ImportGroup> | ||
| 59 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 61 | </ImportGroup> | ||
| 62 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 64 | </ImportGroup> | ||
| 65 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 66 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 67 | </ImportGroup> | ||
| 68 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 69 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 70 | </ImportGroup> | ||
| 71 | <PropertyGroup Label="UserMacros" /> | ||
| 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 73 | <LinkIncremental>true</LinkIncremental> | ||
| 74 | <IntDir>$(SolutionDir)\build\windows\$(Configuration)\</IntDir> | ||
| 75 | <OutDir>$(SolutionDir)\bin\windows\$(Configuration)\</OutDir> | ||
| 76 | <TargetName>moonp</TargetName> | ||
| 77 | </PropertyGroup> | ||
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 79 | <LinkIncremental>true</LinkIncremental> | ||
| 80 | <OutDir>$(SolutionDir)\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
| 81 | <IntDir>$(SolutionDir)\build\windows\$(Platform)\$(Configuration)\</IntDir> | ||
| 82 | <TargetName>moonp</TargetName> | ||
| 83 | </PropertyGroup> | ||
| 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 85 | <LinkIncremental>false</LinkIncremental> | ||
| 86 | <IntDir>$(SolutionDir)\build\windows\$(Configuration)\</IntDir> | ||
| 87 | <OutDir>$(SolutionDir)\bin\windows\$(Configuration)\</OutDir> | ||
| 88 | <TargetName>moonp</TargetName> | ||
| 89 | </PropertyGroup> | ||
| 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 91 | <LinkIncremental>false</LinkIncremental> | ||
| 92 | <OutDir>$(SolutionDir)\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
| 93 | <IntDir>$(SolutionDir)\build\windows\$(Platform)\$(Configuration)\</IntDir> | ||
| 94 | <TargetName>moonp</TargetName> | ||
| 95 | </PropertyGroup> | ||
| 96 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 97 | <ClCompile> | ||
| 98 | <WarningLevel>Level3</WarningLevel> | ||
| 99 | <SDLCheck>true</SDLCheck> | ||
| 100 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 101 | <ConformanceMode>true</ConformanceMode> | ||
| 102 | <LanguageStandard>stdcpplatest</LanguageStandard> | ||
| 103 | <AdditionalIncludeDirectories>.\src;.\src\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 104 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | ||
| 105 | </ClCompile> | ||
| 106 | <Link> | ||
| 107 | <SubSystem>Console</SubSystem> | ||
| 108 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 109 | </Link> | ||
| 110 | </ItemDefinitionGroup> | ||
| 111 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 112 | <ClCompile> | ||
| 113 | <WarningLevel>Level3</WarningLevel> | ||
| 114 | <SDLCheck>true</SDLCheck> | ||
| 115 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 116 | <ConformanceMode>true</ConformanceMode> | ||
| 117 | <LanguageStandard>stdcpplatest</LanguageStandard> | ||
| 118 | <AdditionalIncludeDirectories>.\src;.\src\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 119 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | ||
| 120 | </ClCompile> | ||
| 121 | <Link> | ||
| 122 | <SubSystem>Console</SubSystem> | ||
| 123 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 124 | </Link> | ||
| 125 | </ItemDefinitionGroup> | ||
| 126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 127 | <ClCompile> | ||
| 128 | <WarningLevel>Level3</WarningLevel> | ||
| 129 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 130 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 131 | <SDLCheck>true</SDLCheck> | ||
| 132 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 133 | <ConformanceMode>true</ConformanceMode> | ||
| 134 | <LanguageStandard>stdcpplatest</LanguageStandard> | ||
| 135 | <AdditionalIncludeDirectories>.\src;.\src\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 136 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | ||
| 137 | </ClCompile> | ||
| 138 | <Link> | ||
| 139 | <SubSystem>Console</SubSystem> | ||
| 140 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 141 | <OptimizeReferences>true</OptimizeReferences> | ||
| 142 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 143 | </Link> | ||
| 144 | </ItemDefinitionGroup> | ||
| 145 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 146 | <ClCompile> | ||
| 147 | <WarningLevel>Level3</WarningLevel> | ||
| 148 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 149 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 150 | <SDLCheck>true</SDLCheck> | ||
| 151 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 152 | <ConformanceMode>true</ConformanceMode> | ||
| 153 | <LanguageStandard>stdcpplatest</LanguageStandard> | ||
| 154 | <AdditionalIncludeDirectories>.\src;.\src\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 155 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | ||
| 156 | </ClCompile> | ||
| 157 | <Link> | ||
| 158 | <SubSystem>Console</SubSystem> | ||
| 159 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 160 | <OptimizeReferences>true</OptimizeReferences> | ||
| 161 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 162 | </Link> | ||
| 163 | </ItemDefinitionGroup> | ||
| 164 | <ItemGroup> | ||
| 165 | <ClCompile Include="src\lua\lapi.c" /> | ||
| 166 | <ClCompile Include="src\lua\lauxlib.c" /> | ||
| 167 | <ClCompile Include="src\lua\lbaselib.c" /> | ||
| 168 | <ClCompile Include="src\lua\lcode.c" /> | ||
| 169 | <ClCompile Include="src\lua\lcorolib.c" /> | ||
| 170 | <ClCompile Include="src\lua\lctype.c" /> | ||
| 171 | <ClCompile Include="src\lua\ldblib.c" /> | ||
| 172 | <ClCompile Include="src\lua\ldebug.c" /> | ||
| 173 | <ClCompile Include="src\lua\ldo.c" /> | ||
| 174 | <ClCompile Include="src\lua\ldump.c" /> | ||
| 175 | <ClCompile Include="src\lua\lfunc.c" /> | ||
| 176 | <ClCompile Include="src\lua\lgc.c" /> | ||
| 177 | <ClCompile Include="src\lua\linit.c" /> | ||
| 178 | <ClCompile Include="src\lua\liolib.c" /> | ||
| 179 | <ClCompile Include="src\lua\llex.c" /> | ||
| 180 | <ClCompile Include="src\lua\lmathlib.c" /> | ||
| 181 | <ClCompile Include="src\lua\lmem.c" /> | ||
| 182 | <ClCompile Include="src\lua\loadlib.c" /> | ||
| 183 | <ClCompile Include="src\lua\lobject.c" /> | ||
| 184 | <ClCompile Include="src\lua\lopcodes.c" /> | ||
| 185 | <ClCompile Include="src\lua\loslib.c" /> | ||
| 186 | <ClCompile Include="src\lua\lparser.c" /> | ||
| 187 | <ClCompile Include="src\lua\lstate.c" /> | ||
| 188 | <ClCompile Include="src\lua\lstring.c" /> | ||
| 189 | <ClCompile Include="src\lua\lstrlib.c" /> | ||
| 190 | <ClCompile Include="src\lua\ltable.c" /> | ||
| 191 | <ClCompile Include="src\lua\ltablib.c" /> | ||
| 192 | <ClCompile Include="src\lua\ltm.c" /> | ||
| 193 | <ClCompile Include="src\lua\lundump.c" /> | ||
| 194 | <ClCompile Include="src\lua\lutf8lib.c" /> | ||
| 195 | <ClCompile Include="src\lua\lvm.c" /> | ||
| 196 | <ClCompile Include="src\lua\lzio.c" /> | ||
| 197 | <ClCompile Include="src\moonp.cpp" /> | ||
| 198 | <ClCompile Include="src\MoonP\ast.cpp" /> | ||
| 199 | <ClCompile Include="src\MoonP\moonplus.cpp" /> | ||
| 200 | <ClCompile Include="src\MoonP\moon_compiler.cpp" /> | ||
| 201 | <ClCompile Include="src\MoonP\moon_parser.cpp" /> | ||
| 202 | <ClCompile Include="src\MoonP\parser.cpp" /> | ||
| 203 | </ItemGroup> | ||
| 204 | <ItemGroup> | ||
| 205 | <ClInclude Include="src\linenoise.hpp" /> | ||
| 206 | <ClInclude Include="src\lua\lapi.h" /> | ||
| 207 | <ClInclude Include="src\lua\lauxlib.h" /> | ||
| 208 | <ClInclude Include="src\lua\lcode.h" /> | ||
| 209 | <ClInclude Include="src\lua\lctype.h" /> | ||
| 210 | <ClInclude Include="src\lua\ldebug.h" /> | ||
| 211 | <ClInclude Include="src\lua\ldo.h" /> | ||
| 212 | <ClInclude Include="src\lua\lfunc.h" /> | ||
| 213 | <ClInclude Include="src\lua\lgc.h" /> | ||
| 214 | <ClInclude Include="src\lua\ljumptab.h" /> | ||
| 215 | <ClInclude Include="src\lua\llex.h" /> | ||
| 216 | <ClInclude Include="src\lua\llimits.h" /> | ||
| 217 | <ClInclude Include="src\lua\lmem.h" /> | ||
| 218 | <ClInclude Include="src\lua\lobject.h" /> | ||
| 219 | <ClInclude Include="src\lua\lopcodes.h" /> | ||
| 220 | <ClInclude Include="src\lua\lopnames.h" /> | ||
| 221 | <ClInclude Include="src\lua\lparser.h" /> | ||
| 222 | <ClInclude Include="src\lua\lprefix.h" /> | ||
| 223 | <ClInclude Include="src\lua\lstate.h" /> | ||
| 224 | <ClInclude Include="src\lua\lstring.h" /> | ||
| 225 | <ClInclude Include="src\lua\ltable.h" /> | ||
| 226 | <ClInclude Include="src\lua\ltm.h" /> | ||
| 227 | <ClInclude Include="src\lua\lua.h" /> | ||
| 228 | <ClInclude Include="src\lua\luaconf.h" /> | ||
| 229 | <ClInclude Include="src\lua\lualib.h" /> | ||
| 230 | <ClInclude Include="src\lua\lundump.h" /> | ||
| 231 | <ClInclude Include="src\lua\lvm.h" /> | ||
| 232 | <ClInclude Include="src\lua\lzio.h" /> | ||
| 233 | <ClInclude Include="src\MoonP\ast.hpp" /> | ||
| 234 | <ClInclude Include="src\MoonP\moonplus.h" /> | ||
| 235 | <ClInclude Include="src\MoonP\moon_ast.h" /> | ||
| 236 | <ClInclude Include="src\MoonP\moon_compiler.h" /> | ||
| 237 | <ClInclude Include="src\MoonP\moon_parser.h" /> | ||
| 238 | <ClInclude Include="src\MoonP\parser.hpp" /> | ||
| 239 | <ClInclude Include="src\MoonP\stacktraceplus.h" /> | ||
| 240 | </ItemGroup> | ||
| 241 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 242 | <ImportGroup Label="ExtensionTargets"> | ||
| 243 | </ImportGroup> | ||
| 244 | </Project> \ No newline at end of file | ||
