diff options
| author | Li Jin <dragon-fly@qq.com> | 2022-02-24 10:37:48 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2022-02-24 10:37:48 +0800 |
| commit | 4d00b7903d8cd076d12acf1daa312efc3fcac74c (patch) | |
| tree | c05e53b9a95c069836bacf5d342538d5618f94e0 | |
| parent | fa9aad9300fd5c1b7ae697881d787d015fa9ef24 (diff) | |
| download | yuescript-4d00b7903d8cd076d12acf1daa312efc3fcac74c.tar.gz yuescript-4d00b7903d8cd076d12acf1daa312efc3fcac74c.tar.bz2 yuescript-4d00b7903d8cd076d12acf1daa312efc3fcac74c.zip | |
commit missed vcxproj files.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | win-build/yue/yue.vcxproj | 192 | ||||
| -rw-r--r-- | win-build/yue/yue.vcxproj.filters | 53 | ||||
| -rw-r--r-- | win-build/yue/yue.vcxproj.user | 4 |
4 files changed, 250 insertions, 0 deletions
| @@ -1,4 +1,5 @@ | |||
| 1 | yue | 1 | yue |
| 2 | !win-build/yue | ||
| 2 | !src/yuescript/ | 3 | !src/yuescript/ |
| 3 | build | 4 | build |
| 4 | build.luarocks | 5 | build.luarocks |
diff --git a/win-build/yue/yue.vcxproj b/win-build/yue/yue.vcxproj new file mode 100644 index 0000000..b224af8 --- /dev/null +++ b/win-build/yue/yue.vcxproj | |||
| @@ -0,0 +1,192 @@ | |||
| 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>{08a9e377-ecc6-4acb-af99-8f683d5f48a5}</ProjectGuid> | ||
| 25 | <RootNamespace>yue</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>_DEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 98 | <ConformanceMode>true</ConformanceMode> | ||
| 99 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
| 100 | <AdditionalIncludeDirectories>..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 101 | </ClCompile> | ||
| 102 | <Link> | ||
| 103 | <SubSystem>Console</SubSystem> | ||
| 104 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 105 | <AdditionalDependencies>lua51.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 106 | <AdditionalLibraryDirectories>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 107 | <ModuleDefinitionFile> | ||
| 108 | </ModuleDefinitionFile> | ||
| 109 | </Link> | ||
| 110 | </ItemDefinitionGroup> | ||
| 111 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 112 | <ClCompile> | ||
| 113 | <WarningLevel>Level3</WarningLevel> | ||
| 114 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 115 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 116 | <SDLCheck>true</SDLCheck> | ||
| 117 | <PreprocessorDefinitions>NDEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 118 | <ConformanceMode>true</ConformanceMode> | ||
| 119 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
| 120 | <AdditionalIncludeDirectories>..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 121 | </ClCompile> | ||
| 122 | <Link> | ||
| 123 | <SubSystem>Console</SubSystem> | ||
| 124 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 125 | <OptimizeReferences>true</OptimizeReferences> | ||
| 126 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 127 | <AdditionalDependencies>lua51.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 128 | <AdditionalLibraryDirectories>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 129 | <ModuleDefinitionFile> | ||
| 130 | </ModuleDefinitionFile> | ||
| 131 | </Link> | ||
| 132 | </ItemDefinitionGroup> | ||
| 133 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 134 | <ClCompile> | ||
| 135 | <WarningLevel>Level3</WarningLevel> | ||
| 136 | <SDLCheck>true</SDLCheck> | ||
| 137 | <PreprocessorDefinitions>_DEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 138 | <ConformanceMode>true</ConformanceMode> | ||
| 139 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
| 140 | <AdditionalIncludeDirectories>..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 141 | </ClCompile> | ||
| 142 | <Link> | ||
| 143 | <SubSystem>Console</SubSystem> | ||
| 144 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 145 | <AdditionalDependencies>lua51.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 146 | <AdditionalLibraryDirectories>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 147 | <ModuleDefinitionFile> | ||
| 148 | </ModuleDefinitionFile> | ||
| 149 | </Link> | ||
| 150 | </ItemDefinitionGroup> | ||
| 151 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 152 | <ClCompile> | ||
| 153 | <WarningLevel>Level3</WarningLevel> | ||
| 154 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 155 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 156 | <SDLCheck>true</SDLCheck> | ||
| 157 | <PreprocessorDefinitions>NDEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 158 | <ConformanceMode>true</ConformanceMode> | ||
| 159 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
| 160 | <AdditionalIncludeDirectories>..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 161 | </ClCompile> | ||
| 162 | <Link> | ||
| 163 | <SubSystem>Console</SubSystem> | ||
| 164 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 165 | <OptimizeReferences>true</OptimizeReferences> | ||
| 166 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 167 | <AdditionalDependencies>lua51.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 168 | <AdditionalLibraryDirectories>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 169 | <ModuleDefinitionFile> | ||
| 170 | </ModuleDefinitionFile> | ||
| 171 | </Link> | ||
| 172 | </ItemDefinitionGroup> | ||
| 173 | <ItemGroup> | ||
| 174 | <ClCompile Include="..\..\src\yuescript\ast.cpp" /> | ||
| 175 | <ClCompile Include="..\..\src\yuescript\parser.cpp" /> | ||
| 176 | <ClCompile Include="..\..\src\yuescript\yuescript.cpp" /> | ||
| 177 | <ClCompile Include="..\..\src\yuescript\yue_compiler.cpp" /> | ||
| 178 | <ClCompile Include="..\..\src\yuescript\yue_parser.cpp" /> | ||
| 179 | </ItemGroup> | ||
| 180 | <ItemGroup> | ||
| 181 | <ClInclude Include="..\..\src\yuescript\ast.hpp" /> | ||
| 182 | <ClInclude Include="..\..\src\yuescript\parser.hpp" /> | ||
| 183 | <ClInclude Include="..\..\src\yuescript\stacktraceplus.h" /> | ||
| 184 | <ClInclude Include="..\..\src\yuescript\yuescript.h" /> | ||
| 185 | <ClInclude Include="..\..\src\yuescript\yue_ast.h" /> | ||
| 186 | <ClInclude Include="..\..\src\yuescript\yue_compiler.h" /> | ||
| 187 | <ClInclude Include="..\..\src\yuescript\yue_parser.h" /> | ||
| 188 | </ItemGroup> | ||
| 189 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 190 | <ImportGroup Label="ExtensionTargets"> | ||
| 191 | </ImportGroup> | ||
| 192 | </Project> \ No newline at end of file | ||
diff --git a/win-build/yue/yue.vcxproj.filters b/win-build/yue/yue.vcxproj.filters new file mode 100644 index 0000000..3a55a7a --- /dev/null +++ b/win-build/yue/yue.vcxproj.filters | |||
| @@ -0,0 +1,53 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup> | ||
| 4 | <Filter Include="资源文件"> | ||
| 5 | <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> | ||
| 6 | <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> | ||
| 7 | </Filter> | ||
| 8 | <Filter Include="src"> | ||
| 9 | <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | ||
| 10 | <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | ||
| 11 | </Filter> | ||
| 12 | </ItemGroup> | ||
| 13 | <ItemGroup> | ||
| 14 | <ClCompile Include="..\..\src\yuescript\ast.cpp"> | ||
| 15 | <Filter>src</Filter> | ||
| 16 | </ClCompile> | ||
| 17 | <ClCompile Include="..\..\src\yuescript\parser.cpp"> | ||
| 18 | <Filter>src</Filter> | ||
| 19 | </ClCompile> | ||
| 20 | <ClCompile Include="..\..\src\yuescript\yue_compiler.cpp"> | ||
| 21 | <Filter>src</Filter> | ||
| 22 | </ClCompile> | ||
| 23 | <ClCompile Include="..\..\src\yuescript\yue_parser.cpp"> | ||
| 24 | <Filter>src</Filter> | ||
| 25 | </ClCompile> | ||
| 26 | <ClCompile Include="..\..\src\yuescript\yuescript.cpp"> | ||
| 27 | <Filter>src</Filter> | ||
| 28 | </ClCompile> | ||
| 29 | </ItemGroup> | ||
| 30 | <ItemGroup> | ||
| 31 | <ClInclude Include="..\..\src\yuescript\ast.hpp"> | ||
| 32 | <Filter>src</Filter> | ||
| 33 | </ClInclude> | ||
| 34 | <ClInclude Include="..\..\src\yuescript\parser.hpp"> | ||
| 35 | <Filter>src</Filter> | ||
| 36 | </ClInclude> | ||
| 37 | <ClInclude Include="..\..\src\yuescript\stacktraceplus.h"> | ||
| 38 | <Filter>src</Filter> | ||
| 39 | </ClInclude> | ||
| 40 | <ClInclude Include="..\..\src\yuescript\yue_ast.h"> | ||
| 41 | <Filter>src</Filter> | ||
| 42 | </ClInclude> | ||
| 43 | <ClInclude Include="..\..\src\yuescript\yue_compiler.h"> | ||
| 44 | <Filter>src</Filter> | ||
| 45 | </ClInclude> | ||
| 46 | <ClInclude Include="..\..\src\yuescript\yue_parser.h"> | ||
| 47 | <Filter>src</Filter> | ||
| 48 | </ClInclude> | ||
| 49 | <ClInclude Include="..\..\src\yuescript\yuescript.h"> | ||
| 50 | <Filter>src</Filter> | ||
| 51 | </ClInclude> | ||
| 52 | </ItemGroup> | ||
| 53 | </Project> \ No newline at end of file | ||
diff --git a/win-build/yue/yue.vcxproj.user b/win-build/yue/yue.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/win-build/yue/yue.vcxproj.user | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <PropertyGroup /> | ||
| 4 | </Project> \ No newline at end of file | ||
