34 lines
1.6 KiB
XML
34 lines
1.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
|
|
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
<Nullable>disable</Nullable>
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
<AssemblyName>lserp-agent-cli</AssemblyName>
|
|
<RootNamespace>Lskj.Cli</RootNamespace>
|
|
<Version>0.4.0</Version>
|
|
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<Deterministic>true</Deterministic>
|
|
<DebugType>none</DebugType>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="BridgeCliStandaloneTypes.cs" />
|
|
<Compile Include="..\Lskj.Cli\BridgeOnlyCliApplication.cs" Link="BridgeOnlyCliApplication.cs" />
|
|
<Compile Include="..\Lskj.Cli\BridgeCliClient.cs" Link="BridgeCliClient.cs" />
|
|
<Compile Include="..\Lskj.Cli\BridgeCommands.cs" Link="BridgeCommands.cs" />
|
|
<Compile Include="..\Lskj.Cli\BridgeSessionScope.cs" Link="BridgeSessionScope.cs" />
|
|
<Compile Include="..\Lskj.Cli\CommandLine.cs" Link="CommandLine.cs" />
|
|
<Compile Include="..\Lskj.Cli\OutputWriter.cs" Link="OutputWriter.cs" />
|
|
<Compile Include="..\Lskj.Cli\StrictCliJsonSyntax.cs" Link="StrictCliJsonSyntax.cs" />
|
|
<Compile Include="..\Lskj.Cli\WorkflowCommands.cs" Link="WorkflowCommands.cs" />
|
|
</ItemGroup>
|
|
</Project>
|