mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
UserControl folder relocation
This commit is contained in:
parent
7f6fec6aca
commit
2dd8fedeaf
7 changed files with 32 additions and 9 deletions
|
|
@ -189,7 +189,7 @@
|
||||||
<Compile Include="Windows\GameDataWindow.xaml.cs">
|
<Compile Include="Windows\GameDataWindow.xaml.cs">
|
||||||
<DependentUpon>GameDataWindow.xaml</DependentUpon>
|
<DependentUpon>GameDataWindow.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Windows\GlobalSettingsControl.xaml.cs">
|
<Compile Include="UserControls\GlobalSettingsControl.xaml.cs">
|
||||||
<DependentUpon>GlobalSettingsControl.xaml</DependentUpon>
|
<DependentUpon>GlobalSettingsControl.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Windows\MainWindow.xaml.cs">
|
<Compile Include="Windows\MainWindow.xaml.cs">
|
||||||
|
|
@ -222,7 +222,7 @@
|
||||||
<Compile Include="Windows\ServerMonitorWindow.xaml.cs">
|
<Compile Include="Windows\ServerMonitorWindow.xaml.cs">
|
||||||
<DependentUpon>ServerMonitorWindow.xaml</DependentUpon>
|
<DependentUpon>ServerMonitorWindow.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Windows\ServerSettingsControl.xaml.cs">
|
<Compile Include="UserControls\ServerSettingsControl.xaml.cs">
|
||||||
<DependentUpon>ServerSettingsControl.xaml</DependentUpon>
|
<DependentUpon>ServerSettingsControl.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Windows\SettingsWindow.xaml.cs">
|
<Compile Include="Windows\SettingsWindow.xaml.cs">
|
||||||
|
|
@ -319,7 +319,7 @@
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Windows\GlobalSettingsControl.xaml">
|
<Page Include="UserControls\GlobalSettingsControl.xaml">
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</Page>
|
</Page>
|
||||||
|
|
@ -363,7 +363,7 @@
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Include="Windows\ServerSettingsControl.xaml">
|
<Page Include="UserControls\ServerSettingsControl.xaml">
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</Page>
|
</Page>
|
||||||
|
|
|
||||||
|
|
@ -5,14 +5,14 @@
|
||||||
<title>Conan Server Manager Version Feed</title>
|
<title>Conan Server Manager Version Feed</title>
|
||||||
<subtitle>This is the Conan Server Manager release version feed.</subtitle>
|
<subtitle>This is the Conan Server Manager release version feed.</subtitle>
|
||||||
<link href="http://servermanagers.freeforums.net/" />
|
<link href="http://servermanagers.freeforums.net/" />
|
||||||
<updated>2021-12-08T00:00:00Z</updated>
|
<updated>2021-12-09T00:00:00Z</updated>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<id>urn:uuid:F8A08616-749B-48E7-87D5-D97E86AB3926</id>
|
<id>urn:uuid:F8A08616-749B-48E7-87D5-D97E86AB3926</id>
|
||||||
<title>1.1.56 (1.1.56.3)</title>
|
<title>1.1.56 (1.1.56.4)</title>
|
||||||
<summary>1.1.56.3</summary>
|
<summary>1.1.56.4</summary>
|
||||||
<link href="" />
|
<link href="" />
|
||||||
<updated>2021-12-08T00:00:00Z</updated>
|
<updated>2021-12-09T00:00:00Z</updated>
|
||||||
<content type="xhtml">
|
<content type="xhtml">
|
||||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,30 @@
|
||||||
<title>Conan Server Manager Version Feed</title>
|
<title>Conan Server Manager Version Feed</title>
|
||||||
<subtitle>This is the Conan Server Manager beta version feed.</subtitle>
|
<subtitle>This is the Conan Server Manager beta version feed.</subtitle>
|
||||||
<link href="http://servermanagers.freeforums.net/" />
|
<link href="http://servermanagers.freeforums.net/" />
|
||||||
<updated>2021-12-08T00:00:00Z</updated>
|
<updated>2021-12-09T00:00:00Z</updated>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>urn:uuid:BECA74AB-1107-40B0-932A-A851E978EABF</id>
|
||||||
|
<title>1.1.56 (1.1.56.4)</title>
|
||||||
|
<summary>1.1.56.4</summary>
|
||||||
|
<link href="" />
|
||||||
|
<updated>2021-12-09T00:00:00Z</updated>
|
||||||
|
<content type="xhtml">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||||
|
<p>
|
||||||
|
<u style="font-size: .9em;">BUGFIX</u>
|
||||||
|
<br/>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed a minor issue when clicking the data directory reset button - fringe case that I found during testing.</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>bletch</name>
|
||||||
|
<email>bletch1971@hotmail.com</email>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<id>urn:uuid:8C834060-F20F-4ACE-8F49-0B459531BA3C</id>
|
<id>urn:uuid:8C834060-F20F-4ACE-8F49-0B459531BA3C</id>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue