Skip to content

Commit

Permalink
Merged Pull Request '#72 feature/move-in-ipaddress-class-2/main->main…
Browse files Browse the repository at this point in the history
… : Add IpAddress and IpAddressTests to SLNs (on main)'

Add IpAddress and IpAddressTests to SLNs (on main)
  • Loading branch information
Automation51D authored Jan 13, 2025
2 parents 061ac9f + ac89269 commit 5efe5d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VisualStudio/FiftyOne.Common.CPP/FiftyOne.Common.CPP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ClCompile Include="..\..\EngineBase.cpp" />
<ClCompile Include="..\..\EvidenceBase.cpp" />
<ClCompile Include="..\..\Exceptions.cpp" />
<ClCompile Include="..\..\IpAddress.cpp" />
<ClCompile Include="..\..\MetaData.cpp" />
<ClCompile Include="..\..\ProfileMetaData.cpp" />
<ClCompile Include="..\..\PropertyMetaData.cpp" />
Expand All @@ -27,6 +28,7 @@
<ClInclude Include="..\..\EntityMetaDataBuilder.hpp" />
<ClInclude Include="..\..\EvidenceBase.hpp" />
<ClInclude Include="..\..\Exceptions.hpp" />
<ClInclude Include="..\..\IpAddress.hpp" />
<ClInclude Include="..\..\MetaData.hpp" />
<ClInclude Include="..\..\Value.hpp" />
<ClInclude Include="..\..\ProfileMetaData.hpp" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
<ClCompile Include="..\..\Date.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\IpAddress.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\CollectionConfig.hpp">
Expand Down Expand Up @@ -107,5 +110,8 @@
<ClInclude Include="..\..\Value.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\IpAddress.hpp">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<ClCompile Include="..\..\tests\FileTests.cpp" />
<ClCompile Include="..\..\tests\FloatTests.cpp" />
<ClCompile Include="..\..\tests\HeadersTests.cpp" />
<ClCompile Include="..\..\tests\IpAddressTests.cpp" />
<ClCompile Include="..\..\tests\IpHeaderParserTests.cpp" />
<ClCompile Include="..\..\tests\IpParserTests.cpp" />
<ClCompile Include="..\..\tests\main.cpp" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@
<ClCompile Include="..\..\tests\PoolTests.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\tests\IpAddressTests.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\tests\Base.hpp">
Expand Down

0 comments on commit 5efe5d0

Please sign in to comment.