Fixed CMake designer settings for debugger gui

This commit is contained in:
x1nixmzeng 2019-11-04 20:46:46 +00:00
parent d50cc9c5bb
commit cd183128d6
1 changed files with 1 additions and 6 deletions

View File

@ -95,12 +95,8 @@ file (GLOB SOURCES
csharp_set_windows_forms_properties(
"${CXBXR_DEBUGGER_SRC_DIR}/Form1.Designer.cs"
"${CXBXR_DEBUGGER_SRC_DIR}/Form1.cs"
"${CXBXR_DEBUGGER_SRC_DIR}/Form1.resx"
"${CXBXR_DEBUGGER_SRC_DIR}/Properties/AssemblyInfo.cs"
"${CXBXR_DEBUGGER_SRC_DIR}/Properties/Resources.Designer.cs"
"${CXBXR_DEBUGGER_SRC_DIR}/Properties/Settings.Designer.cs"
)
csharp_set_designer_cs_properties(
"${CXBXR_DEBUGGER_SRC_DIR}/Properties/Resources.Designer.cs"
"${CXBXR_DEBUGGER_SRC_DIR}/Properties/Resources.resx"
"${CXBXR_DEBUGGER_SRC_DIR}/Properties/Settings.Designer.cs"
@ -115,7 +111,6 @@ set_source_files_properties("${CXBXR_DEBUGGER_SRC_DIR}/RicherTextBox.cs"
VS_CSHARP_SubType "Component"
)
source_group(TREE ${CXBXR_ROOT_DIR} FILES ${SOURCES})
add_executable(cxbxr-debugger WIN32 ${SOURCES} #Test WIN32 like cxbx does if doesn't need compile option set