-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathVExtension.vcxproj.user
More file actions
16 lines (16 loc) · 959 Bytes
/
VExtension.vcxproj.user
File metadata and controls
16 lines (16 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerWorkingDirectory>C:\Program Files\NTCore\Explorer Suite\</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommand>C:\Program Files\NTCore\Explorer Suite\CFF Explorer.exe</LocalDebuggerCommand>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerWorkingDirectory>C:\Program Files\NTCore\Explorer Suite\</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommand>C:\Program Files\NTCore\Explorer Suite\CFF Explorer.exe</LocalDebuggerCommand>
</PropertyGroup>
<PropertyGroup>
<RESOURCE_FILE>VExtension.rc</RESOURCE_FILE>
</PropertyGroup>
</Project>