Move .props files to Build\VS\

This commit is contained in:
Birunthan Mohanathas
2013-11-03 20:18:42 +02:00
parent dd1d3cb8da
commit e1872e67bb
31 changed files with 58 additions and 58 deletions

View File

@ -1,6 +1,6 @@
<?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" />
<Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.Default.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{64FDEE97-6B7E-40E5-A489-ECA322825BC8}</ProjectGuid>
<ConfigurationType>DynamicLibrary</ConfigurationType>
@ -8,7 +8,7 @@
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(SolutionDir)\Rainmeter.props" />
<Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.props" />
<Import Project="$(SolutionDir)\Plugins\Plugins.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>