Files
claudecodeui/server/modules/computer-use/semantics/helpers/windows/CloudCLISemantics.csproj

11 lines
340 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyName>CloudCLISemantics</AssemblyName>
</PropertyGroup>
</Project>