diff options
| author | boris <wzn@moneybot.cc> | 2018-11-28 16:00:02 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-11-28 16:00:02 +1300 |
| commit | 3d412a4b30a9f7c7f51ea6562e694315948bd3da (patch) | |
| tree | 26d67dfd1f3e5fd12903ad13e85d0cb8bcf8f21c /loader.psess | |
| parent | e4729e4393d90271a3814c7a79950a660c48325a (diff) | |
cleaned up
in short, the cheat and loader are now separate solutions. unused stuff was moved into the legacy solution in case anyone wants to compile it or whatever.
i can change this back if you want to. also, i configured the loader to compile in x64, and have separate build types for linux and win64
Diffstat (limited to 'loader.psess')
| -rw-r--r-- | loader.psess | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/loader.psess b/loader.psess deleted file mode 100644 index d4c8d9b..0000000 --- a/loader.psess +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<VSPerformanceSession Version="1.00">
- <Options>
- <Solution>moneybot.sln</Solution>
- <CollectionMethod>Sampling</CollectionMethod>
- <AllocationMethod>None</AllocationMethod>
- <AddReport>true</AddReport>
- <ResourceBasedAnalysisSelected>true</ResourceBasedAnalysisSelected>
- <UniqueReport>Timestamp</UniqueReport>
- <SamplingMethod>Cycles</SamplingMethod>
- <CycleCount>10000000</CycleCount>
- <PageFaultCount>10</PageFaultCount>
- <SysCallCount>10</SysCallCount>
- <SamplingCounter Name="" ReloadValue="00000000000f4240" DisplayName="" />
- <RelocateBinaries>false</RelocateBinaries>
- <HardwareCounters EnableHWCounters="false" />
- <EtwSettings />
- <PdhSettings>
- <PdhCountersEnabled>false</PdhCountersEnabled>
- <PdhCountersRate>500</PdhCountersRate>
- <PdhCounters>
- <PdhCounter>\Memory\Pages/sec</PdhCounter>
- <PdhCounter>\PhysicalDisk(_Total)\Avg. Disk Queue Length</PdhCounter>
- <PdhCounter>\Processor(_Total)\% Processor Time</PdhCounter>
- </PdhCounters>
- </PdhSettings>
- </Options>
- <ExcludeSmallFuncs>true</ExcludeSmallFuncs>
- <InteractionProfilingEnabled>false</InteractionProfilingEnabled>
- <JScriptProfilingEnabled>false</JScriptProfilingEnabled>
- <PreinstrumentEvent>
- <InstrEventExclude>false</InstrEventExclude>
- </PreinstrumentEvent>
- <PostinstrumentEvent>
- <InstrEventExclude>false</InstrEventExclude>
- </PostinstrumentEvent>
- <Binaries>
- <Binary>
- <Path>Release\loader.exe</Path>
- <ArgumentTimestamp>01/01/0001 00:00:00</ArgumentTimestamp>
- <Instrument>true</Instrument>
- <Sample>true</Sample>
- <ExternalWebsite>false</ExternalWebsite>
- <InteractionProfilingEnabled>false</InteractionProfilingEnabled>
- <IsLocalJavascript>false</IsLocalJavascript>
- <IsWindowsStoreApp>false</IsWindowsStoreApp>
- <IsWWA>false</IsWWA>
- <LaunchProject>true</LaunchProject>
- <OverrideProjectSettings>false</OverrideProjectSettings>
- <LaunchMethod>Executable</LaunchMethod>
- <ExecutablePath>Release\loader.exe</ExecutablePath>
- <StartupDirectory>
- </StartupDirectory>
- <Arguments>
- </Arguments>
- <NetAppHost>IIS</NetAppHost>
- <NetBrowser>InternetExplorer</NetBrowser>
- <ExcludeSmallFuncs>true</ExcludeSmallFuncs>
- <JScriptProfilingEnabled>false</JScriptProfilingEnabled>
- <PreinstrumentEvent>
- <InstrEventExclude>false</InstrEventExclude>
- </PreinstrumentEvent>
- <PostinstrumentEvent>
- <InstrEventExclude>false</InstrEventExclude>
- </PostinstrumentEvent>
- </Binary>
- </Binaries>
- <Reports>
- <Report>
- <Path>loader180727.vspx</Path>
- </Report>
- </Reports>
- <Launches>
- <Binary>
- <Path>Release\loader.exe</Path>
- </Binary>
- </Launches>
-</VSPerformanceSession>
\ No newline at end of file |
