mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
Put common build settings into separate props file. This way it will be much easier to do changes that should affect all projects in the future.
156 lines
6.8 KiB
XML
156 lines
6.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Setup|Win32">
|
|
<Configuration>Setup</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Setup|x64">
|
|
<Configuration>Setup</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{87D5FE20-AF86-458A-9AA3-3131EB06179B}</ProjectGuid>
|
|
<RootNamespace>StartMenu</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<UseOfAtl>Static</UseOfAtl>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WholeProgramOptimization Condition="'$(Configuration)'!='Debug'">true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="..\Common.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemGroup>
|
|
<Image Include="..\Setup\OpenShell.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Text Include="..\Localization\English\OpenShellADMX.txt" />
|
|
<Text Include="..\Localization\English\MenuADMX.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Legacy.cpp" />
|
|
<ClCompile Include="StartMenu.cpp" />
|
|
<ClCompile Include="stdafx.cpp">
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Manifest Include="StartMenu.manifest" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="StartMenu.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="Legacy.h" />
|
|
<ClInclude Include="resource.h" />
|
|
<ClInclude Include="stdafx.h" />
|
|
<ClInclude Include="targetver.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="StartMenuL10N.ini" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Lib\Lib.vcxproj">
|
|
<Project>{d42fe717-485b-492d-884a-1999f6d51154}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\ClassicSkin7\ClassicSkin7.vcxproj">
|
|
<Project>{31c016fb-9ea1-4af5-987a-37210c04da06}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\ClassicSkin\ClassicSkin.vcxproj">
|
|
<Project>{9ec23ca9-384a-4eeb-979e-69879dc1a78c}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\FullGlass\FullGlass.vcxproj">
|
|
<Project>{066c9721-26d5-4c4d-868e-50c2ba0a8196}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\Immersive7\Immersive7.vcxproj">
|
|
<Project>{75809d15-8403-420a-bbe6-05f478d88d8e}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\Immersive\Immersive.vcxproj">
|
|
<Project>{bd28b058-230e-42df-9fb1-ffbb0153f498}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\Metallic7\Metallic7.vcxproj">
|
|
<Project>{ca5bfc96-428d-42f5-9f7d-cdde048a357c}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\Metro7\Metro7.vcxproj">
|
|
<Project>{598ab4ac-008e-4501-90b3-c5213834c1da}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\Metro\Metro.vcxproj">
|
|
<Project>{63baf573-170b-4fa0-aee3-16e04f3e9df5}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\Midnight7\Midnight7.vcxproj">
|
|
<Project>{7bd26cb3-5280-48fd-9a86-c13e321018d5}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\SmokedGlass\SmokedGlass.vcxproj">
|
|
<Project>{66d1eaa4-65d1-45cc-9989-e616fc0575eb}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\Win7Aero7\Win7Aero7.vcxproj">
|
|
<Project>{a2ccde9f-17ce-461e-8bd9-00261b8855a6}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\Win7Aero\Win7Aero.vcxproj">
|
|
<Project>{ea65fddd-cb77-417f-8bb4-2f3ecb5b3e75}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\Win7Basic\Win7Basic.vcxproj">
|
|
<Project>{404821c5-4ee4-4908-a759-5ef6dac14ab6}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\Win87\Win87.vcxproj">
|
|
<Project>{5c875214-0e3a-4cf0-bc0c-bff6faa4c089}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\Win8\Win8.vcxproj">
|
|
<Project>{ed74eba9-1bcb-4b8f-9ae1-dc63b3c24a94}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Skins\WinXP\WinXP.vcxproj">
|
|
<Project>{81eb6336-366c-47dd-82cf-ff6c36ccd2b5}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="StartMenuDLL\StartMenuDLL.vcxproj">
|
|
<Project>{85deecbb-1f9b-4983-9d54-3bf42182b7e7}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |