| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 | <Project Sdk="Microsoft.NET.Sdk">    <PropertyGroup>        <OutputType>WinExe</OutputType>        <TargetFramework>net6.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</Configurations>        <ApplicationIcon>hollow.ico</ApplicationIcon>		<PreserveCompilationContext>true</PreserveCompilationContext>    </PropertyGroup>    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">        <NoWarn></NoWarn>        <Optimize>False</Optimize>    </PropertyGroup>    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - DB|AnyCPU'">      <NoWarn />      <Optimize>False</Optimize>    </PropertyGroup>    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">        <NoWarn></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" />    </ItemGroup>    <ItemGroup>        <Content Include="hollow.ico" />    </ItemGroup>    <ItemGroup>        <PackageReference Include="ACMESharpCore" Version="2.2.0.148" />        <PackageReference Include="bblanchon.PDFium.Win32" Version="121.0.6150" />        <PackageReference Include="Core.System.Configuration.Install" Version="1.1.0" />        <PackageReference Include="Core.System.ServiceProcess" Version="2.0.1" />        <PackageReference Include="DeviceId" Version="6.2.0" />        <PackageReference Include="DeviceId.Windows" Version="6.2.0">            <TreatAsUsed>true</TreatAsUsed>        </PackageReference>        <PackageReference Include="DeviceId.Windows.Wmi" Version="6.2.0" />        <PackageReference Include="Fody" Version="6.6.3">            <PrivateAssets>all</PrivateAssets>            <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>        </PackageReference>        <PackageReference Include="GenHTTP.Core" Version="6.3.5">            <TreatAsUsed>true</TreatAsUsed>        </PackageReference>        <PackageReference Include="Geocoding.Core" Version="4.0.1" />        <PackageReference Include="Geocoding.Google" Version="4.0.1" />        <PackageReference Include="H.Pipes" Version="2.0.51" />        <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2">            <PrivateAssets>all</PrivateAssets>            <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>        </PackageReference>        <PackageReference Include="Mindbox.Data.Linq" Version="5.0.0" />        <PackageReference Include="PropertyChanged.Fody" Version="3.4.1" />        <PackageReference Include="RazorEngine.NetCore" Version="3.1.0" />        <PackageReference Include="Stripe.net" Version="40.2.0" />        <PackageReference Include="Syncfusion.Licensing" Version="23.2.7" />        <PackageReference Include="Syncfusion.Pdf.Wpf" Version="23.2.7" />        <PackageReference Include="Syncfusion.Shared.WPF.Classic" Version="19.4.0.56" />        <PackageReference Include="System.Data.SqlClient" Version="4.8.3" />        <PackageReference Include="System.ServiceProcess.ServiceController" Version="6.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.Shared\PRS.Shared.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\**" />    </ItemGroup>    <ItemGroup>        <EmbeddedResource Update="Properties\Resources.resx">            <Generator>PublicResXFileCodeGenerator</Generator>            <LastGenOutput>Resources.Designer.cs</LastGenOutput>        </EmbeddedResource>        <EmbeddedResource Remove="Syncthing\**" />    </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\**" />    </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" />    <Import Project="..\prs.stores\PRSStores.projitems" Label="Shared" /></Project>
 |