diff options
Diffstat (limited to 'builds/msvc')
-rw-r--r-- | builds/msvc/Makefile.am | 8 | ||||
-rw-r--r-- | builds/msvc/local_lat/local_lat.vcxproj (renamed from builds/msvc/c_local_lat/c_local_lat.vcxproj) | 2 | ||||
-rw-r--r-- | builds/msvc/local_thr/local_thr.vcxproj (renamed from builds/msvc/c_local_thr/c_local_thr.vcxproj) | 2 | ||||
-rw-r--r-- | builds/msvc/msvc10.sln | 8 | ||||
-rw-r--r-- | builds/msvc/remote_lat/remote_lat.vcxproj (renamed from builds/msvc/c_remote_lat/c_remote_lat.vcxproj) | 2 | ||||
-rw-r--r-- | builds/msvc/remote_thr/remote_thr.vcxproj (renamed from builds/msvc/c_remote_thr/c_remote_thr.vcxproj) | 2 |
6 files changed, 12 insertions, 12 deletions
diff --git a/builds/msvc/Makefile.am b/builds/msvc/Makefile.am index c5755b3..68877d6 100644 --- a/builds/msvc/Makefile.am +++ b/builds/msvc/Makefile.am @@ -2,10 +2,10 @@ LIBXS_DIST = libxs/libxs.vcxproj \ libxs/libxs.vcxproj.filters \ platform.hpp msvc10.sln -PERF_DIST = c_local_thr/c_local_thr.vcxproj \ - c_remote_thr/c_remote_thr.vcxproj \ - c_local_lat/c_local_lat.vcxproj \ - c_remote_lat/c_remote_lat.vcxproj \ +PERF_DIST = local_thr/local_thr.vcxproj \ + remote_thr/remote_thr.vcxproj \ + local_lat/local_lat.vcxproj \ + remote_lat/remote_lat.vcxproj \ inproc_lat/inproc_lat.vcxproj \ inproc_thr/inproc_thr.vcxproj diff --git a/builds/msvc/c_local_lat/c_local_lat.vcxproj b/builds/msvc/local_lat/local_lat.vcxproj index 7d9ce48..f3fb3f5 100644 --- a/builds/msvc/c_local_lat/c_local_lat.vcxproj +++ b/builds/msvc/local_lat/local_lat.vcxproj @@ -21,7 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectName>local_lat</ProjectName> <ProjectGuid>{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}</ProjectGuid> - <RootNamespace>c_local_lat</RootNamespace> + <RootNamespace>local_lat</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/builds/msvc/c_local_thr/c_local_thr.vcxproj b/builds/msvc/local_thr/local_thr.vcxproj index 0d0b950..6dedca8 100644 --- a/builds/msvc/c_local_thr/c_local_thr.vcxproj +++ b/builds/msvc/local_thr/local_thr.vcxproj @@ -21,7 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectName>local_thr</ProjectName> <ProjectGuid>{8EF2DF6B-6646-460F-8032-913B70FE0E94}</ProjectGuid> - <RootNamespace>c_local_thr</RootNamespace> + <RootNamespace>local_thr</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/builds/msvc/msvc10.sln b/builds/msvc/msvc10.sln index 492f812..2345b58 100644 --- a/builds/msvc/msvc10.sln +++ b/builds/msvc/msvc10.sln @@ -3,13 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libxs", "libxs\libxs.vcxproj", "{641C5F36-32EE-4323-B740-992B651CF9D6}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_lat", "c_local_lat\c_local_lat.vcxproj", "{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_lat", "local_lat\local_lat.vcxproj", "{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_lat", "c_remote_lat\c_remote_lat.vcxproj", "{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_lat", "remote_lat\remote_lat.vcxproj", "{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_thr", "c_local_thr\c_local_thr.vcxproj", "{8EF2DF6B-6646-460F-8032-913B70FE0E94}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_thr", "local_thr\local_thr.vcxproj", "{8EF2DF6B-6646-460F-8032-913B70FE0E94}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_thr", "c_remote_thr\c_remote_thr.vcxproj", "{B15E059C-0CBB-4A82-8C42-6567FB650802}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_thr", "remote_thr\remote_thr.vcxproj", "{B15E059C-0CBB-4A82-8C42-6567FB650802}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inproc_lat", "inproc_lat\inproc_lat.vcxproj", "{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}" EndProject diff --git a/builds/msvc/c_remote_lat/c_remote_lat.vcxproj b/builds/msvc/remote_lat/remote_lat.vcxproj index 1a69267..91f9eb3 100644 --- a/builds/msvc/c_remote_lat/c_remote_lat.vcxproj +++ b/builds/msvc/remote_lat/remote_lat.vcxproj @@ -21,7 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectName>remote_lat</ProjectName> <ProjectGuid>{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}</ProjectGuid> - <RootNamespace>c_remote_lat</RootNamespace> + <RootNamespace>remote_lat</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/builds/msvc/c_remote_thr/c_remote_thr.vcxproj b/builds/msvc/remote_thr/remote_thr.vcxproj index 1350840..0144916 100644 --- a/builds/msvc/c_remote_thr/c_remote_thr.vcxproj +++ b/builds/msvc/remote_thr/remote_thr.vcxproj @@ -21,7 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectName>remote_thr</ProjectName> <ProjectGuid>{B15E059C-0CBB-4A82-8C42-6567FB650802}</ProjectGuid> - <RootNamespace>c_remote_thr</RootNamespace> + <RootNamespace>remote_thr</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |