mirror of
https://github.com/ckaczor/JenkinsStatusWindow.git
synced 2026-01-13 17:22:55 -05:00
18 lines
820 B
XML
18 lines
820 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="JenkinsStatusWindow.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="AutoStart" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="WindowSettings" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="JenkinsProjects" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="JenkinsUrlTemplate" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">{0}lastBuild/buildNumber</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |