Skip to content

Commit e360dd1

Browse files
committed
Visual Studio builds: Update project
Remove the sources from the projects that have been removed from the source tree lately.
1 parent b70393f commit e360dd1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

MSVC_Net2013/libsigc++2.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,9 @@
125125
</ItemDefinitionGroup>
126126
<ItemGroup>
127127
<ClCompile Include="..\sigc++\connection.cc" />
128-
<ClCompile Include="..\sigc++\signal.cc" />
129128
<ClCompile Include="..\sigc++\signal_base.cc" />
130129
<ClCompile Include="..\sigc++\trackable.cc" />
131130
<ClCompile Include="..\sigc++\adaptors\lambda\lambda.cc" />
132-
<ClCompile Include="..\sigc++\functors\slot.cc" />
133131
<ClCompile Include="..\sigc++\functors\slot_base.cc" />
134132
</ItemGroup>
135133
<ItemGroup>

MSVC_Net2013/libsigc++2.vcxproj.filters

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616
</ItemGroup>
1717
<ItemGroup>
1818
<ClCompile Include="..\sigc++\connection.cc"><Filter>Source Files</Filter></ClCompile>
19-
<ClCompile Include="..\sigc++\signal.cc"><Filter>Source Files</Filter></ClCompile>
2019
<ClCompile Include="..\sigc++\signal_base.cc"><Filter>Source Files</Filter></ClCompile>
2120
<ClCompile Include="..\sigc++\trackable.cc"><Filter>Source Files</Filter></ClCompile>
2221
<ClCompile Include="..\sigc++\adaptors\lambda\lambda.cc"><Filter>Source Files</Filter></ClCompile>
23-
<ClCompile Include="..\sigc++\functors\slot.cc"><Filter>Source Files</Filter></ClCompile>
2422
<ClCompile Include="..\sigc++\functors\slot_base.cc"><Filter>Source Files</Filter></ClCompile>
2523
</ItemGroup>
2624
<ItemGroup>

0 commit comments

Comments
 (0)