aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/heimdall-frontend.vcxproj.filters
diff options
context:
space:
mode:
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