something

This commit is contained in:
2023-12-20 22:05:28 +02:00
parent a927ba7806
commit 4aad69f3db
3 changed files with 8 additions and 4 deletions

View File

@@ -27,6 +27,10 @@ public class GoakeTestsTarget : Target
TargetConfiguration.Debug,
//TargetConfiguration.Release,
};
Architectures = new[]
{
TargetArchitecture.x64,
};
CustomExternalProjectFilePath = System.IO.Path.Combine("Tests/GoakeTests.csproj");

View File

@@ -2,9 +2,9 @@
"profiles": {
"Game": {
"commandName": "Executable",
"workingDirectory": "C:\\dev\\GoakeFlax",
"executablePath": "C:\\dev\\Flax\\FlaxEngine\\Binaries\\Editor\\Win64\\Development\\FlaxEditor.exe",
"commandLineArgs": "-project \"C:\\dev\\GoakeFlax\"",
"workingDirectory": "C:/dev/GoakeFlax",
"executablePath": "C:/dev/Flax/FlaxEngine/Binaries/Editor/Win64/Development/FlaxEditor.exe",
"commandLineArgs": "-project \"C:/dev/GoakeFlax\"",
"nativeDebugging": false
}
}