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/Lua51.vcxproj | |
parent | 47b1ffe8e36343ca10539427f3c64a56e0ca13b9 (diff) | |
download | yuescript-1880ba290e3203d2ea204e95d9f2d438016271fb.tar.gz yuescript-1880ba290e3203d2ea204e95d9f2d438016271fb.tar.bz2 yuescript-1880ba290e3203d2ea204e95d9f2d438016271fb.zip |
fix vcproj names.
Diffstat (limited to 'win-build/Lua51/Lua51.vcxproj')
-rw-r--r-- | win-build/Lua51/Lua51.vcxproj | 6 |
1 files changed, 5 insertions, 1 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> |