diff options
| author | Li Jin <dragon-fly@qq.com> | 2022-02-24 10:48:52 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2022-02-24 10:48:52 +0800 |
| commit | 1880ba290e3203d2ea204e95d9f2d438016271fb (patch) | |
| tree | 37bb4657ec6933d4dcf4339bc2ac2cd4814a87cc /win-build/Lua51 | |
| parent | 47b1ffe8e36343ca10539427f3c64a56e0ca13b9 (diff) | |
| download | yuescript-1880ba290e3203d2ea204e95d9f2d438016271fb.tar.gz yuescript-1880ba290e3203d2ea204e95d9f2d438016271fb.tar.bz2 yuescript-1880ba290e3203d2ea204e95d9f2d438016271fb.zip | |
fix vcproj names.
Diffstat (limited to 'win-build/Lua51')
| -rw-r--r-- | win-build/Lua51/Lua51.vcxproj | 6 | ||||
| -rw-r--r-- | win-build/Lua51/Lua51.vcxproj.filters | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/win-build/Lua51/Lua51.vcxproj b/win-build/Lua51/Lua51.vcxproj index d821298..6a1bf4e 100644 --- a/win-build/Lua51/Lua51.vcxproj +++ b/win-build/Lua51/Lua51.vcxproj | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | <VCProjectVersion>16.0</VCProjectVersion> | 22 | <VCProjectVersion>16.0</VCProjectVersion> |
| 23 | <Keyword>Win32Proj</Keyword> | 23 | <Keyword>Win32Proj</Keyword> |
| 24 | <ProjectGuid>{26d6e513-4959-4b9d-b213-c45a348fb350}</ProjectGuid> | 24 | <ProjectGuid>{26d6e513-4959-4b9d-b213-c45a348fb350}</ProjectGuid> |
| 25 | <RootNamespace>lua51</RootNamespace> | 25 | <RootNamespace>Lua51</RootNamespace> |
| 26 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | 26 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| 27 | </PropertyGroup> | 27 | </PropertyGroup> |
| 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| @@ -74,21 +74,25 @@ | |||
| 74 | <LinkIncremental>true</LinkIncremental> | 74 | <LinkIncremental>true</LinkIncremental> |
| 75 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 75 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 76 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 76 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 77 | <TargetName>lua51</TargetName> | ||
| 77 | </PropertyGroup> | 78 | </PropertyGroup> |
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 79 | <LinkIncremental>false</LinkIncremental> | 80 | <LinkIncremental>false</LinkIncremental> |
| 80 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 81 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 81 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 82 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 83 | <TargetName>lua51</TargetName> | ||
| 82 | </PropertyGroup> | 84 | </PropertyGroup> |
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 84 | <LinkIncremental>true</LinkIncremental> | 86 | <LinkIncremental>true</LinkIncremental> |
| 85 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 87 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 86 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 88 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 89 | <TargetName>lua51</TargetName> | ||
| 87 | </PropertyGroup> | 90 | </PropertyGroup> |
| 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 89 | <LinkIncremental>false</LinkIncremental> | 92 | <LinkIncremental>false</LinkIncremental> |
| 90 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 93 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 91 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 94 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 95 | <TargetName>lua51</TargetName> | ||
| 92 | </PropertyGroup> | 96 | </PropertyGroup> |
| 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 97 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 94 | <ClCompile> | 98 | <ClCompile> |
diff --git a/win-build/Lua51/Lua51.vcxproj.filters b/win-build/Lua51/Lua51.vcxproj.filters index 5e55abe..cc5f5cb 100644 --- a/win-build/Lua51/Lua51.vcxproj.filters +++ b/win-build/Lua51/Lua51.vcxproj.filters | |||
| @@ -1,10 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup> | 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"> | 4 | <Filter Include="src"> |
| 9 | <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | 5 | <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> |
| 10 | <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | 6 | <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions> |
