Skip to content

Commit

Permalink
Maintenance: Reformat CREDITS.TXT -> CREDITS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Gianforcaro committed Jan 24, 2021
1 parent 58cb9a0 commit 8be832e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CREDITS.TXT → CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
==============================================================================
# Detours Contributor Credits

The following individuals have helped identify specific bugs and improvements
in Detours. The entire Detours community has benefited from their help.
==============================================================================
in Detours. The entire Detours community has benefited from their help.

* Jay Krell: Identified error in DetourFindPayload that caused a
incorrect failure when pcbData is NULL. (Build_342)
Expand Down
4 changes: 2 additions & 2 deletions vc/Detours.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ nmake</Command>
<None Include="..\system.mak" />
</ItemGroup>
<ItemGroup>
<Text Include="..\CREDITS.TXT" />
<Text Include="..\CREDITS.md" />
<Text Include="..\samples\cping\ReadMe.Txt" />
<Text Include="..\samples\dtest\NORMAL_IA64.TXT" />
<Text Include="..\samples\dtest\NORMAL_X64.TXT" />
Expand Down Expand Up @@ -597,4 +597,4 @@ nmake</Command>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions vc/Detours.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
<Text Include="..\samples\README.TXT">
<Filter>samples</Filter>
</Text>
<Text Include="..\CREDITS.TXT" />
<Text Include="..\CREDITS.md" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\samples\traceapi\trcapi.rc">
Expand Down Expand Up @@ -587,4 +587,4 @@
<Filter>samples\cping</Filter>
</Midl>
</ItemGroup>
</Project>
</Project>

0 comments on commit 8be832e

Please sign in to comment.