Rev. | d06e188dbdd0a33713a88f5019b04101919345f2 |
---|---|
Tamaño | 747 octetos |
Tiempo | 2023-09-30 20:42:15 |
Autor | yoshy |
Log Message | [MOD] パッケージ名を CleanAuLait.Prism.WPF に変更
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.5" />
<PackageReference Include="Prism.Wpf" Version="8.1.97" />
<PackageReference Include="ReactiveProperty.WPF" Version="9.3.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CleanAuLait.Prism\CleanAuLait.Prism.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="OuterEdge\UI\Dialog\UniversalDialog.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
</Project>