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 | |
parent | 47b1ffe8e36343ca10539427f3c64a56e0ca13b9 (diff) | |
download | yuescript-1880ba290e3203d2ea204e95d9f2d438016271fb.tar.gz yuescript-1880ba290e3203d2ea204e95d9f2d438016271fb.tar.bz2 yuescript-1880ba290e3203d2ea204e95d9f2d438016271fb.zip |
fix vcproj names.
-rw-r--r-- | win-build/Lua51/Lua51.vcxproj | 6 | ||||
-rw-r--r-- | win-build/Lua51/Lua51.vcxproj.filters | 4 | ||||
-rw-r--r-- | win-build/Yuescript.sln | 4 | ||||
-rw-r--r-- | win-build/YuescriptDLL/YuescriptDLL.vcxproj (renamed from win-build/yue/yue.vcxproj) | 6 | ||||
-rw-r--r-- | win-build/YuescriptDLL/YuescriptDLL.vcxproj.filters (renamed from win-build/yue/yue.vcxproj.filters) | 4 | ||||
-rw-r--r-- | win-build/YuescriptDLL/YuescriptDLL.vcxproj.user (renamed from win-build/yue/yue.vcxproj.user) | 0 |
6 files changed, 12 insertions, 12 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> |
diff --git a/win-build/Yuescript.sln b/win-build/Yuescript.sln index 9427889..4e3bde5 100644 --- a/win-build/Yuescript.sln +++ b/win-build/Yuescript.sln | |||
@@ -5,9 +5,9 @@ VisualStudioVersion = 17.0.32112.339 | |||
5 | MinimumVisualStudioVersion = 10.0.40219.1 | 5 | MinimumVisualStudioVersion = 10.0.40219.1 |
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Yuescript", "Yuescript\Yuescript.vcxproj", "{CF4F54DB-61FE-48E0-BA2E-4168BA27ECBD}" | 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Yuescript", "Yuescript\Yuescript.vcxproj", "{CF4F54DB-61FE-48E0-BA2E-4168BA27ECBD}" |
7 | EndProject | 7 | EndProject |
8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51", "lua51\lua51.vcxproj", "{26D6E513-4959-4B9D-B213-C45A348FB350}" | 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua51", "Lua51\Lua51.vcxproj", "{26D6E513-4959-4B9D-B213-C45A348FB350}" |
9 | EndProject | 9 | EndProject |
10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yue", "yue\yue.vcxproj", "{08A9E377-ECC6-4ACB-AF99-8F683D5F48A5}" | 10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YuescriptDLL", "YuescriptDLL\YuescriptDLL.vcxproj", "{08A9E377-ECC6-4ACB-AF99-8F683D5F48A5}" |
11 | ProjectSection(ProjectDependencies) = postProject | 11 | ProjectSection(ProjectDependencies) = postProject |
12 | {26D6E513-4959-4B9D-B213-C45A348FB350} = {26D6E513-4959-4B9D-B213-C45A348FB350} | 12 | {26D6E513-4959-4B9D-B213-C45A348FB350} = {26D6E513-4959-4B9D-B213-C45A348FB350} |
13 | EndProjectSection | 13 | EndProjectSection |
diff --git a/win-build/yue/yue.vcxproj b/win-build/YuescriptDLL/YuescriptDLL.vcxproj index b224af8..2913139 100644 --- a/win-build/yue/yue.vcxproj +++ b/win-build/YuescriptDLL/YuescriptDLL.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>{08a9e377-ecc6-4acb-af99-8f683d5f48a5}</ProjectGuid> | 24 | <ProjectGuid>{08a9e377-ecc6-4acb-af99-8f683d5f48a5}</ProjectGuid> |
25 | <RootNamespace>yue</RootNamespace> | 25 | <RootNamespace>YuescriptDLL</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>yue</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>yue</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>yue</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>yue</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/yue/yue.vcxproj.filters b/win-build/YuescriptDLL/YuescriptDLL.vcxproj.filters index 3a55a7a..487ce37 100644 --- a/win-build/yue/yue.vcxproj.filters +++ b/win-build/YuescriptDLL/YuescriptDLL.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> |
diff --git a/win-build/yue/yue.vcxproj.user b/win-build/YuescriptDLL/YuescriptDLL.vcxproj.user index 88a5509..88a5509 100644 --- a/win-build/yue/yue.vcxproj.user +++ b/win-build/YuescriptDLL/YuescriptDLL.vcxproj.user | |||