From 7373289804dd1b88456e266c03ecc602c24c9fbf Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Thu, 16 May 2019 12:34:02 -0500 Subject: [PATCH] fix cxbxr-debugger code to find resources correctly --- src/CxbxDebugger/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CxbxDebugger/CMakeLists.txt b/src/CxbxDebugger/CMakeLists.txt index 6c5f1f0ce..0d52b4101 100644 --- a/src/CxbxDebugger/CMakeLists.txt +++ b/src/CxbxDebugger/CMakeLists.txt @@ -126,6 +126,8 @@ set_target_properties(cxbxr-debugger PROPERTIES "Microsoft.CSharp;System;System.Core;System.Data;System.Data.DataSetExtensions;System.Deployment;System.Drawing;System.Windows;System.Windows.Forms;System.Xml;System.Xml.Linq;System.Net.Http" VS_GLOBAL_ApplicationIcon "${CXBXR_ROOT_DIR}/resource/Cxbx-R.ico" + VS_GLOBAL_ROOTNAMESPACE "CxbxDebugger" + ) set_property(TARGET cxbxr-debugger PROPERTY DOTNET_TARGET_FRAMEWORK_VERSION "v4.5")