-
Notifications
You must be signed in to change notification settings - Fork 1
/
Settings.cap
23 lines (23 loc) · 1011 Bytes
/
Settings.cap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<CaptureSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Options>
<AllowVSync>true</AllowVSync>
<AllowFullscreen>true</AllowFullscreen>
<APIValidation>false</APIValidation>
<CaptureCallstacks>false</CaptureCallstacks>
<CaptureCallstacksOnlyDraws>false</CaptureCallstacksOnlyDraws>
<DelayForDebugger>0</DelayForDebugger>
<VerifyMapWrites>false</VerifyMapWrites>
<HookIntoChildren>false</HookIntoChildren>
<RefAllResources>false</RefAllResources>
<SaveAllInitials>false</SaveAllInitials>
<CaptureAllCmdLists>false</CaptureAllCmdLists>
<DebugOutputMute>true</DebugOutputMute>
</Options>
<Inject>false</Inject>
<AutoStart>false</AutoStart>
<Executable>C:\Users\HE\Source\Repos\TrigonOverthrow\build\Debug\TrigonOverthrow.exe</Executable>
<WorkingDir>C:\Users\HE\Source\Repos\TrigonOverthrow\</WorkingDir>
<CmdLine />
<Environment />
</CaptureSettings>