[libsigcplusplus] Visual Studio builds: Rename libsigc++2 projects to libsigc++3



commit a3f5dbf9189eeb3369878256e6b7e43028101686
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Mar 14 15:45:18 2017 +0800

    Visual Studio builds: Rename libsigc++2 projects to libsigc++3
    
    This makes it clearer to people that this is 3.x-to-be, not 2.x.

 MSVC_Net2017/filelist.am                           |    6 +-
 MSVC_Net2017/{libsigc++2.sln => libsigc++3.sln}    |   22 +---
 .../{libsigc++2.vcxproj => libsigc++3.vcxproj}     |    0
 ....vcxproj.filters => libsigc++3.vcxproj.filters} |    0
 MSVC_Net2017/test_accum_iter.vcxproj               |    2 +-
 MSVC_Net2017/test_accumulated.vcxproj              |    2 +-
 MSVC_Net2017/test_bind.vcxproj                     |    2 +-
 MSVC_Net2017/test_bind_ref.vcxproj                 |    2 +-
 MSVC_Net2017/test_bind_refptr.vcxproj              |    2 +-
 MSVC_Net2017/test_bind_return.vcxproj              |    2 +-
 MSVC_Net2017/test_compose.vcxproj                  |    2 +-
 MSVC_Net2017/test_copy_invalid_slot.vcxproj        |    2 +-
 MSVC_Net2017/test_cpp11_lambda.vcxproj             |    2 +-
 MSVC_Net2017/test_custom.vcxproj                   |    2 +-
 MSVC_Net2017/test_disconnect.vcxproj               |    2 +-
 MSVC_Net2017/test_disconnect_during_emit.vcxproj   |    2 +-
 MSVC_Net2017/test_exception_catch.vcxproj          |    2 +-
 MSVC_Net2017/test_functor_trait.vcxproj            |  172 --------------------
 MSVC_Net2017/test_functor_trait.vcxproj.filters    |   24 ---
 MSVC_Net2017/test_hide.vcxproj                     |    2 +-
 MSVC_Net2017/test_limit_reference.vcxproj          |    2 +-
 MSVC_Net2017/test_mem_fun.vcxproj                  |    2 +-
 MSVC_Net2017/test_ptr_fun.vcxproj                  |    2 +-
 MSVC_Net2017/test_retype.vcxproj                   |    2 +-
 MSVC_Net2017/test_retype_return.vcxproj            |    2 +-
 MSVC_Net2017/test_signal.vcxproj                   |    2 +-
 MSVC_Net2017/test_size.vcxproj                     |    2 +-
 MSVC_Net2017/test_slot.vcxproj                     |    2 +-
 MSVC_Net2017/test_slot_disconnect.vcxproj          |    2 +-
 MSVC_Net2017/test_track_obj.vcxproj                |    2 +-
 MSVC_Net2017/test_trackable.vcxproj                |    2 +-
 MSVC_Net2017/test_visit_each.vcxproj               |    2 +-
 32 files changed, 30 insertions(+), 246 deletions(-)
---
diff --git a/MSVC_Net2017/filelist.am b/MSVC_Net2017/filelist.am
index 08b6f50..4b51591 100644
--- a/MSVC_Net2017/filelist.am
+++ b/MSVC_Net2017/filelist.am
@@ -1,9 +1,9 @@
 ## This file is part of libsigc++.
 
 msvc_net2017_data =                                    \
-       libsigc++2.sln                                  \
-       libsigc++2.vcxproj                              \
-       libsigc++2.vcxproj.filters                      \
+       libsigc++3.sln                                  \
+       libsigc++3.vcxproj                              \
+       libsigc++3.vcxproj.filters                      \
        sigc++config.h                                  \
        sigc.rc                                         \
        sigc-build-defines.props                                \
