Skip to content

Commit 4036a98

Browse files
Create FlamesCLI_standalone6_dev.csproj
1 parent a931aae commit 4036a98

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<OutputType>Exe</OutputType>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<PublishSingleFile>true</PublishSingleFile>
6+
<PublishTrimmed>true</PublishTrimmed>
7+
<DefineConstants>$(DefineConstants);F_STANDALONE;CORE</DefineConstants>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<ProjectReference Include="..\Flames\Flames_standalone_dev.csproj" />
12+
</ItemGroup>
13+
</Project>

0 commit comments

Comments
 (0)