You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
24 lines
1.4 KiB
XML
24 lines
1.4 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="AutoReporter.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="AutoReporter_ReportService_RegisterReport" Type="(Web Service URL)" Scope="Application">
|
|
<Value Profile="(Default)">http://autoreportservice/RegisterReport.asmx</Value>
|
|
</Setting>
|
|
<Setting Name="CrashURL" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">http://CrashReport/Crashes/</Value>
|
|
</Setting>
|
|
<Setting Name="UploadURL" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">http://autoreportservice/UploadReportFiles.aspx</Value>
|
|
</Setting>
|
|
<Setting Name="AutoReporter_ReportService_RegisterReport_Debug" Type="(Web Service URL)" Scope="Application">
|
|
<Value Profile="(Default)">http://autoreportservice/RegisterReport.asmx</Value>
|
|
</Setting>
|
|
<Setting Name="CrashURL_Debug" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">http://CrashReport/Crashes/</Value>
|
|
</Setting>
|
|
<Setting Name="UploadURL_Debug" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">http://autoreportservice/UploadReportFiles.aspx</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |