Skip to content

Commit

Permalink
dev: Remove Project runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin42 committed Oct 7, 2024
1 parent f4d21f4 commit dab5fa7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@
<ClInclude Include="PaperSettings.h">
<DependentUpon>PaperSettings.idl</DependentUpon>
</ClInclude>
<ClInclude Include="Project.h">
<DependentUpon>Project.idl</DependentUpon>
</ClInclude>
<ClInclude Include="StagedImagesListener.h">
<DependentUpon>StagedImagesListener.idl</DependentUpon>
</ClInclude>
Expand Down Expand Up @@ -241,9 +238,6 @@
<ClCompile Include="ProgressInfo.cpp">
<DependentUpon>ProgressInfo.idl</DependentUpon>
</ClCompile>
<ClCompile Include="Project.cpp">
<DependentUpon>Project.idl</DependentUpon>
</ClCompile>
<ClCompile Include="ProjectItem.cpp">
<DependentUpon>ProjectItem.idl</DependentUpon>
</ClCompile>
Expand Down Expand Up @@ -282,7 +276,6 @@
<Midl Include="ImageMonitor.idl" />
<Midl Include="ImageViews.idl" />
<Midl Include="Settings.idl" />
<Midl Include="Project.idl" />
<Midl Include="PaperSettings.idl" />
<Midl Include="StagedImagesListener.idl" />
<Midl Include="VICollectionStatefulIterator.idl" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<Midl Include="StagedImages.idl" />
<Midl Include="ImageMonitor.idl" />
<Midl Include="ImageViews.idl" />
<Midl Include="Project.idl" />
<Midl Include="PaperSettings.idl" />
<Midl Include="StagedImagesListener.idl" />
<Midl Include="Int32Pair.idl" />
Expand Down
2 changes: 0 additions & 2 deletions windows/PhotobookRuntimeComponent/Project.cpp

This file was deleted.

15 changes: 0 additions & 15 deletions windows/PhotobookRuntimeComponent/Project.h

This file was deleted.

5 changes: 0 additions & 5 deletions windows/PhotobookRuntimeComponent/Project.idl

This file was deleted.

0 comments on commit dab5fa7

Please sign in to comment.