Fix issue with DebugType property.

release-1.0.0
Icedream 2015-01-12 05:19:51 +01:00
parent 031f8b2f80
commit cd508d55b9
1 changed files with 1 additions and 1 deletions

View File

@ -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\"=\"\""}