We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a931aae commit 4036a98Copy full SHA for 4036a98
1 file changed
CLI/FlamesCLI_standalone6_dev.csproj
@@ -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