Fix issue with DebugType property.
parent
031f8b2f80
commit
cd508d55b9
|
@ -202,7 +202,7 @@ namespace CitizenMP.Server.Installer
|
||||||
{
|
{
|
||||||
{"Configuration", "Release"},
|
{"Configuration", "Release"},
|
||||||
{"Platform", "Any CPU"},
|
{"Platform", "Any CPU"},
|
||||||
{"DebugType", "None"},
|
{"DebugType", IsWin32() ? "None" : "pdbonly" },
|
||||||
{"DebugSymbols", false.ToString()},
|
{"DebugSymbols", false.ToString()},
|
||||||
{"OutputPath", binOutputDirectory.FullName},
|
{"OutputPath", binOutputDirectory.FullName},
|
||||||
{"AllowedReferenceRelatedFileExtensions", "\".mdb\"=\"\";\".pdb\"=\"\";\".xml\"=\"\""}
|
{"AllowedReferenceRelatedFileExtensions", "\".mdb\"=\"\";\".pdb\"=\"\";\".xml\"=\"\""}
|
||||||
|
|
Loading…
Reference in New Issue