Files
UnrealEngineUWP/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Properties/Settings.settings
Jaroslaw Surowiec e4cf3bb163 CrashReportWWW - Added CSV controller
[CL 2537055 by Jaroslaw Surowiec in Main branch]
2015-05-05 04:56:03 -04:00

15 lines
786 B
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Tools.CrashReporter.CrashReportWebSite.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="CrashReporterFiles" Type="System.String" Scope="Application">
<Value Profile="(Default)">/CrashReporterFiles/</Value>
</Setting>
<Setting Name="CrashReporterVideos" Type="System.String" Scope="Application">
<Value Profile="(Default)">/CrashReporterVideos/</Value>
</Setting>
<Setting Name="CrashReporterCSV" Type="System.String" Scope="Application">
<Value Profile="(Default)">/CrashReporterCSV/</Value>
</Setting>
</Settings>
</SettingsFile>