forked from plusgiant5/runluau
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunluau.vcxproj.user
More file actions
14 lines (14 loc) · 915 Bytes
/
runluau.vcxproj.user
File metadata and controls
14 lines (14 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerCommandArguments>run testinput</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>C:\Users\joebiden\AppData\Roaming\bidenlol\scripts\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerCommandArguments>run</LocalDebuggerCommandArguments>
<LocalDebuggerWorkingDirectory>C:\Users\joebiden\Documents\Projects\runluau</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerDebuggerType>NativeOnly</LocalDebuggerDebuggerType>
</PropertyGroup>
</Project>