diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-06 13:36:27 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-06 13:39:08 +0200 |
commit | 7d0d6084733388656c003ee9e38e11dd46220a13 (patch) | |
tree | cb25de5121252c2a1d93834e5ecffb7ef6dbd8ea /heimdall-frontend/heimdall-frontend.vcxproj.filters | |
parent | Upgraded to libusb-1.0 (1.0.18) post libusbx merge. (diff) | |
download | Heimdall-7d0d6084733388656c003ee9e38e11dd46220a13.tar Heimdall-7d0d6084733388656c003ee9e38e11dd46220a13.tar.gz Heimdall-7d0d6084733388656c003ee9e38e11dd46220a13.tar.bz2 Heimdall-7d0d6084733388656c003ee9e38e11dd46220a13.tar.lz Heimdall-7d0d6084733388656c003ee9e38e11dd46220a13.tar.xz Heimdall-7d0d6084733388656c003ee9e38e11dd46220a13.tar.zst Heimdall-7d0d6084733388656c003ee9e38e11dd46220a13.zip |
Diffstat (limited to 'heimdall-frontend/heimdall-frontend.vcxproj.filters')
-rw-r--r-- | heimdall-frontend/heimdall-frontend.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <ClCompile Include="GeneratedFiles\Release\moc_aboutform.cpp">
<Filter>Generated Files\Release</Filter>
</ClCompile>
+ <ClCompile Include="GeneratedFiles\Release (Static)\moc_aboutform.cpp">
+ <Filter>Generated Files\Debug</Filter>
+ </ClCompile>
+ <ClCompile Include="GeneratedFiles\Release (Static)\moc_mainwindow.cpp">
+ <Filter>Generated Files\Debug</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="mainwindow.ui">
|