We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1caedf commit 2b4bf41Copy full SHA for 2b4bf41
1 file changed
MenuAPI/MenuAPI.csproj
@@ -17,13 +17,12 @@
17
<RepositoryUrl>https://github.com/tomgrobbe/menuapi/</RepositoryUrl>
18
<PackageTags Condition="'$(Configuration)' == 'Debug FiveM' Or '$(Configuration)' == 'Release FiveM'">FiveM MenuAPI</PackageTags>
19
<PackageTags Condition="'$(Configuration)' == 'Debug RedM' Or '$(Configuration)' == 'Release RedM'">RedM MenuAPI</PackageTags>
20
- <PackageLicenseFile>license.txt</PackageLicenseFile>
21
</PropertyGroup>
22
23
<PropertyGroup Condition="'$(Configuration)' == 'Release FiveM'">
24
<DefineConstants>FIVEM</DefineConstants>
25
26
-
+
27
<PropertyGroup Condition="'$(Configuration)' == 'Debug FiveM'">
28
<DefineConstants>FIVEM;DEBUG</DefineConstants>
29
0 commit comments