Scaffold FrameProcessor.slnx with src/FrameProcessor (net10.0 Web SDK) and tests/FrameProcessor.Tests (xUnit) plus .gitignore and global.json pinning the .NET 10 SDK. dotnet build, dotnet test, and dotnet format --verify-no-changes all pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/FrameProcessor/FrameProcessor.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/FrameProcessor.Tests/FrameProcessor.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|