diff --git a/MSVC_Net2017/libsigc++2.sln b/MSVC_Net2017/libsigc++3.sln
similarity index 92%
rename from MSVC_Net2017/libsigc++2.sln
rename to MSVC_Net2017/libsigc++3.sln
index d566326..60b4d97 100644
--- a/MSVC_Net2017/libsigc++2.sln
+++ b/MSVC_Net2017/libsigc++3.sln
@@ -1,6 +1,6 @@
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 15
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sigc", "libsigc++2.vcxproj", 
"{83997EF6-02D6-4CDB-8B3C-DBCA3018CC72}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sigc", "libsigc++3.vcxproj", 
"{83997EF6-02D6-4CDB-8B3C-DBCA3018CC72}"
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_bind", "test_bind.vcxproj", 
"{7D0D2CF8-5B22-4F9E-BD38-63083A2CF662}"
 EndProject
@@ -8,14 +8,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_bind_return", "test_bi
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_compose", "test_compose.vcxproj", 
"{45536B15-5178-4F81-B80C-8287B963F9D9}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_deduce_result_type", 
"test_deduce_result_type.vcxproj", "{474ACE1B-A818-4947-911C-B298CD7F6FBD}"
-EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_disconnect", "test_disconnect.vcxproj", 
"{5CCF0167-D23D-45B9-BCDA-F0B912470126}"
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_exception_catch", "test_exception_catch.vcxproj", 
"{5C976C38-2A50-49E9-B381-6952E683FBED}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_functor_trait", "test_functor_trait.vcxproj", 
"{F130A6B6-5E0A-4560-AE4A-E281DC538AC9}"
-EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_hide", "test_hide.vcxproj", 
"{64BDAD0B-0D0B-42D0-940E-3BCDA783C880}"
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_mem_fun", "test_mem_fun.vcxproj", 
"{66CED940-0111-4196-B921-27B146643F44}"
@@ -128,14 +124,6 @@ Global
                {45536B15-5178-4F81-B80C-8287B963F9D9}.Release|Win32.Build.0 = Release|Win32
                {45536B15-5178-4F81-B80C-8287B963F9D9}.Release|x64.ActiveCfg = Release|x64
                {45536B15-5178-4F81-B80C-8287B963F9D9}.Release|x64.Build.0 = Release|x64
-               {474ACE1B-A818-4947-911C-B298CD7F6FBD}.Debug|Win32.ActiveCfg = Debug|Win32
-               {474ACE1B-A818-4947-911C-B298CD7F6FBD}.Debug|Win32.Build.0 = Debug|Win32
-               {474ACE1B-A818-4947-911C-B298CD7F6FBD}.Debug|x64.ActiveCfg = Debug|x64
-               {474ACE1B-A818-4947-911C-B298CD7F6FBD}.Debug|x64.Build.0 = Debug|x64
-               {474ACE1B-A818-4947-911C-B298CD7F6FBD}.Release|Win32.ActiveCfg = Release|Win32
-               {474ACE1B-A818-4947-911C-B298CD7F6FBD}.Release|Win32.Build.0 = Release|Win32
-               {474ACE1B-A818-4947-911C-B298CD7F6FBD}.Release|x64.ActiveCfg = Release|x64
-               {474ACE1B-A818-4947-911C-B298CD7F6FBD}.Release|x64.Build.0 = Release|x64
                {5CCF0167-D23D-45B9-BCDA-F0B912470126}.Debug|Win32.ActiveCfg = Debug|Win32
                {5CCF0167-D23D-45B9-BCDA-F0B912470126}.Debug|Win32.Build.0 = Debug|Win32
                {5CCF0167-D23D-45B9-BCDA-F0B912470126}.Debug|x64.ActiveCfg = Debug|x64
@@ -152,14 +140,6 @@ Global
                {5C976C38-2A50-49E9-B381-6952E683FBED}.Release|Win32.Build.0 = Release|Win32
                {5C976C38-2A50-49E9-B381-6952E683FBED}.Release|x64.ActiveCfg = Release|x64
                {5C976C38-2A50-49E9-B381-6952E683FBED}.Release|x64.Build.0 = Release|x64
