File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <PackageLicenseFile >license.txt</PackageLicenseFile >
2121 </PropertyGroup >
2222
23- <PropertyGroup Condition =" '$(Configuration)' == 'Debug FiveM' Or '$(Configuration)' == ' Release FiveM'" >
23+ <PropertyGroup Condition =" '$(Configuration)' == 'Release FiveM'" >
2424 <DefineConstants >FIVEM</DefineConstants >
2525 </PropertyGroup >
26+
27+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug FiveM'" >
28+ <DefineConstants >FIVEM;DEBUG</DefineConstants >
29+ </PropertyGroup >
2630
27- <PropertyGroup Condition =" '$(Configuration)' == 'Debug RedM' Or '$(Configuration)' == ' Release RedM'" >
31+ <PropertyGroup Condition =" '$(Configuration)' == 'Release RedM'" >
2832 <DefineConstants >REDM</DefineConstants >
2933 </PropertyGroup >
3034
35+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug RedM'" >
36+ <DefineConstants >REDM;DEBUG</DefineConstants >
37+ </PropertyGroup >
38+
3139 <ItemGroup >
3240 <Compile Include =" ..\shared\RedM\Controls.cs" Link =" Controls.cs" />
3341 </ItemGroup >
You can’t perform that action at this time.
0 commit comments