Rev. | 0c1c33e7a727e2a0a704ad2e9da75ff9548c690f |
---|---|
Tamanho | 421 bytes |
Hora | 2022-08-16 00:29:18 |
Autor | yoshy |
Mensagem de Log | initial revision.
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Prism.Core" Version="8.1.97" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CleanAuLait\CleanAuLait.csproj" />
</ItemGroup>
</Project>