summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-03-14 15:45:18 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-03-14 15:45:18 +0800
commita3f5dbf9189eeb3369878256e6b7e43028101686 (patch)
tree191bc6743f196a54558db6a868afae68fd770315
parenta2ea8385abc03bc86239ce43420fa074ef75fbfd (diff)
downloadsigc++-a3f5dbf9189eeb3369878256e6b7e43028101686.tar.gz
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.
-rw-r--r--MSVC_Net2017/filelist.am6
-rw-r--r--MSVC_Net2017/libsigc++3.sln (renamed from MSVC_Net2017/libsigc++2.sln)22
-rw-r--r--MSVC_Net2017/libsigc++3.vcxproj (renamed from MSVC_Net2017/libsigc++2.vcxproj)0
-rw-r--r--MSVC_Net2017/libsigc++3.vcxproj.filters (renamed from MSVC_Net2017/libsigc++2.vcxproj.filters)0
-rw-r--r--MSVC_Net2017/test_accum_iter.vcxproj2
-rw-r--r--MSVC_Net2017/test_accumulated.vcxproj2
-rw-r--r--MSVC_Net2017/test_bind.vcxproj2
-rw-r--r--MSVC_Net2017/test_bind_ref.vcxproj2
-rw-r--r--MSVC_Net2017/test_bind_refptr.vcxproj2
-rw-r--r--MSVC_Net2017/test_bind_return.vcxproj2
-rw-r--r--MSVC_Net2017/test_compose.vcxproj2
-rw-r--r--MSVC_Net2017/test_copy_invalid_slot.vcxproj2
-rw-r--r--MSVC_Net2017/test_cpp11_lambda.vcxproj2
-rw-r--r--MSVC_Net2017/test_custom.vcxproj2
-rw-r--r--MSVC_Net2017/test_disconnect.vcxproj2
-rw-r--r--MSVC_Net2017/test_disconnect_during_emit.vcxproj2
-rw-r--r--MSVC_Net2017/test_exception_catch.vcxproj2
-rw-r--r--MSVC_Net2017/test_functor_trait.vcxproj172
-rw-r--r--MSVC_Net2017/test_functor_trait.vcxproj.filters24
-rw-r--r--MSVC_Net2017/test_hide.vcxproj2
-rw-r--r--MSVC_Net2017/test_limit_reference.vcxproj2
-rw-r--r--MSVC_Net2017/test_mem_fun.vcxproj2
-rw-r--r--MSVC_Net2017/test_ptr_fun.vcxproj2
-rw-r--r--MSVC_Net2017/test_retype.vcxproj2
-rw-r--r--MSVC_Net2017/test_retype_return.vcxproj2
-rw-r--r--MSVC_Net2017/test_signal.vcxproj2
-rw-r--r--MSVC_Net2017/test_size.vcxproj2
-rw-r--r--MSVC_Net2017/test_slot.vcxproj2
-rw-r--r--MSVC_Net2017/test_slot_disconnect.vcxproj2
-rw-r--r--MSVC_Net2017/test_track_obj.vcxproj2
-rw-r--r--MSVC_Net2017/test_trackable.vcxproj2
-rw-r--r--MSVC_Net2017/test_visit_each.vcxproj2
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
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
index 0e3f345..0e3f345 100644
--- a/MSVC_Net2017/libsigc++2.vcxproj
+++ b/MSVC_Net2017/libsigc++3.vcxproj
diff --git a/MSVC_Net2017/libsigc++2.vcxproj.filters b/MSVC_Net2017/libsigc++3.vcxproj.filters
index 25b8503..25b8503 100644
--- a/MSVC_Net2017/libsigc++2.vcxproj.filters
+++ b/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_functor_trait.vcxproj b/MSVC_Net2017/test_functor_trait.vcxproj
deleted file mode 100644
index 0697477..0000000
--- a/MSVC_Net2017/test_functor_trait.vcxproj
+++ /dev/null
@@ -1,172 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{F130A6B6-5E0A-4560-AE4A-E281DC538AC9}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v141</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v141</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v141</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v141</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project=".\sigc-build-defines.props" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project=".\sigc-build-defines.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project=".\sigc-build-defines.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project=".\sigc-build-defines.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- </ClCompile>
- <Link>
- <SubSystem>Console</SubSystem>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- <TargetMachine>MachineX86</TargetMachine>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- </ClCompile>
- <Link>
- <SubSystem>Console</SubSystem>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- </ClCompile>
- <Link>
- <SubSystem>Console</SubSystem>
- <OptimizeReferences>true</OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- <TargetMachine>MachineX86</TargetMachine>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- </ClCompile>
- <Link>
- <SubSystem>Console</SubSystem>
- <OptimizeReferences>true</OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="..\tests\testutilities.cc" />
- <ClCompile Include="..\tests\test_functor_trait.cc">
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- </PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- </PrecompiledHeader>
- </ClCompile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="libsigc++2.vcxproj">
- <Project>{83997ef6-02d6-4cdb-8b3c-dbca3018cc72}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\tests\testutilities.h" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
diff --git a/MSVC_Net2017/test_functor_trait.vcxproj.filters b/MSVC_Net2017/test_functor_trait.vcxproj.filters
deleted file mode 100644
index 2bc14f2..0000000
--- a/MSVC_Net2017/test_functor_trait.vcxproj.filters
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup>
- <Filter Include="Source Files">
- <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
- <Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
- </Filter>
- <Filter Include="Header Files">
- <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
- <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
- </Filter>
- <Filter Include="Resource Files">
- <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
- <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx</Extensions>
- </Filter>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\tests\test_functor_trait.cc"><Filter>Source Files</Filter></ClCompile>
- <ClCompile Include="..\tests\testutilities.cc"><Filter>Source Files</Filter></ClCompile>
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\tests\testutilities.h"><Filter>Header Files</Filter></ClInclude>
- </ItemGroup>
-</Project>
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>