Patch level : 12.0 no-patch

Files correlati     : build
Commento            :
This commit is contained in:
Simone Palacino 2020-07-22 15:56:31 +02:00
parent 60ad8e3432
commit 4d025849c5
2 changed files with 4 additions and 0 deletions

View File

@ -166,6 +166,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\cg\cglib01.cpp" />
<ClCompile Include="..\src\f1\f1lib.cpp" />
<ClCompile Include="..\src\fp\fplib01.cpp" />
</ItemGroup>

View File

@ -15,6 +15,9 @@
<ClCompile Include="..\src\fp\fplib01.cpp">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\src\cg\cglib01.cpp">
<Filter>Sources</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\f1\f1lib.h">