something
This commit is contained in:
Submodule Plugins/FidelityFX-FSR updated: 943cb4af87...381cc49962
@@ -27,6 +27,10 @@ public class GoakeTestsTarget : Target
|
|||||||
TargetConfiguration.Debug,
|
TargetConfiguration.Debug,
|
||||||
//TargetConfiguration.Release,
|
//TargetConfiguration.Release,
|
||||||
};
|
};
|
||||||
|
Architectures = new[]
|
||||||
|
{
|
||||||
|
TargetArchitecture.x64,
|
||||||
|
};
|
||||||
|
|
||||||
CustomExternalProjectFilePath = System.IO.Path.Combine("Tests/GoakeTests.csproj");
|
CustomExternalProjectFilePath = System.IO.Path.Combine("Tests/GoakeTests.csproj");
|
||||||
|
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
"profiles": {
|
"profiles": {
|
||||||
"Game": {
|
"Game": {
|
||||||
"commandName": "Executable",
|
"commandName": "Executable",
|
||||||
"workingDirectory": "C:\\dev\\GoakeFlax",
|
"workingDirectory": "C:/dev/GoakeFlax",
|
||||||
"executablePath": "C:\\dev\\Flax\\FlaxEngine\\Binaries\\Editor\\Win64\\Development\\FlaxEditor.exe",
|
"executablePath": "C:/dev/Flax/FlaxEngine/Binaries/Editor/Win64/Development/FlaxEditor.exe",
|
||||||
"commandLineArgs": "-project \"C:\\dev\\GoakeFlax\"",
|
"commandLineArgs": "-project \"C:/dev/GoakeFlax\"",
|
||||||
"nativeDebugging": false
|
"nativeDebugging": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user