mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Refactored folder structure
This commit is contained in:
@@ -6,29 +6,25 @@ project "EditorNet"
|
||||
|
||||
-- Don't specify architecture here. (see https://github.com/premake/premake-core/issues/1758)
|
||||
|
||||
targetdir (binaryOutputDir)
|
||||
objdir (intBinaryOutputDir)
|
||||
debugdir (binaryOutputDir)
|
||||
|
||||
vsprops {
|
||||
AppendTargetFrameworkToOutputPath = "false",
|
||||
Nullable = "enable",
|
||||
CopyLocalLockFileAssemblies = "true",
|
||||
EnableDynamicLoading = "true",
|
||||
IntermediateOutputPath = intBinaryOutputDir
|
||||
}
|
||||
|
||||
files
|
||||
{
|
||||
"src/**.cs"
|
||||
"Source/**.cs"
|
||||
}
|
||||
|
||||
links
|
||||
{
|
||||
"Coral.Managed",
|
||||
"../Editor/NuakeNet.dll"
|
||||
}
|
||||
|
||||
prebuildcommands {
|
||||
-- "dotnet add package Microsoft.CodeAnalysis.CSharp.Scripting"
|
||||
}
|
||||
|
||||
postbuildcommands {
|
||||
'{ECHO} Copying "%{wks.location}/EditorNet/bin/$(Configuration)/EditorNet.dll" to "%{wks.location}/Editor"',
|
||||
'{COPYFILE} "%{wks.location}/EditorNet/bin/$(Configuration)/EditorNet.dll" "%{wks.location}/Editor"'
|
||||
"NuakeNet"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user