Включение позиции и аффинного преобразования в проект для Visual Studio

This commit is contained in:
Andrey Pokidov 2026-01-27 02:34:34 +07:00
parent 7175c4148a
commit 3c2b89f369
9 changed files with 191 additions and 12 deletions

View file

@ -20,12 +20,16 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="main.c" />
<ClCompile Include="affine3.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\basic-geometry\basic-geometry.vcxproj">
<Project>{40ca6fb4-135f-4d54-a8d9-7338ba56e6a7}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClInclude Include="affine3.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>