From d8301d653aad0a3e6440b8c14da41e93cd3c2de8 Mon Sep 17 00:00:00 2001 From: Axel 0vercl0k Souchet <0vercl0k@tuxfamily.org> Date: Tue, 13 May 2014 21:57:53 +0100 Subject: [PATCH] rename the project names in order to be consisten with *nix's ones --- msvc/msvc-2012.sln | 18 +++++++++--------- .../test_arm.vcxproj} | 2 +- .../test_arm64.vcxproj} | 2 +- .../test_detail.vcxproj} | 2 +- .../test_mips.vcxproj} | 2 +- .../test_ppc.vcxproj} | 2 +- .../test_skipdata.vcxproj} | 2 +- .../test_sparc.vcxproj} | 2 +- .../test_systemz.vcxproj} | 2 +- .../test_x86.vcxproj} | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) rename msvc/{test-arm/test-arm.vcxproj => test_arm/test_arm.vcxproj} (99%) rename msvc/{test-arm64/test-arm64.vcxproj => test_arm64/test_arm64.vcxproj} (99%) rename msvc/{test-detail/test-detail.vcxproj => test_detail/test_detail.vcxproj} (99%) rename msvc/{test-mips/test-mips.vcxproj => test_mips/test_mips.vcxproj} (99%) rename msvc/{test-ppc/test-ppc.vcxproj => test_ppc/test_ppc.vcxproj} (99%) rename msvc/{test-skipdata/test-skipdata.vcxproj => test_skipdata/test_skipdata.vcxproj} (99%) rename msvc/{test-sparc/test-sparc.vcxproj => test_sparc/test_sparc.vcxproj} (99%) rename msvc/{test-systemz/test-systemz.vcxproj => test_systemz/test_systemz.vcxproj} (99%) rename msvc/{test-x86/test-x86.vcxproj => test_x86/test_x86.vcxproj} (99%) diff --git a/msvc/msvc-2012.sln b/msvc/msvc-2012.sln index 89303a0592..4f68d0b232 100644 --- a/msvc/msvc-2012.sln +++ b/msvc/msvc-2012.sln @@ -8,47 +8,47 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-x86", "test-x86\test-x86.vcxproj", "{9C69243E-C7DC-42A4-AB86-0696E51697C8}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_x86", "test_x86\test_x86.vcxproj", "{9C69243E-C7DC-42A4-AB86-0696E51697C8}" ProjectSection(ProjectDependencies) = postProject {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-arm", "test-arm\test-arm.vcxproj", "{349B99E4-2E79-44FE-96F9-02D9B4EC0584}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_arm", "test_arm\test_arm.vcxproj", "{349B99E4-2E79-44FE-96F9-02D9B4EC0584}" ProjectSection(ProjectDependencies) = postProject {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-arm64", "test-arm64\test-arm64.vcxproj", "{CBE31473-7D0E-41F5-AFCB-8C8422ED8908}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_arm64", "test_arm64\test_arm64.vcxproj", "{CBE31473-7D0E-41F5-AFCB-8C8422ED8908}" ProjectSection(ProjectDependencies) = postProject {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-mips", "test-mips\test-mips.vcxproj", "{28B2D82F-3E95-4ECE-8118-0E891BD453E0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_mips", "test_mips\test_mips.vcxproj", "{28B2D82F-3E95-4ECE-8118-0E891BD453E0}" ProjectSection(ProjectDependencies) = postProject {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-ppc", "test-ppc\test-ppc.vcxproj", "{0B78E956-F897-4149-BFB2-BE87DA3A6F0D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_ppc", "test_ppc\test_ppc.vcxproj", "{0B78E956-F897-4149-BFB2-BE87DA3A6F0D}" ProjectSection(ProjectDependencies) = postProject {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-sparc", "test-sparc\test-sparc.vcxproj", "{9E735ABA-00D9-4114-A9E7-0568D8DFF94B}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_sparc", "test_sparc\test_sparc.vcxproj", "{9E735ABA-00D9-4114-A9E7-0568D8DFF94B}" ProjectSection(ProjectDependencies) = postProject {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-systemz", "test-systemz\test-systemz.vcxproj", "{D83F2A2D-D5F1-421E-A5B7-B47F1ECABAD2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_systemz", "test_systemz\test_systemz.vcxproj", "{D83F2A2D-D5F1-421E-A5B7-B47F1ECABAD2}" ProjectSection(ProjectDependencies) = postProject {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-detail", "test-detail\test-detail.vcxproj", "{A510F308-3094-4FF6-9DFC-539CC5260BA4}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_detail", "test_detail\test_detail.vcxproj", "{A510F308-3094-4FF6-9DFC-539CC5260BA4}" ProjectSection(ProjectDependencies) = postProject {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-skipdata", "test-skipdata\test-skipdata.vcxproj", "{B09819BB-7EF1-4B04-945D-58117E6940A1}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_skipdata", "test_skipdata\test_skipdata.vcxproj", "{B09819BB-7EF1-4B04-945D-58117E6940A1}" ProjectSection(ProjectDependencies) = postProject {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} EndProjectSection diff --git a/msvc/test-arm/test-arm.vcxproj b/msvc/test_arm/test_arm.vcxproj similarity index 99% rename from msvc/test-arm/test-arm.vcxproj rename to msvc/test_arm/test_arm.vcxproj index 2232c0ac29..ea2a9a7001 100644 --- a/msvc/test-arm/test-arm.vcxproj +++ b/msvc/test_arm/test_arm.vcxproj @@ -22,7 +22,7 @@ <ProjectGuid>{349B99E4-2E79-44FE-96F9-02D9B4EC0584}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>capstonetestarm</RootNamespace> - <ProjectName>test-arm</ProjectName> + <ProjectName>test_arm</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/msvc/test-arm64/test-arm64.vcxproj b/msvc/test_arm64/test_arm64.vcxproj similarity index 99% rename from msvc/test-arm64/test-arm64.vcxproj rename to msvc/test_arm64/test_arm64.vcxproj index 8c07a0c458..0d87dc61a2 100644 --- a/msvc/test-arm64/test-arm64.vcxproj +++ b/msvc/test_arm64/test_arm64.vcxproj @@ -22,7 +22,7 @@ <ProjectGuid>{CBE31473-7D0E-41F5-AFCB-8C8422ED8908}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>capstonetestarm64</RootNamespace> - <ProjectName>test-arm64</ProjectName> + <ProjectName>test_arm64</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/msvc/test-detail/test-detail.vcxproj b/msvc/test_detail/test_detail.vcxproj similarity index 99% rename from msvc/test-detail/test-detail.vcxproj rename to msvc/test_detail/test_detail.vcxproj index 1d3a4dee9d..165ae56511 100644 --- a/msvc/test-detail/test-detail.vcxproj +++ b/msvc/test_detail/test_detail.vcxproj @@ -22,7 +22,7 @@ <ProjectGuid>{A510F308-3094-4FF6-9DFC-539CC5260BA4}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>capstonetestdetail</RootNamespace> - <ProjectName>test-detail</ProjectName> + <ProjectName>test_detail</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/msvc/test-mips/test-mips.vcxproj b/msvc/test_mips/test_mips.vcxproj similarity index 99% rename from msvc/test-mips/test-mips.vcxproj rename to msvc/test_mips/test_mips.vcxproj index 9e115765bb..4096a26f25 100644 --- a/msvc/test-mips/test-mips.vcxproj +++ b/msvc/test_mips/test_mips.vcxproj @@ -22,7 +22,7 @@ <ProjectGuid>{28B2D82F-3E95-4ECE-8118-0E891BD453E0}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>capstonetestmips</RootNamespace> - <ProjectName>test-mips</ProjectName> + <ProjectName>test_mips</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/msvc/test-ppc/test-ppc.vcxproj b/msvc/test_ppc/test_ppc.vcxproj similarity index 99% rename from msvc/test-ppc/test-ppc.vcxproj rename to msvc/test_ppc/test_ppc.vcxproj index 0f3f031522..b7df928d7a 100644 --- a/msvc/test-ppc/test-ppc.vcxproj +++ b/msvc/test_ppc/test_ppc.vcxproj @@ -25,7 +25,7 @@ <ProjectGuid>{0B78E956-F897-4149-BFB2-BE87DA3A6F0D}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>capstonetestppc</RootNamespace> - <ProjectName>test-ppc</ProjectName> + <ProjectName>test_ppc</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/msvc/test-skipdata/test-skipdata.vcxproj b/msvc/test_skipdata/test_skipdata.vcxproj similarity index 99% rename from msvc/test-skipdata/test-skipdata.vcxproj rename to msvc/test_skipdata/test_skipdata.vcxproj index 41a2037b43..3d91b2d2e2 100644 --- a/msvc/test-skipdata/test-skipdata.vcxproj +++ b/msvc/test_skipdata/test_skipdata.vcxproj @@ -22,7 +22,7 @@ <ProjectGuid>{B09819BB-7EF1-4B04-945D-58117E6940A1}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>capstonetestskipdata</RootNamespace> - <ProjectName>test-skipdata</ProjectName> + <ProjectName>test_skipdata</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/msvc/test-sparc/test-sparc.vcxproj b/msvc/test_sparc/test_sparc.vcxproj similarity index 99% rename from msvc/test-sparc/test-sparc.vcxproj rename to msvc/test_sparc/test_sparc.vcxproj index 0a8efc2e08..1cb86f2d99 100644 --- a/msvc/test-sparc/test-sparc.vcxproj +++ b/msvc/test_sparc/test_sparc.vcxproj @@ -22,7 +22,7 @@ <ProjectGuid>{9E735ABA-00D9-4114-A9E7-0568D8DFF94B}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>capstonetestsparc</RootNamespace> - <ProjectName>test-sparc</ProjectName> + <ProjectName>test_sparc</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/msvc/test-systemz/test-systemz.vcxproj b/msvc/test_systemz/test_systemz.vcxproj similarity index 99% rename from msvc/test-systemz/test-systemz.vcxproj rename to msvc/test_systemz/test_systemz.vcxproj index c7f6c87108..2cff150235 100644 --- a/msvc/test-systemz/test-systemz.vcxproj +++ b/msvc/test_systemz/test_systemz.vcxproj @@ -25,7 +25,7 @@ <ProjectGuid>{D83F2A2D-D5F1-421E-A5B7-B47F1ECABAD2}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>capstonetestsystemz</RootNamespace> - <ProjectName>test-systemz</ProjectName> + <ProjectName>test_systemz</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/msvc/test-x86/test-x86.vcxproj b/msvc/test_x86/test_x86.vcxproj similarity index 99% rename from msvc/test-x86/test-x86.vcxproj rename to msvc/test_x86/test_x86.vcxproj index 5f4b7b2e12..24ba762e41 100644 --- a/msvc/test-x86/test-x86.vcxproj +++ b/msvc/test_x86/test_x86.vcxproj @@ -22,7 +22,7 @@ <ProjectGuid>{9C69243E-C7DC-42A4-AB86-0696E51697C8}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>capstonetestx86</RootNamespace> - <ProjectName>test-x86</ProjectName> + <ProjectName>test_x86</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">