ServerManagers/src/ConanServerManager/ConanServerManager.csproj
Brett Hewitson a14f91c412 Server Availability Changes
- moved a few things into the common project.
2022-06-22 17:27:23 +10:00

648 lines
No EOL
25 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{F7A82C6A-32CD-4847-AD16-D79ADC72746E}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>ServerManagerTool</RootNamespace>
<AssemblyName>ConanServerManager</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<IsWebBootstrapper>false</IsWebBootstrapper>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PublishUrl>publish\</PublishUrl>
<Install>false</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>false</MapFileExtensions>
<SupportUrl>https://servermanagers.freeforums.net/thread/43/faq-frequently-asked</SupportUrl>
<ErrorReportUrl>https://servermanagers.freeforums.net/board/39/tech-support-bug-reports</ErrorReportUrl>
<ProductName>Conan Exiles™ Server Manager</ProductName>
<PublisherName>Bletch1971</PublisherName>
<SuiteName>Server Managers</SuiteName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>false</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - Beta|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug - Beta\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - AutoUpdate|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - AutoBackup|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - AutoShutdown|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject>ServerManagerTool.App</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Art\favicon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>C1A6DBBCC8495EE1062FD4FB1B05D0F1D7E2E392</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>ConanServerManager_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - ServerMonitor|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug - ServerMonitor\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Management" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Transactions" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="Delegates\ServerStatusChangeDelegate.cs" />
<Compile Include="Enums\ServerSettingsResetAction.cs" />
<Compile Include="Enums\ServerUpdateType.cs" />
<Compile Include="Lib\Model\PlayerListParameters.cs" />
<Compile Include="Lib\Model\RconParameters.cs" />
<Compile Include="Lib\Serialization\IniFileEntryAttribute.cs" />
<Compile Include="Lib\Serialization\IniFiles.cs" />
<Compile Include="Lib\Serialization\IniSections.cs" />
<Compile Include="Lib\Serialization\SystemIniFile.cs" />
<Compile Include="Lib\ServerPlayers.cs" />
<Compile Include="Lib\ServerRcon.cs" />
<Compile Include="Lib\ViewConverters\EnumDescriptionTypeConverter.cs" />
<Compile Include="Lib\ViewConverters\MapNameValueConverter.cs" />
<Compile Include="Lib\ViewModel\GameDataFile.cs" />
<Compile Include="Lib\ViewModel\GameDataFileList.cs" />
<Compile Include="Lib\ViewModel\PlayerInfo.cs" />
<Compile Include="Utils\DiscordBotHelper.cs" />
<Compile Include="Utils\DiscordPluginHelper.cs" />
<Compile Include="Windows\AddUserWindow.xaml.cs">
<DependentUpon>AddUserWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\AutoUpdateWindow.xaml.cs">
<DependentUpon>AutoUpdateWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\CommandLineWindow.xaml.cs">
<DependentUpon>CommandLineWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\DataDirectoryWindow.xaml.cs">
<DependentUpon>DataDirectoryWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\GameDataWindow.xaml.cs">
<DependentUpon>GameDataWindow.xaml</DependentUpon>
</Compile>
<Compile Include="UserControls\GlobalSettingsControl.xaml.cs">
<DependentUpon>GlobalSettingsControl.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\ModDetailsWindow.xaml.cs">
<DependentUpon>ModDetailsWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\PlayerListWindow.xaml.cs">
<DependentUpon>PlayerListWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\PlayerProfileWindow.xaml.cs">
<DependentUpon>PlayerProfileWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\PluginsWindow.xaml.cs">
<DependentUpon>PluginsWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\ProcessorAffinityWindow.xaml.cs">
<DependentUpon>ProcessorAffinityWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\ProfileSyncWindow.xaml.cs">
<DependentUpon>ProfileSyncWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\ProgressWindow.xaml.cs">
<DependentUpon>ProgressWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\RconWindow.xaml.cs">
<DependentUpon>RconWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\ServerMonitorWindow.xaml.cs">
<DependentUpon>ServerMonitorWindow.xaml</DependentUpon>
</Compile>
<Compile Include="UserControls\ServerSettingsControl.xaml.cs">
<DependentUpon>ServerSettingsControl.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\SettingsWindow.xaml.cs">
<DependentUpon>SettingsWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\ShutdownWindow.xaml.cs">
<DependentUpon>ShutdownWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\GuildProfileWindow.xaml.cs">
<DependentUpon>GuildProfileWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\VersionFeedWindow.xaml.cs">
<DependentUpon>VersionFeedWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\WorkshopFilesWindow.xaml.cs">
<DependentUpon>WorkshopFilesWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Windows\WorldSaveRestoreWindow.xaml.cs">
<DependentUpon>WorldSaveRestoreWindow.xaml</DependentUpon>
</Compile>
<Content Include="x64\SQLite.Interop.dll" />
<Content Include="x86\SQLite.Interop.dll" />
<Resource Include="Art\StatusOff.ico" />
<Resource Include="Art\StatusOn.ico" />
<Resource Include="Art\StatusStarting.ico" />
<Resource Include="Art\StatusUnknown.ico" />
<Resource Include="Art\Document.ico" />
<Resource Include="Art\Servers.ico" />
<Resource Include="Art\Shortcut.ico" />
<Resource Include="Art\Filter.ico" />
<Resource Include="Art\DropArrow.ico" />
<Resource Include="Art\Restart.ico" />
<Resource Include="Art\Discord.ico" />
<Content Include="Globalization\en-US\en-US.xaml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="Config.Designer.cs">
<DependentUpon>Config.settings</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Enums\LogEventType.cs" />
<Compile Include="Enums\PlayerFilterType.cs" />
<Compile Include="Enums\PlayerSortType.cs" />
<Compile Include="Enums\ServerProcessStatus.cs" />
<Compile Include="Enums\ServerProcessType.cs" />
<Compile Include="Enums\ServerProfileCategory.cs" />
<Compile Include="ErrorHandling.cs" />
<Content Include="Styles\Default.xaml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Globalization\fr-FR\fr-FR.xaml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Globalization\pt-BR\pt-BR.xaml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Globalization\en-AU\en-AU.xaml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Globalization\ru-RU\ru-RU.xaml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Globalization\de-DE\de-DE.xaml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Page Include="Windows\AddUserWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\AutoUpdateWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\CommandLineWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\DataDirectoryWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\GameDataWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="UserControls\GlobalSettingsControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\ModDetailsWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\PlayerListWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\PlayerProfileWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\PluginsWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\ProcessorAffinityWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\ProfileSyncWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\ProgressWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\RconWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\ServerMonitorWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="UserControls\ServerSettingsControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\SettingsWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\ShutdownWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\GuildProfileWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\VersionFeedWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\WorkshopFilesWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\WorldSaveRestoreWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Lib\BranchSnapshot.cs" />
<Compile Include="Lib\Events\ProfileEventArgs.cs" />
<Compile Include="Lib\GameData.cs" />
<Compile Include="Lib\Model\ModDetail.cs" />
<Compile Include="Lib\Model\ModDetailExtended.cs" />
<Compile Include="Lib\Model\ModDetailList.cs" />
<Compile Include="Lib\ServerProfileSnapshot.cs" />
<Compile Include="Lib\Server.cs" />
<Compile Include="Lib\ServerApp.cs" />
<Compile Include="Lib\ServerManager.cs" />
<Compile Include="Lib\ServerProfile.cs" />
<Compile Include="Lib\ServerRuntime.cs" />
<Compile Include="Lib\ServerStatusUpdate.cs" />
<Compile Include="Lib\ServerStatusUpdateRegistration.cs" />
<Compile Include="Lib\ServerStatusWatcher.cs" />
<Compile Include="Utils\ModUtils.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Content Include="GameData\Conan.gamedata">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="VersionFeed.xml" />
<None Include="VersionFeedBeta.xml" />
<None Include="Config.settings">
<Generator>PublicSettingsSingleFileGenerator</Generator>
<LastGenOutput>Config.Designer.cs</LastGenOutput>
</None>
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Properties\app.manifest" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<COMReference Include="IWshRuntimeLibrary">
<Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.6.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Add.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Cancel.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\ChangeNotes.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Checked.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Command.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Copy.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Delete.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Donate.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Down.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Download.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Drag.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Edit.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\favicon.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Find.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\FolderDelete.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\FolderExport.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\FolderImport.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\FolderOpen.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Help.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Logs.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\NoAvatar.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Paste.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Players.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Plugin.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Refresh.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Reload.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Save.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Settings.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Start.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Steam.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Stop.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Unchecked.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Up.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Validate.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Website.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Art\Zip.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ConanData\ConanData.csproj">
<Project>{96832688-29bd-464f-9dce-482e37bfc751}</Project>
<Name>ConanData</Name>
</ProjectReference>
<ProjectReference Include="..\ConanServerManager.Common\ConanServerManager.Common.csproj">
<Project>{630422ca-4bcc-4d1d-9701-87d8eaf0b209}</Project>
<Name>ConanServerManager.Common</Name>
</ProjectReference>
<ProjectReference Include="..\NeXtVdf\NeXt.Vdf.csproj">
<Project>{e4eda8b8-006c-4d41-822f-f64b6db0021f}</Project>
<Name>NeXt.Vdf</Name>
</ProjectReference>
<ProjectReference Include="..\Plugin.Common\Plugin.Common.csproj">
<Project>{679fe859-9a82-4ffb-a758-c1e8df915f58}</Project>
<Name>Plugin.Common</Name>
</ProjectReference>
<ProjectReference Include="..\QueryMaster\QueryMaster.csproj">
<Project>{4ca9c894-518f-42d7-bbe2-cfdfe7a03f8a}</Project>
<Name>QueryMaster</Name>
</ProjectReference>
<ProjectReference Include="..\ServerManager.Common\ServerManager.Common.csproj">
<Project>{7c99d9f7-0c65-4116-927a-94eb018c88fd}</Project>
<Name>ServerManager.Common</Name>
</ProjectReference>
<ProjectReference Include="..\ServerManager.Discord\ServerManager.Discord.csproj">
<Project>{c4c8000d-5e45-497c-a218-b95a1567010e}</Project>
<Name>ServerManager.Discord</Name>
</ProjectReference>
<ProjectReference Include="..\ServerManager.Updater\ServerManager.Updater.csproj">
<Project>{3e0c9ee6-780f-4fef-ba03-e38062a5fdb6}</Project>
<Name>ServerManager.Updater</Name>
</ProjectReference>
<ProjectReference Include="..\WPFSharp.Globalizer\WPFSharp.Globalizer.csproj">
<Project>{715461e8-4e54-4993-80a8-8e72892135e0}</Project>
<Name>WPFSharp.Globalizer</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="DotNetZip">
<Version>1.16.0</Version>
</PackageReference>
<PackageReference Include="EO.Wpf">
<Version>4.0.12</Version>
</PackageReference>
<PackageReference Include="Expression.Blend.Sdk">
<Version>1.0.2</Version>
</PackageReference>
<PackageReference Include="Hardcodet.NotifyIcon.Wpf">
<Version>1.1.0</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>5.0.1</Version>
</PackageReference>
<PackageReference Include="System.Data.SQLite.Core">
<Version>1.0.116</Version>
</PackageReference>
<PackageReference Include="System.Threading.Tasks.Dataflow">
<Version>6.0.0</Version>
</PackageReference>
<PackageReference Include="System.ValueTuple">
<Version>4.5.0</Version>
</PackageReference>
<PackageReference Include="TaskScheduler">
<Version>2.10.1</Version>
</PackageReference>
<PackageReference Include="WindowsAPICodePack-Core">
<Version>1.1.2</Version>
</PackageReference>
<PackageReference Include="WindowsAPICodePack-Shell">
<Version>1.1.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>