| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 | <Project Sdk="Microsoft.NET.Sdk">    <PropertyGroup>        <OutputType>WinExe</OutputType>        <TargetFramework>net8.0-windows</TargetFramework>        <Nullable>enable</Nullable>        <UseWPF>true</UseWPF>        <GenerateAssemblyInfo>false</GenerateAssemblyInfo>        <PackageId>$(AssemblyName)</PackageId>        <Authors>$(AssemblyName)</Authors>        <Product>$(AssemblyName)</Product>        <AssemblyName>PRSServer</AssemblyName>        <RootNamespace>$(AssemblyName)</RootNamespace>        <StartupObject>PRSServer.App</StartupObject>        <Configurations>Debug;Release;Debug - DB;Test;DebugDev</Configurations>        <ApplicationIcon>hollow.ico</ApplicationIcon>		<PreserveCompilationContext>true</PreserveCompilationContext>		<Platforms>AnyCPU;x64</Platforms>    </PropertyGroup>    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">        <NoWarn></NoWarn>        <Optimize>False</Optimize>    </PropertyGroup>    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">      <NoWarn />      <Optimize>False</Optimize>    </PropertyGroup>    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - DB|AnyCPU'">      <NoWarn />      <Optimize>False</Optimize>    </PropertyGroup>    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - DB|x64'">      <NoWarn />      <Optimize>False</Optimize>    </PropertyGroup>    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">        <NoWarn></NoWarn>        <Optimize>True</Optimize>    </PropertyGroup>    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">      <NoWarn />      <Optimize>True</Optimize>    </PropertyGroup>        <ItemGroup>        <None Remove="App.config" />        <None Remove="Resources\appstore.png" />        <None Remove="Resources\autoupdate.png" />        <None Remove="Resources\download.png" />        <None Remove="Resources\key.png" />        <None Remove="Resources\pencil.png" />        <None Remove="Resources\script.png" />        <None Remove="Resources\service.png" />        <None Remove="Resources\upload.png" />        <None Remove="Syncthing\**" />        <None Remove=".gitignore" />        <None Remove="PRSServer.iss" />        <None Remove="dependencies\**" />        <None Remove="._dependencies" />        <None Remove="._.DS_Store" />        <None Remove="._CodeDependencies.iss" />        <None Remove="CodeDependencies.iss" />        <None Remove="install.bat" />        <None Remove="PRSLicensing.exe" />        <None Remove="PRSSetup.exe" />        <None Remove="PRSServerSetup.exe" />    </ItemGroup>    <ItemGroup>        <Content Include="hollow.ico" />    </ItemGroup>    <ItemGroup>        <PackageReference Include="ACMESharpCore" Version="2.2.0.148" />        <PackageReference Include="bblanchon.PDFium.Win32" Version="135.0.7019" />        <PackageReference Include="Core.System.Configuration.Install" Version="1.1.0" />        <PackageReference Include="Core.System.ServiceProcess" Version="2.0.1" />        <PackageReference Include="DeviceId" Version="6.6.0" />        <PackageReference Include="DeviceId.Windows" Version="6.6.0">            <TreatAsUsed>true</TreatAsUsed>        </PackageReference>        <PackageReference Include="DeviceId.Windows.Wmi" Version="6.6.0" />        <PackageReference Include="FluentResults" Version="4.0.0" />        <PackageReference Include="Fody" Version="6.8.1">            <PrivateAssets>all</PrivateAssets>            <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>        </PackageReference>        <PackageReference Include="GenHTTP.Core" Version="8.4.1">            <TreatAsUsed>true</TreatAsUsed>        </PackageReference>        <PackageReference Include="H.Pipes" Version="15.0.0" />        <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />        <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />        <PackageReference Include="Mindbox.Data.Linq" Version="10.7.2" />        <PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />        <PackageReference Include="RazorEngine.NetCore" Version="3.1.0" />        <PackageReference Include="Stripe.net" Version="44.10.0" />        <PackageReference Include="Syncfusion.Licensing" Version="29.2.7" />        <PackageReference Include="Syncfusion.Pdf.Wpf" Version="29.2.7" />        <PackageReference Include="Syncfusion.Shared.WPF.Classic" Version="19.4.0.56" />        <PackageReference Include="System.Collections.Immutable" Version="9.0.7" />        <PackageReference Include="System.Drawing.Common" Version="8.0.6" />        <PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0" />    </ItemGroup>    <ItemGroup>        <ProjectReference Include="..\..\InABox\InABox.Client.IPC\InABox.Client.IPC.csproj" />        <ProjectReference Include="..\..\InABox\InABox.Client.Local\InABox.Client.Local.csproj" />        <ProjectReference Include="..\..\inabox\inabox.client.rest\InABox.Client.Rest\InABox.Client.Rest.csproj" />        <ProjectReference Include="..\..\inabox\InABox.Client.RPC\InABox.Client.RPC.csproj" />        <ProjectReference Include="..\..\InABox\InABox.Database.SQLite\InABox.Database.SQLite.csproj" />        <ProjectReference Include="..\..\InABox\InABox.Database\InABox.Database.csproj" />        <ProjectReference Include="..\..\InABox\inabox.logging.shared\InABox.Logging.Shared.csproj">            <Private>True</Private>        </ProjectReference>        <ProjectReference Include="..\..\InABox\InABox.Logging\InABox.Logging.csproj" />        <ProjectReference Include="..\..\InABox\InABox.Mailer.Exchange\InABox.Mailer.Exchange.csproj" />        <ProjectReference Include="..\..\InABox\InABox.Scripting\InABox.Scripting.csproj" />        <ProjectReference Include="..\..\InABox\InABox.Server\InABox.Server.csproj" />        <ProjectReference Include="..\..\inabox\InABox.SMSProviders\InABox.SMSProviders.csproj" />        <ProjectReference Include="..\..\InABox\InABox.WPF\InABox.Wpf.csproj" />        <ProjectReference Include="..\PRS.Classes\PRSClasses.csproj" />        <ProjectReference Include="..\prs.services\PRSServices.csproj" />        <ProjectReference Include="..\PRS.Shared\PRS.Shared.csproj" />        <ProjectReference Include="..\prs.stores\PRSStores.csproj" />    </ItemGroup>    <ItemGroup>        <Compile Update="Properties\Resources.Designer.cs">            <DesignTime>True</DesignTime>            <AutoGen>True</AutoGen>            <DependentUpon>Resources.resx</DependentUpon>        </Compile>        <Compile Update="Properties\Settings.Designer.cs">            <DesignTimeSharedInput>True</DesignTimeSharedInput>            <AutoGen>True</AutoGen>            <DependentUpon>Settings.settings</DependentUpon>        </Compile>        <Compile Remove="Syncthing\**" />        <Compile Remove="dependencies\**" />    </ItemGroup>    <ItemGroup>        <EmbeddedResource Update="Properties\Resources.resx">            <Generator>PublicResXFileCodeGenerator</Generator>            <LastGenOutput>Resources.Designer.cs</LastGenOutput>        </EmbeddedResource>        <EmbeddedResource Remove="Syncthing\**" />        <EmbeddedResource Remove="dependencies\**" />    </ItemGroup>    <ItemGroup>        <None Update="Properties\Settings.settings">            <Generator>SettingsSingleFileGenerator</Generator>            <LastGenOutput>Settings.Designer.cs</LastGenOutput>        </None>    </ItemGroup>    <ItemGroup>        <Resource Include="Resources\appstore.png">            <CopyToOutputDirectory>Always</CopyToOutputDirectory>        </Resource>        <Resource Include="Resources\autoupdate.png">            <CopyToOutputDirectory>Always</CopyToOutputDirectory>        </Resource>        <Resource Include="Resources\download.png">            <CopyToOutputDirectory>Always</CopyToOutputDirectory>        </Resource>        <Resource Include="Resources\key.png">            <CopyToOutputDirectory>Always</CopyToOutputDirectory>        </Resource>        <Resource Include="Resources\pencil.png">            <CopyToOutputDirectory>Always</CopyToOutputDirectory>        </Resource>        <Resource Include="Resources\script.png">            <CopyToOutputDirectory>Always</CopyToOutputDirectory>        </Resource>        <Resource Include="Resources\service.png">            <CopyToOutputDirectory>Always</CopyToOutputDirectory>        </Resource>        <Resource Include="Resources\upload.png">            <CopyToOutputDirectory>Always</CopyToOutputDirectory>        </Resource>    </ItemGroup>    <ItemGroup>        <Page Remove="Syncthing\**" />        <Page Remove="dependencies\**" />    </ItemGroup>    <Import Project="..\..\InABox\InABox.DeviceIdentifier\InABox.DeviceIdentifier.projitems" Label="Shared" />    <Import Project="..\..\InABox\InABox.DigitalMatter\InABox.DigitalMatter.projitems" Label="Shared" />    <Import Project="..\PRS.Scheduler\Comal.TaskScheduler.Shared.projitems" Label="Shared" /></Project>
 |