Files
tononixOS_webservice_update…/tononixPC.UpdateServer.msbuildproj

29 lines
1.1 KiB
Plaintext
Executable File

<Project Sdk="Peachpie.NET.Sdk/1.2.0-r15261">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp6.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>
<Compile Include="**/*.php;**/*.phar;" Exclude="$(DefaultExcludeItems)" />
</ItemGroup>
<ItemGroup>
<Compile Remove="vendor\react\http\src\Server.php" />
<Compile Remove="vendor\**\**\Tests\*.php" />
<Compile Remove="vendor\**\**\Test\*.php" />
</ItemGroup>
<ItemGroup>
<None Include="vendor\react\http\src\Server.php" />
<None Include="vendor\**\**\Tests\*.php" />
<None Include="vendor\**\**\Test\*.php" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="gpgme-sharp" Version="2.0.3" />
<PackageReference Include="Peachpie.Library" Version="1.2.0-r15261" />
<PackageReference Include="Peachpie.Library.Scripting" Version="1.2.0-r15261" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Peachpie.App" Version="1.2.0-r15261" />
<PackageReference Update="Peachpie.Runtime" Version="1.2.0-r15261" />
</ItemGroup>
</Project>