пункт 6: вывод гистограммы в SVG

Этот коммит содержится в:
2024-05-04 18:25:48 +03:00
родитель 4300a78aad
Коммит cc853ac0ef
6 изменённых файлов: 67 добавлений и 2 удалений

Просмотреть файл

@@ -130,6 +130,7 @@
<ClCompile Include="histogram.cpp" />
<ClCompile Include="sem2_lab1.cpp" />
<ClCompile Include="show_histogram.cpp" />
<ClCompile Include="svg.cpp" />
</ItemGroup>
<ItemGroup>
<None Include=".gitignore" />
@@ -138,6 +139,7 @@
<ClInclude Include="histogram.h" />
<ClInclude Include="histogram_internal.h" />
<ClInclude Include="show_histogram.h" />
<ClInclude Include="svg.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">