Import legacy Classic Shell data (#28)

Copy data/settings from legacy Classic Shell if we don't have any yet.
This commit is contained in:
ge0rdi
2018-08-12 01:17:59 +02:00
committed by ge0rdi
parent c350b0c037
commit 07a5a7ba72
4 changed files with 50 additions and 1 deletions
+3 -1
View File
@@ -271,6 +271,7 @@
<Text Include="..\Localization\English\MenuADMX.txt" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="Legacy.cpp" />
<ClCompile Include="StartMenu.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
@@ -283,6 +284,7 @@
<ResourceCompile Include="StartMenu.rc" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Legacy.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
@@ -359,4 +361,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>