diff options
author | chai <chaifix@163.com> | 2018-08-11 12:06:55 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-11 12:06:55 +0800 |
commit | 2877e6b939b64b33c119997288bba42f86a06776 (patch) | |
tree | 6b044ec7a131787e391ba624e47709950a009c4b /Build | |
parent | 74f0f02a7de9cea83928a15e34d3cc80ee55efea (diff) |
Diffstat (limited to 'Build')
21 files changed, 1172 insertions, 0 deletions
diff --git a/Build/.vs/OrdosGUI/v15/.suo b/Build/.vs/OrdosGUI/v15/.suo Binary files differnew file mode 100644 index 0000000..f64d98c --- /dev/null +++ b/Build/.vs/OrdosGUI/v15/.suo diff --git a/Build/.vs/OrdosGUI/v15/Browse.VC.db b/Build/.vs/OrdosGUI/v15/Browse.VC.db Binary files differnew file mode 100644 index 0000000..ab67c94 --- /dev/null +++ b/Build/.vs/OrdosGUI/v15/Browse.VC.db diff --git a/Build/Examples_01_HelloWorld/Examples_01_HelloWorld.vcxproj b/Build/Examples_01_HelloWorld/Examples_01_HelloWorld.vcxproj new file mode 100644 index 0000000..710ecc4 --- /dev/null +++ b/Build/Examples_01_HelloWorld/Examples_01_HelloWorld.vcxproj @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{5825DA3A-288F-4C09-9F5A-BD3038D5ADC8}</ProjectGuid> + <RootNamespace>Examples01HelloWorld</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/Examples_01_HelloWorld/Examples_01_HelloWorld.vcxproj.filters b/Build/Examples_01_HelloWorld/Examples_01_HelloWorld.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/Examples_01_HelloWorld/Examples_01_HelloWorld.vcxproj.filters @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="源文件"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + <Filter Include="头文件"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions> + </Filter> + <Filter Include="资源文件"> + <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> + <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> + </Filter> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/Examples_01_HelloWorld/Examples_01_HelloWorld.vcxproj.user b/Build/Examples_01_HelloWorld/Examples_01_HelloWorld.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/Examples_01_HelloWorld/Examples_01_HelloWorld.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/Ordos-lua/Ordos-lua.vcxproj b/Build/Ordos-lua/Ordos-lua.vcxproj new file mode 100644 index 0000000..d9162e2 --- /dev/null +++ b/Build/Ordos-lua/Ordos-lua.vcxproj @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{7D0EFFCD-132D-4713-AA74-C6588397DE27}</ProjectGuid> + <RootNamespace>Ordoslua</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/Ordos-lua/Ordos-lua.vcxproj.filters b/Build/Ordos-lua/Ordos-lua.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/Ordos-lua/Ordos-lua.vcxproj.filters @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="源文件"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + <Filter Include="头文件"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions> + </Filter> + <Filter Include="资源文件"> + <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> + <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> + </Filter> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/Ordos-lua/Ordos-lua.vcxproj.user b/Build/Ordos-lua/Ordos-lua.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/Ordos-lua/Ordos-lua.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/Ordos/Ordos.vcxproj b/Build/Ordos/Ordos.vcxproj new file mode 100644 index 0000000..48985c6 --- /dev/null +++ b/Build/Ordos/Ordos.vcxproj @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{C1099725-6F4C-475F-99CA-7E18EBCF6767}</ProjectGuid> + <RootNamespace>Ordos</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\Source\Ordos\Source\GUIButton.cpp" /> + <ClCompile Include="..\..\Source\Ordos\Source\GUILayout.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\Source\Ordos\Include\GUI.h" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/Ordos/Ordos.vcxproj.filters b/Build/Ordos/Ordos.vcxproj.filters new file mode 100644 index 0000000..325e685 --- /dev/null +++ b/Build/Ordos/Ordos.vcxproj.filters @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Include"> + <UniqueIdentifier>{539229f7-60f3-4c8b-82ee-41215ec2486a}</UniqueIdentifier> + </Filter> + <Filter Include="Source"> + <UniqueIdentifier>{ad4f78d8-5b3a-4dbf-b2de-6c4aa1d8d832}</UniqueIdentifier> + </Filter> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\Source\Ordos\Source\GUIButton.cpp"> + <Filter>Source</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\Ordos\Source\GUILayout.cpp"> + <Filter>Source</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\Source\Ordos\Include\GUI.h"> + <Filter>Include</Filter> + </ClInclude> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/Ordos/Ordos.vcxproj.user b/Build/Ordos/Ordos.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/Ordos/Ordos.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/OrdosGUI.sln b/Build/OrdosGUI.sln new file mode 100644 index 0000000..54b7fb1 --- /dev/null +++ b/Build/OrdosGUI.sln @@ -0,0 +1,84 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27703.2047 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3rdParty", "3rdParty", "{03BA9D75-D4B7-42F3-8F76-8BEA12506228}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "luax", "luax\luax.vcxproj", "{6DA4B4A7-C3B2-47F9-94C3-CFDF2F78ACA6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ordos", "Ordos", "{732293C3-B7B0-4DD0-8005-409EEC128213}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ordos", "Ordos\Ordos.vcxproj", "{C1099725-6F4C-475F-99CA-7E18EBCF6767}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ordos-lua", "Ordos-lua\Ordos-lua.vcxproj", "{7D0EFFCD-132D-4713-AA74-C6588397DE27}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{02FAD289-0ABD-45B7-8955-16437940EF81}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Examples_01_HelloWorld", "Examples_01_HelloWorld\Examples_01_HelloWorld.vcxproj", "{5825DA3A-288F-4C09-9F5A-BD3038D5ADC8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51", "lua51\lua51.vcxproj", "{23B3BE5C-80B7-4874-A67C-556C3AD3D0BB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6DA4B4A7-C3B2-47F9-94C3-CFDF2F78ACA6}.Debug|x64.ActiveCfg = Debug|x64 + {6DA4B4A7-C3B2-47F9-94C3-CFDF2F78ACA6}.Debug|x64.Build.0 = Debug|x64 + {6DA4B4A7-C3B2-47F9-94C3-CFDF2F78ACA6}.Debug|x86.ActiveCfg = Debug|Win32 + {6DA4B4A7-C3B2-47F9-94C3-CFDF2F78ACA6}.Debug|x86.Build.0 = Debug|Win32 + {6DA4B4A7-C3B2-47F9-94C3-CFDF2F78ACA6}.Release|x64.ActiveCfg = Release|x64 + {6DA4B4A7-C3B2-47F9-94C3-CFDF2F78ACA6}.Release|x64.Build.0 = Release|x64 + {6DA4B4A7-C3B2-47F9-94C3-CFDF2F78ACA6}.Release|x86.ActiveCfg = Release|Win32 + {6DA4B4A7-C3B2-47F9-94C3-CFDF2F78ACA6}.Release|x86.Build.0 = Release|Win32 + {C1099725-6F4C-475F-99CA-7E18EBCF6767}.Debug|x64.ActiveCfg = Debug|x64 + {C1099725-6F4C-475F-99CA-7E18EBCF6767}.Debug|x64.Build.0 = Debug|x64 + {C1099725-6F4C-475F-99CA-7E18EBCF6767}.Debug|x86.ActiveCfg = Debug|Win32 + {C1099725-6F4C-475F-99CA-7E18EBCF6767}.Debug|x86.Build.0 = Debug|Win32 + {C1099725-6F4C-475F-99CA-7E18EBCF6767}.Release|x64.ActiveCfg = Release|x64 + {C1099725-6F4C-475F-99CA-7E18EBCF6767}.Release|x64.Build.0 = Release|x64 + {C1099725-6F4C-475F-99CA-7E18EBCF6767}.Release|x86.ActiveCfg = Release|Win32 + {C1099725-6F4C-475F-99CA-7E18EBCF6767}.Release|x86.Build.0 = Release|Win32 + {7D0EFFCD-132D-4713-AA74-C6588397DE27}.Debug|x64.ActiveCfg = Debug|x64 + {7D0EFFCD-132D-4713-AA74-C6588397DE27}.Debug|x64.Build.0 = Debug|x64 + {7D0EFFCD-132D-4713-AA74-C6588397DE27}.Debug|x86.ActiveCfg = Debug|Win32 + {7D0EFFCD-132D-4713-AA74-C6588397DE27}.Debug|x86.Build.0 = Debug|Win32 + {7D0EFFCD-132D-4713-AA74-C6588397DE27}.Release|x64.ActiveCfg = Release|x64 + {7D0EFFCD-132D-4713-AA74-C6588397DE27}.Release|x64.Build.0 = Release|x64 + {7D0EFFCD-132D-4713-AA74-C6588397DE27}.Release|x86.ActiveCfg = Release|Win32 + {7D0EFFCD-132D-4713-AA74-C6588397DE27}.Release|x86.Build.0 = Release|Win32 + {5825DA3A-288F-4C09-9F5A-BD3038D5ADC8}.Debug|x64.ActiveCfg = Debug|x64 + {5825DA3A-288F-4C09-9F5A-BD3038D5ADC8}.Debug|x64.Build.0 = Debug|x64 + {5825DA3A-288F-4C09-9F5A-BD3038D5ADC8}.Debug|x86.ActiveCfg = Debug|Win32 + {5825DA3A-288F-4C09-9F5A-BD3038D5ADC8}.Debug|x86.Build.0 = Debug|Win32 + {5825DA3A-288F-4C09-9F5A-BD3038D5ADC8}.Release|x64.ActiveCfg = Release|x64 + {5825DA3A-288F-4C09-9F5A-BD3038D5ADC8}.Release|x64.Build.0 = Release|x64 + {5825DA3A-288F-4C09-9F5A-BD3038D5ADC8}.Release|x86.ActiveCfg = Release|Win32 + {5825DA3A-288F-4C09-9F5A-BD3038D5ADC8}.Release|x86.Build.0 = Release|Win32 + {23B3BE5C-80B7-4874-A67C-556C3AD3D0BB}.Debug|x64.ActiveCfg = Debug|x64 + {23B3BE5C-80B7-4874-A67C-556C3AD3D0BB}.Debug|x64.Build.0 = Debug|x64 + {23B3BE5C-80B7-4874-A67C-556C3AD3D0BB}.Debug|x86.ActiveCfg = Debug|Win32 + {23B3BE5C-80B7-4874-A67C-556C3AD3D0BB}.Debug|x86.Build.0 = Debug|Win32 + {23B3BE5C-80B7-4874-A67C-556C3AD3D0BB}.Release|x64.ActiveCfg = Release|x64 + {23B3BE5C-80B7-4874-A67C-556C3AD3D0BB}.Release|x64.Build.0 = Release|x64 + {23B3BE5C-80B7-4874-A67C-556C3AD3D0BB}.Release|x86.ActiveCfg = Release|Win32 + {23B3BE5C-80B7-4874-A67C-556C3AD3D0BB}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {6DA4B4A7-C3B2-47F9-94C3-CFDF2F78ACA6} = {03BA9D75-D4B7-42F3-8F76-8BEA12506228} + {C1099725-6F4C-475F-99CA-7E18EBCF6767} = {732293C3-B7B0-4DD0-8005-409EEC128213} + {7D0EFFCD-132D-4713-AA74-C6588397DE27} = {732293C3-B7B0-4DD0-8005-409EEC128213} + {5825DA3A-288F-4C09-9F5A-BD3038D5ADC8} = {02FAD289-0ABD-45B7-8955-16437940EF81} + {23B3BE5C-80B7-4874-A67C-556C3AD3D0BB} = {03BA9D75-D4B7-42F3-8F76-8BEA12506228} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {80D970E4-35BB-4915-B796-31A471050B61} + EndGlobalSection +EndGlobal diff --git a/Build/OrdosGUI.vcxproj b/Build/OrdosGUI.vcxproj new file mode 100644 index 0000000..367ca9e --- /dev/null +++ b/Build/OrdosGUI.vcxproj @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{0A26DB4D-AC2F-4045-B25A-563C07DF55AA}</ProjectGuid> + <RootNamespace>OrdosGUI</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/OrdosGUI.vcxproj.filters b/Build/OrdosGUI.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/OrdosGUI.vcxproj.filters @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="源文件"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + <Filter Include="头文件"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions> + </Filter> + <Filter Include="资源文件"> + <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> + <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> + </Filter> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/OrdosGUI.vcxproj.user b/Build/OrdosGUI.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/OrdosGUI.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/lua51/lua51.vcxproj b/Build/lua51/lua51.vcxproj new file mode 100644 index 0000000..3197451 --- /dev/null +++ b/Build/lua51/lua51.vcxproj @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{23B3BE5C-80B7-4874-A67C-556C3AD3D0BB}</ProjectGuid> + <RootNamespace>lua51</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\Source\lua51\lapi.h" /> + <ClInclude Include="..\..\Source\lua51\lauxlib.h" /> + <ClInclude Include="..\..\Source\lua51\lcode.h" /> + <ClInclude Include="..\..\Source\lua51\ldebug.h" /> + <ClInclude Include="..\..\Source\lua51\ldo.h" /> + <ClInclude Include="..\..\Source\lua51\lfunc.h" /> + <ClInclude Include="..\..\Source\lua51\lgc.h" /> + <ClInclude Include="..\..\Source\lua51\llex.h" /> + <ClInclude Include="..\..\Source\lua51\llimits.h" /> + <ClInclude Include="..\..\Source\lua51\lmem.h" /> + <ClInclude Include="..\..\Source\lua51\lobject.h" /> + <ClInclude Include="..\..\Source\lua51\lopcodes.h" /> + <ClInclude Include="..\..\Source\lua51\lparser.h" /> + <ClInclude Include="..\..\Source\lua51\lstate.h" /> + <ClInclude Include="..\..\Source\lua51\lstring.h" /> + <ClInclude Include="..\..\Source\lua51\ltable.h" /> + <ClInclude Include="..\..\Source\lua51\ltm.h" /> + <ClInclude Include="..\..\Source\lua51\lua.h" /> + <ClInclude Include="..\..\Source\lua51\luaconf.h" /> + <ClInclude Include="..\..\Source\lua51\lualib.h" /> + <ClInclude Include="..\..\Source\lua51\lundump.h" /> + <ClInclude Include="..\..\Source\lua51\lvm.h" /> + <ClInclude Include="..\..\Source\lua51\lzio.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\Source\lua51\lapi.c" /> + <ClCompile Include="..\..\Source\lua51\lauxlib.c" /> + <ClCompile Include="..\..\Source\lua51\lbaselib.c" /> + <ClCompile Include="..\..\Source\lua51\lcode.c" /> + <ClCompile Include="..\..\Source\lua51\ldblib.c" /> + <ClCompile Include="..\..\Source\lua51\ldebug.c" /> + <ClCompile Include="..\..\Source\lua51\ldo.c" /> + <ClCompile Include="..\..\Source\lua51\ldump.c" /> + <ClCompile Include="..\..\Source\lua51\lfunc.c" /> + <ClCompile Include="..\..\Source\lua51\lgc.c" /> + <ClCompile Include="..\..\Source\lua51\linit.c" /> + <ClCompile Include="..\..\Source\lua51\liolib.c" /> + <ClCompile Include="..\..\Source\lua51\llex.c" /> + <ClCompile Include="..\..\Source\lua51\lmathlib.c" /> + <ClCompile Include="..\..\Source\lua51\lmem.c" /> + <ClCompile Include="..\..\Source\lua51\loadlib.c" /> + <ClCompile Include="..\..\Source\lua51\lobject.c" /> + <ClCompile Include="..\..\Source\lua51\lopcodes.c" /> + <ClCompile Include="..\..\Source\lua51\loslib.c" /> + <ClCompile Include="..\..\Source\lua51\lparser.c" /> + <ClCompile Include="..\..\Source\lua51\lstate.c" /> + <ClCompile Include="..\..\Source\lua51\lstring.c" /> + <ClCompile Include="..\..\Source\lua51\lstrlib.c" /> + <ClCompile Include="..\..\Source\lua51\ltable.c" /> + <ClCompile Include="..\..\Source\lua51\ltablib.c" /> + <ClCompile Include="..\..\Source\lua51\ltm.c" /> + <ClCompile Include="..\..\Source\lua51\lundump.c" /> + <ClCompile Include="..\..\Source\lua51\lvm.c" /> + <ClCompile Include="..\..\Source\lua51\lzio.c" /> + <ClCompile Include="..\..\Source\lua51\print.c" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/lua51/lua51.vcxproj.filters b/Build/lua51/lua51.vcxproj.filters new file mode 100644 index 0000000..aaf168d --- /dev/null +++ b/Build/lua51/lua51.vcxproj.filters @@ -0,0 +1,180 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="源文件"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + <Filter Include="头文件"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions> + </Filter> + <Filter Include="资源文件"> + <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> + <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> + </Filter> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\Source\lua51\lapi.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lauxlib.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lcode.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\ldebug.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\ldo.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lfunc.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lgc.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\llex.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\llimits.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lmem.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lobject.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lopcodes.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lparser.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lstate.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lstring.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\ltable.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\ltm.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lua.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\luaconf.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lualib.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lundump.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lvm.h"> + <Filter>头文件</Filter> + </ClInclude> + <ClInclude Include="..\..\Source\lua51\lzio.h"> + <Filter>头文件</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\Source\lua51\lapi.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lauxlib.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lbaselib.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lcode.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\ldblib.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\ldebug.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\ldo.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\ldump.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lfunc.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lgc.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\linit.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\liolib.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\llex.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lmathlib.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lmem.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\loadlib.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lobject.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lopcodes.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\loslib.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lparser.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lstate.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lstring.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lstrlib.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\ltable.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\ltablib.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\ltm.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lundump.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lvm.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\lzio.c"> + <Filter>源文件</Filter> + </ClCompile> + <ClCompile Include="..\..\Source\lua51\print.c"> + <Filter>源文件</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/lua51/lua51.vcxproj.user b/Build/lua51/lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/lua51/lua51.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/luax/luax.vcxproj b/Build/luax/luax.vcxproj new file mode 100644 index 0000000..6d2aa20 --- /dev/null +++ b/Build/luax/luax.vcxproj @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{6DA4B4A7-C3B2-47F9-94C3-CFDF2F78ACA6}</ProjectGuid> + <RootNamespace>luax</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/luax/luax.vcxproj.filters b/Build/luax/luax.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/luax/luax.vcxproj.filters @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="源文件"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + <Filter Include="头文件"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions> + </Filter> + <Filter Include="资源文件"> + <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> + <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> + </Filter> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/luax/luax.vcxproj.user b/Build/luax/luax.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/luax/luax.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file |