Move basic project options into Project.props

This commit is contained in:
Birunthan Mohanathas
2013-05-01 13:02:17 +03:00
parent 497f6bbf54
commit 7581e3ac98
28 changed files with 85 additions and 68 deletions

View File

@ -1,14 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(SolutionDir)\Project.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{EB48A04A-657E-41B8-B2F5-D47F8C30B2B4}</ProjectGuid>
<ConfigurationType>DynamicLibrary</ConfigurationType>
<TargetName>MediaKey</TargetName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(SolutionDir)\Rainmeter.props" />
<Import Project="$(SolutionDir)\Plugins\Plugins.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">