-               {F130A6B6-5E0A-4560-AE4A-E281DC538AC9}.Debug|Win32.ActiveCfg = Debug|Win32
-               {F130A6B6-5E0A-4560-AE4A-E281DC538AC9}.Debug|Win32.Build.0 = Debug|Win32
-               {F130A6B6-5E0A-4560-AE4A-E281DC538AC9}.Debug|x64.ActiveCfg = Debug|x64
-               {F130A6B6-5E0A-4560-AE4A-E281DC538AC9}.Debug|x64.Build.0 = Debug|x64
-               {F130A6B6-5E0A-4560-AE4A-E281DC538AC9}.Release|Win32.ActiveCfg = Release|Win32
-               {F130A6B6-5E0A-4560-AE4A-E281DC538AC9}.Release|Win32.Build.0 = Release|Win32
-               {F130A6B6-5E0A-4560-AE4A-E281DC538AC9}.Release|x64.ActiveCfg = Release|x64
-               {F130A6B6-5E0A-4560-AE4A-E281DC538AC9}.Release|x64.Build.0 = Release|x64
                {64BDAD0B-0D0B-42D0-940E-3BCDA783C880}.Debug|Win32.ActiveCfg = Debug|Win32
                {64BDAD0B-0D0B-42D0-940E-3BCDA783C880}.Debug|Win32.Build.0 = Debug|Win32
                {64BDAD0B-0D0B-42D0-940E-3BCDA783C880}.Debug|x64.ActiveCfg = Debug|x64
diff --git a/MSVC_Net2017/libsigc++2.vcxproj b/MSVC_Net2017/libsigc++3.vcxproj
similarity index 100%
rename from MSVC_Net2017/libsigc++2.vcxproj
rename to MSVC_Net2017/libsigc++3.vcxproj
diff --git a/MSVC_Net2017/libsigc++2.vcxproj.filters b/MSVC_Net2017/libsigc++3.vcxproj.filters
similarity index 100%
rename from MSVC_Net2017/libsigc++2.vcxproj.filters
rename to MSVC_Net2017/libsigc++3.vcxproj.filters
diff --git a/MSVC_Net2017/test_accum_iter.vcxproj b/MSVC_Net2017/test_accum_iter.vcxproj
index 4bb80bd..b9f7f72 100644
--- a/MSVC_Net2017/test_accum_iter.vcxproj
+++ b/MSVC_Net2017/test_accum_iter.vcxproj
@@ -156,7 +156,7 @@
     <ClInclude Include="..\tests\testutilities.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
     </ProjectReference>
   </ItemGroup>
diff --git a/MSVC_Net2017/test_accumulated.vcxproj b/MSVC_Net2017/test_accumulated.vcxproj
index bfef9e2..6d7aa2d 100644
--- a/MSVC_Net2017/test_accumulated.vcxproj
+++ b/MSVC_Net2017/test_accumulated.vcxproj
@@ -156,7 +156,7 @@
     <ClInclude Include="..\tests\testutilities.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_bind.vcxproj b/MSVC_Net2017/test_bind.vcxproj
index 8b66bec..e15b139 100644
--- a/MSVC_Net2017/test_bind.vcxproj
+++ b/MSVC_Net2017/test_bind.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_bind_ref.vcxproj b/MSVC_Net2017/test_bind_ref.vcxproj
index 725a7e6..3bf1b86 100644
--- a/MSVC_Net2017/test_bind_ref.vcxproj
+++ b/MSVC_Net2017/test_bind_ref.vcxproj
@@ -156,7 +156,7 @@
     <ClInclude Include="..\tests\testutilities.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
     </ProjectReference>
   </ItemGroup>
