2021-08-04 09:30:34 +09:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<UseWPF>true</UseWPF>
|
2022-07-26 00:07:23 +09:00
|
|
|
|
<IsPackable>false</IsPackable>
|
2021-08-04 09:30:34 +09:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2021-08-13 18:35:45 +09:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\src\ObservableCollections\ObservableCollections.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-08-04 09:30:34 +09:00
|
|
|
|
</Project>
|