From 7d0d6084733388656c003ee9e38e11dd46220a13 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Tue, 6 May 2014 21:36:27 +1000 Subject: Fixed statically linked builds on Windows. --- heimdall-frontend/heimdall-frontend.vcxproj.filters | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'heimdall-frontend/heimdall-frontend.vcxproj.filters') diff --git a/heimdall-frontend/heimdall-frontend.vcxproj.filters b/heimdall-frontend/heimdall-frontend.vcxproj.filters index 90393f2..28902dd 100644 --- a/heimdall-frontend/heimdall-frontend.vcxproj.filters +++ b/heimdall-frontend/heimdall-frontend.vcxproj.filters @@ -67,6 +67,12 @@ Generated Files\Release + + Generated Files\Debug + + + Generated Files\Debug + -- cgit v1.1 From b22ae7b89f7993f632e10e18c116f293f314575f Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Thu, 19 Feb 2015 03:13:56 +1100 Subject: Removed autotools and VS files, and standardised source dir naming --- .../heimdall-frontend.vcxproj.filters | 114 --------------------- 1 file changed, 114 deletions(-) delete mode 100644 heimdall-frontend/heimdall-frontend.vcxproj.filters (limited to 'heimdall-frontend/heimdall-frontend.vcxproj.filters') diff --git a/heimdall-frontend/heimdall-frontend.vcxproj.filters b/heimdall-frontend/heimdall-frontend.vcxproj.filters deleted file mode 100644 index 28902dd..0000000 --- a/heimdall-frontend/heimdall-frontend.vcxproj.filters +++ /dev/null @@ -1,114 +0,0 @@ - - - - - {99349809-55BA-4b9d-BF79-8FDBB0286EB3} - ui - - - {D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E} - qrc;* - false - - - {71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11} - moc;h;cpp - False - - - {ead127e5-64ec-4f27-8f35-5fb8f8b0b46e} - cpp;moc - False - - - {2a437972-0e31-44d0-be90-ea5d62a68ff5} - cpp;moc - False - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;cxx;c;def - - - - - Generated Files - - - Source - - - Source - - - Generated Files\Debug - - - Generated Files\Release - - - Source - - - Source - - - Source - - - Source - - - Source - - - Generated Files\Debug - - - Generated Files\Release - - - Generated Files\Debug - - - Generated Files\Debug - - - - - Form Files - - - Resource Files - - - Source - - - Form Files - - - Source - - - - - Generated Files - - - Generated Files - - - Source - - - Source - - - Source - - - Source - - - \ No newline at end of file -- cgit v1.1