Add test to VS2019 project

This commit is contained in:
Hector Espert 2021-01-12 18:20:46 +01:00
parent 3e5b6c6423
commit d7e1dfb5eb
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -35,6 +35,9 @@
/html/nbproject/
*.project
# CLion files
.idea
#
*.pfx
*.pvk

View File

@ -94,6 +94,7 @@
<ClCompile Include="..\tests\unit-tests\lib\test_parse.cpp" />
<ClCompile Include="..\tests\unit-tests\lib\test_str_util.cpp" />
<ClCompile Include="..\tests\unit-tests\lib\test_url.cpp" />
<ClCompile Include="..\tests\unit-tests\lib\test_base64.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="libboinc_vs2019.vcxproj">