fix cxbxr-debugger code to find resources correctly

This commit is contained in:
RadWolfie 2019-05-16 12:34:02 -05:00
parent c9a0141ca3
commit 7373289804
1 changed files with 2 additions and 0 deletions

View File

@ -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")