Skip to content

Commit a48b360

Browse files
committed
.
1 parent 2930f66 commit a48b360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Advanced-Cpp-Programming.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<ClInclude Include="resource.h" />
132132
</ItemGroup>
133133
<ItemGroup>
134-
<ClCompile Include="Standard Template Library\MultiMaps.cpp" />
134+
<ClCompile Include="Standard Template Library\Sets.cpp" />
135135
</ItemGroup>
136136
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
137137
<ImportGroup Label="ExtensionTargets">

Advanced-Cpp-Programming.vcxproj.filters

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ClInclude>
2121
</ItemGroup>
2222
<ItemGroup>
23-
<ClCompile Include="Standard Template Library\MultiMaps.cpp">
23+
<ClCompile Include="Standard Template Library\Sets.cpp">
2424
<Filter>Source Files</Filter>
2525
</ClCompile>
2626
</ItemGroup>

0 commit comments

Comments
 (0)