Skip to content

Commit

Permalink
common: short XML tags, the way new MSVC likes
Browse files Browse the repository at this point in the history
  • Loading branch information
kilobyte committed Apr 10, 2020
1 parent 3054356 commit d0dad7b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@
<None Include="TEST2.PS1">
<Filter>Test Scripts</Filter>
</None>
<None Include="grep0.log .match">
<Filter>Match Files</Filter>
</None>
<None Include="grep1.log.match">
<Filter>Match Files</Filter>
</None>
<None Include="grep2.log.match">
<Filter>Match Files</Filter>
</None>
<None Include="grep0.log.match" />
</ItemGroup>
</Project>
</Project>
28 changes: 7 additions & 21 deletions src/test/pmem2_perror/pmem2_perror.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,12 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="TESTS.py">
<Filter>Test Scripts</Filter>
</None>
<None Include="test0.log.match">
<Filter>Match Files</Filter>
</None>
<None Include="test1.log.match">
<Filter>Match Files</Filter>
</None>
<None Include="test2.log.match">
<Filter>Match Files</Filter>
</None>
<None Include="test3.log.match">
<Filter>Match Files</Filter>
</None>
<None Include="test4.log.match">
<Filter>Match Files</Filter>
</None>
<None Include="test5.log.match">
<Filter>Match Files</Filter>
</None>
<None Include="test0.log.match" />
<None Include="test1.log.match" />
<None Include="test2.log.match" />
<None Include="test3.log.match" />
<None Include="test4.log.match" />
<None Include="test5.log.match" />
<None Include="TESTS.py" />
</ItemGroup>
</Project>
4 changes: 1 addition & 3 deletions src/test/pmem_deep_persist/pmem_deep_persist.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,10 @@
<ClCompile Include="..\..\libpmemobj\ulog.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\libpmem\x86_64\cpu.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\windows\win_mmap.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\libpmem2\x86_64\cpu.c" />
</ItemGroup>
<ItemGroup>
<None Include="TEST0.PS1">
Expand Down

0 comments on commit d0dad7b

Please sign in to comment.