mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Fixed C# premake scripts
This commit is contained in:
@@ -6,9 +6,9 @@ project "EditorNet"
|
||||
|
||||
-- Don't specify architecture here. (see https://github.com/premake/premake-core/issues/1758)
|
||||
|
||||
propertytags {
|
||||
{ "AppendTargetFrameworkToOutputPath", "false" },
|
||||
{ "Nullable", "enable" },
|
||||
vsprops {
|
||||
AppendTargetFrameworkToOutputPath = "false",
|
||||
Nullable = "enable",
|
||||
}
|
||||
|
||||
files
|
||||
|
||||
@@ -6,9 +6,9 @@ project "NuakeNet"
|
||||
|
||||
-- Don't specify architecture here. (see https://github.com/premake/premake-core/issues/1758)
|
||||
|
||||
propertytags {
|
||||
{ "AppendTargetFrameworkToOutputPath", "false" },
|
||||
{ "Nullable", "enable" },
|
||||
vsprops {
|
||||
AppendTargetFrameworkToOutputPath = "false",
|
||||
Nullable = "enable",
|
||||
}
|
||||
|
||||
files
|
||||
@@ -23,5 +23,5 @@ project "NuakeNet"
|
||||
|
||||
postbuildcommands {
|
||||
'{ECHO} Copying "%{wks.location}/NuakeNet/bin/$(Configuration)/NuakeNet.dll" to "%{wks.location}/Editor"',
|
||||
'{COPYFILE} "%{wks.location}/NuakeNet/bin/$(Configuration)/NuakeNet.dll" "%{wks.location}/Editor"'
|
||||
'{COPYFILE} "%{wks.location}/NuakeNet/bin/$(Configuration)/NuakeNet.dll" "%{wks.location}/Editor"'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user