diff --git a/MSVC_Net2017/test_bind_refptr.vcxproj b/MSVC_Net2017/test_bind_refptr.vcxproj
index cff1a40..5ca3389 100644
--- a/MSVC_Net2017/test_bind_refptr.vcxproj
+++ b/MSVC_Net2017/test_bind_refptr.vcxproj
@@ -156,7 +156,7 @@
     <ClInclude Include="..\tests\testutilities.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
     </ProjectReference>
   </ItemGroup>
diff --git a/MSVC_Net2017/test_bind_return.vcxproj b/MSVC_Net2017/test_bind_return.vcxproj
index e7c8538..a942645 100644
--- a/MSVC_Net2017/test_bind_return.vcxproj
+++ b/MSVC_Net2017/test_bind_return.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_compose.vcxproj b/MSVC_Net2017/test_compose.vcxproj
index 0f2fb76..418b9ce 100644
--- a/MSVC_Net2017/test_compose.vcxproj
+++ b/MSVC_Net2017/test_compose.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_copy_invalid_slot.vcxproj b/MSVC_Net2017/test_copy_invalid_slot.vcxproj
index e540447..8e0510f 100644
--- a/MSVC_Net2017/test_copy_invalid_slot.vcxproj
+++ b/MSVC_Net2017/test_copy_invalid_slot.vcxproj
@@ -156,7 +156,7 @@
     <ClInclude Include="..\tests\testutilities.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
     </ProjectReference>
   </ItemGroup>
diff --git a/MSVC_Net2017/test_cpp11_lambda.vcxproj b/MSVC_Net2017/test_cpp11_lambda.vcxproj
index 2804722..eadcd51 100644
--- a/MSVC_Net2017/test_cpp11_lambda.vcxproj
+++ b/MSVC_Net2017/test_cpp11_lambda.vcxproj
@@ -156,7 +156,7 @@
     <ClInclude Include="..\tests\testutilities.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
     </ProjectReference>
   </ItemGroup>
diff --git a/MSVC_Net2017/test_custom.vcxproj b/MSVC_Net2017/test_custom.vcxproj
index 2ef3566..a965ae8 100644
--- a/MSVC_Net2017/test_custom.vcxproj
+++ b/MSVC_Net2017/test_custom.vcxproj
@@ -156,7 +156,7 @@
     <ClInclude Include="..\tests\testutilities.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
     </ProjectReference>
   </ItemGroup>
diff --git a/MSVC_Net2017/test_disconnect.vcxproj b/MSVC_Net2017/test_disconnect.vcxproj
index 9f73266..3041fc5 100644
--- a/MSVC_Net2017/test_disconnect.vcxproj
+++ b/MSVC_Net2017/test_disconnect.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_disconnect_during_emit.vcxproj 
b/MSVC_Net2017/test_disconnect_during_emit.vcxproj
index aac119c..e6f6456 100644
--- a/MSVC_Net2017/test_disconnect_during_emit.vcxproj
+++ b/MSVC_Net2017/test_disconnect_during_emit.vcxproj
@@ -153,7 +153,7 @@
     <ClCompile Include="..\tests\test_disconnect_during_emit.cc" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_exception_catch.vcxproj b/MSVC_Net2017/test_exception_catch.vcxproj
index c4276bb..b9a4ca6 100644
--- a/MSVC_Net2017/test_exception_catch.vcxproj
+++ b/MSVC_Net2017/test_exception_catch.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_hide.vcxproj b/MSVC_Net2017/test_hide.vcxproj
index 19f81b8..a6cb62a 100644
--- a/MSVC_Net2017/test_hide.vcxproj
+++ b/MSVC_Net2017/test_hide.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_limit_reference.vcxproj b/MSVC_Net2017/test_limit_reference.vcxproj
index c280ea5..912e238 100644
--- a/MSVC_Net2017/test_limit_reference.vcxproj
+++ b/MSVC_Net2017/test_limit_reference.vcxproj
@@ -156,7 +156,7 @@
     <ClInclude Include="..\tests\testutilities.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
     </ProjectReference>
   </ItemGroup>
