This commit is contained in:
@@ -43,7 +43,7 @@ public class GameTarget : GameProjectTarget
|
||||
if (options.Configuration == TargetConfiguration.Development || options.Configuration == TargetConfiguration.Debug)
|
||||
options.OutputFolder = Path.Combine(FolderPath, "..", "Output", "WindowsDevelopment");
|
||||
else if (options.Configuration == TargetConfiguration.Release)
|
||||
options.OutputFolder = Path.Combine(FolderPath, "..", "Output", "WindowsRelease");
|
||||
options.OutputFolder = Path.Combine(FolderPath, "..", "Output", "WindowsDevelopment");//options.OutputFolder = Path.Combine(FolderPath, "..", "Output", "WindowsRelease");
|
||||
}
|
||||
|
||||
return base.GetOutputFilePath(options, outputType);
|
||||
|
||||
Reference in New Issue
Block a user