2021-08-04 09:30:34 +09:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2024-10-07 18:16:37 +09:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
<LangVersion>10.0</LangVersion>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
</PropertyGroup>
|
2021-09-07 19:09:57 +09:00
|
|
|
|
2024-10-07 18:16:37 +09:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\src\ObservableCollections.R3\ObservableCollections.R3.csproj" />
|
|
|
|
<ProjectReference Include="..\..\src\ObservableCollections\ObservableCollections.csproj" />
|
2024-02-16 18:12:19 +09:00
|
|
|
<PackageReference Include="R3" Version="1.0.0" />
|
2024-10-07 18:16:37 +09:00
|
|
|
</ItemGroup>
|
2021-08-04 09:30:34 +09:00
|
|
|
|
|
|
|
</Project>
|