diff --git a/MSVC_Net2017/test_mem_fun.vcxproj b/MSVC_Net2017/test_mem_fun.vcxproj
index 0c85e4a..e07ec9e 100644
--- a/MSVC_Net2017/test_mem_fun.vcxproj
+++ b/MSVC_Net2017/test_mem_fun.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_ptr_fun.vcxproj b/MSVC_Net2017/test_ptr_fun.vcxproj
index 853adc7..655ab4c 100644
--- a/MSVC_Net2017/test_ptr_fun.vcxproj
+++ b/MSVC_Net2017/test_ptr_fun.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_retype.vcxproj b/MSVC_Net2017/test_retype.vcxproj
index 37800ff..8eb0fdd 100644
--- a/MSVC_Net2017/test_retype.vcxproj
+++ b/MSVC_Net2017/test_retype.vcxproj
@@ -153,7 +153,7 @@
     <ClCompile Include="..\tests\test_retype.cc" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_retype_return.vcxproj b/MSVC_Net2017/test_retype_return.vcxproj
index e11b258..1d3b49d 100644
--- a/MSVC_Net2017/test_retype_return.vcxproj
+++ b/MSVC_Net2017/test_retype_return.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_signal.vcxproj b/MSVC_Net2017/test_signal.vcxproj
index bbb0ead..6b72c86 100644
--- a/MSVC_Net2017/test_signal.vcxproj
+++ b/MSVC_Net2017/test_signal.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_size.vcxproj b/MSVC_Net2017/test_size.vcxproj
index ef86d36..1c8fb70 100644
--- a/MSVC_Net2017/test_size.vcxproj
+++ b/MSVC_Net2017/test_size.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_slot.vcxproj b/MSVC_Net2017/test_slot.vcxproj
index 4385cb5..c9752e4 100644
--- a/MSVC_Net2017/test_slot.vcxproj
+++ b/MSVC_Net2017/test_slot.vcxproj
@@ -158,7 +158,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_slot_disconnect.vcxproj b/MSVC_Net2017/test_slot_disconnect.vcxproj
index 1bbdec3..55f66fb 100644
--- a/MSVC_Net2017/test_slot_disconnect.vcxproj
+++ b/MSVC_Net2017/test_slot_disconnect.vcxproj
@@ -156,7 +156,7 @@
     <ClInclude Include="..\tests\testutilities.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
     </ProjectReference>
   </ItemGroup>
diff --git a/MSVC_Net2017/test_track_obj.vcxproj b/MSVC_Net2017/test_track_obj.vcxproj
index 248ba18..622d946 100644
--- a/MSVC_Net2017/test_track_obj.vcxproj
+++ b/MSVC_Net2017/test_track_obj.vcxproj
@@ -155,7 +155,7 @@
     <ClInclude Include="..\tests\testutilities.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
     </ProjectReference>
   </ItemGroup>
diff --git a/MSVC_Net2017/test_trackable.vcxproj b/MSVC_Net2017/test_trackable.vcxproj
index b9407ce..a57abc9 100644
--- a/MSVC_Net2017/test_trackable.vcxproj
+++ b/MSVC_Net2017/test_trackable.vcxproj
@@ -157,7 +157,7 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
diff --git a/MSVC_Net2017/test_visit_each.vcxproj b/MSVC_Net2017/test_visit_each.vcxproj
index f6c872d..b9347c1 100644
--- a/MSVC_Net2017/test_visit_each.vcxproj
+++ b/MSVC_Net2017/test_visit_each.vcxproj
@@ -156,7 +156,7 @@
     <ClInclude Include="..\tests\testutilities.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="libsigc++2.vcxproj">
+    <ProjectReference Include="libsigc++3.vcxproj">
       <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
     </ProjectReference>
   </ItemGroup>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]