Skip to content

Commit 58332b8

Browse files
Create FlamesCLI_dotnet6_dev.csproj
1 parent 4036a98 commit 58332b8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CLI/FlamesCLI_dotnet6_dev.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<OutputType>Exe</OutputType>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<PublishSingleFile>true</PublishSingleFile>
6+
<AssemblyName>FlamesCLI</AssemblyName>
7+
</PropertyGroup>
8+
9+
<ItemGroup>
10+
<ProjectReference Include="..\Flames\Flames_dotnet_dev.csproj" />
11+
</ItemGroup>
12+
</Project>

0 commit comments

Comments
 (0)