File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup Label =" ProjectConfigurations" >
4
4
<ProjectConfiguration Include =" Debug|Win32" >
39
39
<ClCompile Include =" debugger_commands.cpp" />
40
40
<ClCompile Include =" disasm_fast.cpp" />
41
41
<ClCompile Include =" disasm_helper.cpp" />
42
+ <ClCompile Include =" enumhandles.cpp" />
42
43
<ClCompile Include =" error.cpp" />
43
44
<ClCompile Include =" exception.cpp" />
44
45
<ClCompile Include =" exceptiondirectoryanalysis.cpp" />
383
384
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
384
385
<ImportGroup Label =" ExtensionTargets" >
385
386
</ImportGroup >
386
- </Project >
387
+ </Project >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup >
4
4
<Filter Include =" Source Files" >
302
302
<ClCompile Include =" mnemonichelp.cpp" >
303
303
<Filter >Source Files\Information</Filter >
304
304
</ClCompile >
305
+ <ClCompile Include =" enumhandles.cpp" >
306
+ <Filter >Source Files\Information</Filter >
307
+ </ClCompile >
305
308
</ItemGroup >
306
309
<ItemGroup >
307
310
<ClInclude Include =" x64_dbg.h" >
665
668
<Filter >Header Files\Information</Filter >
666
669
</ClInclude >
667
670
</ItemGroup >
668
- </Project >
671
+ </Project >
You can’t perform that action at this time.
0 commit comments