17 lines
487 B
XML
17 lines
487 B
XML
<Project Sdk="Aspire.AppHost.Sdk/13.2.4">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<UserSecretsId>bf471f42-700e-491e-9def-519245baaaa1</UserSecretsId>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\EpsonPrinterLinux\EpsonPrinter.csproj" />
|
|
<ProjectReference Include="..\Pos.Web\Pos.Web.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|