mirror of https://github.com/BOINC/boinc.git
Add test to VS2019 project
This commit is contained in:
parent
3e5b6c6423
commit
d7e1dfb5eb
|
@ -35,6 +35,9 @@
|
|||
/html/nbproject/
|
||||
*.project
|
||||
|
||||
# CLion files
|
||||
.idea
|
||||
|
||||
#
|
||||
*.pfx
|
||||
*.pvk
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue