aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/heimdall-frontend.vcxproj.filters
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-06 02:58:28 +1000
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-06 02:58:28 +1000
commitb6ffa766b21fe2c985437aa80824a3cd4c384de8 (patch)
treeda9f5c33b33074748bd981175d36d2974ff3fb98 /heimdall-frontend/heimdall-frontend.vcxproj.filters
parent35cfa391d16c9a24afdb0d163a3a0de979991ca0 (diff)
downloadexternal_heimdall-b6ffa766b21fe2c985437aa80824a3cd4c384de8.zip
external_heimdall-b6ffa766b21fe2c985437aa80824a3cd4c384de8.tar.gz
external_heimdall-b6ffa766b21fe2c985437aa80824a3cd4c384de8.tar.bz2
Major 1.3 updates
Diffstat (limited to 'heimdall-frontend/heimdall-frontend.vcxproj.filters')
-rw-r--r--heimdall-frontend/heimdall-frontend.vcxproj.filters18
1 files changed, 18 insertions, 0 deletions
diff --git a/heimdall-frontend/heimdall-frontend.vcxproj.filters b/heimdall-frontend/heimdall-frontend.vcxproj.filters
index aff2885..d1c227e 100644
--- a/heimdall-frontend/heimdall-frontend.vcxproj.filters
+++ b/heimdall-frontend/heimdall-frontend.vcxproj.filters
@@ -49,6 +49,15 @@
<ClCompile Include="Source\aboutform.cpp">
<Filter>Source</Filter>
</ClCompile>
+ <ClCompile Include="Source\Packaging.cpp">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="Source\PackageData.cpp">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="Source\FirmwareInfo.cpp">
+ <Filter>Source</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="mainwindow.ui">
@@ -74,5 +83,14 @@
<ClInclude Include="Source\aboutform.h">
<Filter>Source</Filter>
</ClInclude>
+ <ClInclude Include="Source\Packaging.h">
+ <Filter>Source</Filter>
+ </ClInclude>
+ <ClInclude Include="Source\PackageData.h">
+ <Filter>Source</Filter>
+ </ClInclude>
+ <ClInclude Include="Source\FirmwareInfo.h">
+ <Filter>Source</Filter>
+ </ClInclude>
</ItemGroup>
</Project> \ No newline at end of file