Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/AsyncDebugTools/AsyncDebugTools.def
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
EXPORTS
cpsnfeanalyze
dumpasync
dumpversions
DebugExtensionNotify
DebugExtensionInitialize
DebugExtensionUninitialize
2 changes: 0 additions & 2 deletions src/AsyncDebugTools/AsyncDebugTools.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="DML.cpp" />
<ClCompile Include="dumpversions.cpp" />
<ClCompile Include="Helpers.cpp" />
<ClCompile Include="outputcallbacks.cpp" />
<ClCompile Include="stdafx.cpp">
Expand All @@ -197,7 +196,6 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="CpsNfeAnalyzer.cpp" />
<ClCompile Include="ThreadPoolExhausted.cpp" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions src/AsyncDebugTools/AsyncDebugTools.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
<ClCompile Include="outputcallbacks.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="CpsNfeAnalyzer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="ThreadPoolExhausted.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand All @@ -68,9 +65,6 @@
<ClCompile Include="DML.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="dumpversions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="AsyncDebugTools.def">
Expand Down
168 changes: 0 additions & 168 deletions src/AsyncDebugTools/CpsNfeAnalyzer.cpp

This file was deleted.

143 changes: 0 additions & 143 deletions src/AsyncDebugTools/dumpversions.cpp

This file was deleted.