Add Ehwrj clean-room live map
Some checks failed
build / build-test-publish (push) Has been cancelled

This commit is contained in:
2026-06-02 22:49:24 +09:00
parent c93ab38cbd
commit cba5243ce4
71 changed files with 5990 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Ehwrj.Tools.Capture</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../src/Ehwrj.Core/Ehwrj.Core.csproj" />
</ItemGroup>
</Project>